From de8c4daa45a4158ad8ddbc0bc5dbf17fcf2e650b Mon Sep 17 00:00:00 2001 From: Roman Scherer Date: Tue, 3 Sep 2013 21:34:06 +0200 Subject: [PATCH] Add the ".cljx" file extension to the list of Clojure languages. Some people start writing portable Clojure/Clojurescript code and use the ".cljx" file extension for that. This is driven by this project: https://github.com/lynaghk/cljx --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 981abfbe..11e7a62d 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -242,6 +242,7 @@ Clojure: primary_extension: .clj extensions: - .cljs + - .cljx filenames: - riemann.config