mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 17:51:56 -07:00
Merge pull request #100 from emlyn/patch-1
Recognise cljc and cljx extensions as Clojure(script)
This commit is contained in:
@@ -18,7 +18,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
|
|||||||
("awk", &["*.awk"]),
|
("awk", &["*.awk"]),
|
||||||
("c", &["*.c", "*.h", "*.H"]),
|
("c", &["*.c", "*.h", "*.H"]),
|
||||||
("cbor", &["*.cbor"]),
|
("cbor", &["*.cbor"]),
|
||||||
("clojure", &["*.clj", "*.cljs"]),
|
("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]),
|
||||||
("cmake", &["CMakeLists.txt"]),
|
("cmake", &["CMakeLists.txt"]),
|
||||||
("coffeescript", &["*.coffee"]),
|
("coffeescript", &["*.coffee"]),
|
||||||
("cpp", &[
|
("cpp", &[
|
||||||
|
Reference in New Issue
Block a user