mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
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
This commit is contained in:
@@ -242,6 +242,7 @@ Clojure:
|
|||||||
primary_extension: .clj
|
primary_extension: .clj
|
||||||
extensions:
|
extensions:
|
||||||
- .cljs
|
- .cljs
|
||||||
|
- .cljx
|
||||||
filenames:
|
filenames:
|
||||||
- riemann.config
|
- riemann.config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user