clojure: Recognize ClojureDart files (#13914)
Added support for ClojureDart (cljd) files in the Clojure Extension Release Notes: - N/A
This commit is contained in:
parent
65e463b599
commit
c5e5add094
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name = "Clojure"
|
name = "Clojure"
|
||||||
grammar = "clojure"
|
grammar = "clojure"
|
||||||
path_suffixes = ["clj", "cljs", "cljc", "edn", "bb"]
|
path_suffixes = ["clj", "cljs", "cljc", "cljd", "edn", "bb"]
|
||||||
line_comments = [";; "]
|
line_comments = [";; "]
|
||||||
autoclose_before = "}])"
|
autoclose_before = "}])"
|
||||||
brackets = [
|
brackets = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue