summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-10 19:08:06 -0400
committerGitHub <noreply@github.com>2016-10-10 19:08:06 -0400
commit59329dcc610573a565909c24c2255c85675359b8 (patch)
tree2f8ec10ce2f2ac885b09fac8a301cca81049ebbb
parent4ee6dbe422f05025a26388a8a863ba4b99e43bb7 (diff)
parent3ae37b09374f8759a9c87d9606b35f70fd080b13 (diff)
Merge pull request #153 from theamazingfedex/master
Adding .config filetype
-rw-r--r--src/types.rs1
1 files changed, 1 insertions, 0 deletions
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",