Skip to content

Commit 7558507

Browse files
committed
[Fixes #55] Added cljx extension for Clojure files.
1 parent bf3f0c1 commit 7558507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/lab/plugin/clojure/lang.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ nodes in the first level."
406406
:make-node #'make-node}
407407
:grammar grammar
408408
:rank (fn [x]
409-
(->> ["clj" "cljs"]
409+
(->> ["clj" "cljs" "cljx"]
410410
(map #(lang/file-extension? % x))
411411
(apply max)))
412412
:styles #(styles % (:default styles))

0 commit comments

Comments
 (0)