Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7854 from jeluard/patch-1
Browse files Browse the repository at this point in the history
Added ClojureScript and cljx extensions to clojure fileExtensions
  • Loading branch information
ingorichter committed May 22, 2014
2 parents 4782457 + a3940fe commit 55ff6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"clojure": {
"name": "Clojure",
"mode": "clojure",
"fileExtensions": ["clj"],
"fileExtensions": ["clj", "cljs", "cljx"],
"lineComment": [";", ";;"]
},

Expand Down

0 comments on commit 55ff6c3

Please sign in to comment.