From 1a91b900e7d2345d3906861437d114e1814c0ae6 Mon Sep 17 00:00:00 2001 From: Emlyn Corrin Date: Mon, 26 Sep 2016 09:53:46 +0100 Subject: [PATCH] Clojure files can also end in cljc or cljx (see https://github.com/clojure/clojurescript/wiki/Using-cljc) --- src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", &[