From 3ae37b09374f8759a9c87d9606b35f70fd080b13 Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Fri, 7 Oct 2016 13:50:26 -0600 Subject: added .config filetype --- src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.rs b/src/types.rs index af2a857d..dfbeb2db 100644 --- a/src/types.rs +++ b/src/types.rs @@ -21,6 +21,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[ ("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]), ("cmake", &["*.cmake", "CMakeLists.txt"]), ("coffeescript", &["*.coffee"]), + ("config", &["*.config"]), ("cpp", &[ "*.C", "*.cc", "*.cpp", "*.cxx", "*.h", "*.H", "*.hh", "*.hpp", -- cgit v1.2.3