Clojure files can also end in cljc or cljx

(see https://github.com/clojure/clojurescript/wiki/Using-cljc)
This commit is contained in:
Emlyn Corrin 2016-09-26 09:53:46 +01:00 committed by GitHub
parent 2b15832655
commit 1a91b900e7

View File

@ -18,7 +18,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
("awk", &["*.awk"]),
("c", &["*.c", "*.h", "*.H"]),
("cbor", &["*.cbor"]),
("clojure", &["*.clj", "*.cljs"]),
("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]),
("cmake", &["CMakeLists.txt"]),
("coffeescript", &["*.coffee"]),
("cpp", &[