diff options
author | pommicket <pommicket@gmail.com> | 2025-09-15 21:31:02 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-15 21:31:02 -0400 |
commit | b93385c0fded8d6c232267a8bd9293153baea777 (patch) | |
tree | e13f68e0802310be4ee5f68217da700e51d8ff86 /examples/conf.pom | |
parent | 09821002b314b7c8517f16d351b1c6b1088a47dc (diff) |
all_functions example
Diffstat (limited to 'examples/conf.pom')
-rw-r--r-- | examples/conf.pom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/conf.pom b/examples/conf.pom index fe9fe2f..82e1abd 100644 --- a/examples/conf.pom +++ b/examples/conf.pom @@ -4,8 +4,8 @@ tab-size = 4 font-size = "18" [file-extensions] -C = .c -Cpp = .cpp, .h, .hpp +C = .c, .h +Cpp = .cpp, .hpp, .cc, .hh [plug-in.edit-over-ssh] path = ~/misc/edit-over-ssh.so |