diff options
Diffstat (limited to 'vis.lua')
| -rw-r--r-- | vis.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
