aboutsummaryrefslogtreecommitdiff
path: root/vis.lua
diff options
context:
space:
mode:
Diffstat (limited to 'vis.lua')
-rw-r--r--vis.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/vis.lua b/vis.lua
index fa3529b..b2e351d 100644
--- a/vis.lua
+++ b/vis.lua
@@ -90,14 +90,14 @@ vis.filetypes = {
[".boo"] = "boo",
[".bsh|.java"] = "java",
[".caml|.ml|.mli|.mll|.mly"] = "caml",
- [".c|.cc|.C|.h"] = "ansi_c",
+ [".c|.C|.h"] = "ansi_c",
[".cfg|.cnf|.inf|.ini|.reg"] = "ini",
[".changes|.st|.sources"] = "smalltalk",
[".ck"] = "chuck",
[".cl|.el|.lisp|.lsp"] = "lisp",
[".cmake|.cmake.in|.ctest|.ctest.in"] = "cmake",
[".coffee"] = "coffeescript",
- [".cpp|.cxx|.c++|.hh|.hpp|.hxx|.h++"] = "cpp",
+ [".cpp|.cxx|.c++|.cc|.hh|.hpp|.hxx|.h++"] = "cpp",
[".cs"] = "csharp",
[".css"] = "css",
[".cu|.cuh"] = "cuda",