1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00

added .config filetype

This commit is contained in:
Daniel Wood 2016-10-07 13:50:26 -06:00
parent 4ee6dbe422
commit 3ae37b0937
No known key found for this signature in database
GPG Key ID: 37367878456C8E91

View File

@ -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",