diff options
| -rw-r--r-- | vis.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,8 +85,8 @@ vis.filetypes = { [".bib"] = "bibtex", [".boo"] = "boo", [".cs"] = "csharp", - [".c|.cc|.C"] = "ansi_c", - [".cpp|.cxx|.c++|.h|.hh|.hpp|.hxx|.h++"] = "cpp", + [".c|.cc|.C|.h"] = "ansi_c", + [".cpp|.cxx|.c++|.hh|.hpp|.hxx|.h++"] = "cpp", [".ck"] = "chuck", [".cmake|.cmake.in|.ctest|.ctest.in"] = "cmake", [".coffee"] = "coffeescript", |
