summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEmlyn Corrin <emlyn.corrin@gmail.com>2016-09-26 09:53:46 +0100
committerGitHub <noreply@github.com>2016-09-26 09:53:46 +0100
commit1a91b900e7d2345d3906861437d114e1814c0ae6 (patch)
tree9e3eecf7c5356f17e752bf24c9c51fb6aae6e4d7 /src
parent2b15832655539ce5550244621680fd1fe9cd3795 (diff)
Clojure files can also end in cljc or cljx
(see https://github.com/clojure/clojurescript/wiki/Using-cljc)
Diffstat (limited to 'src')
-rw-r--r--src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs
index 7f279d41..4de6573b 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -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", &[