Update Clojure language definition (#3387)
This commit is contained in:
parent
921027fb32
commit
d192d59753
1 changed files with 4 additions and 4 deletions
|
@ -1525,10 +1525,10 @@ source = { git = "https://github.com/victorhqc/tree-sitter-prisma", rev = "17a59
|
|||
[[language]]
|
||||
name = "clojure"
|
||||
scope = "source.clojure"
|
||||
injection-regex = "(clojure|clj)"
|
||||
file-types = ["clj"]
|
||||
roots = ["project.clj"]
|
||||
comment-token = ";;"
|
||||
injection-regex = "(clojure|clj|edn|boot)"
|
||||
file-types = ["clj", "cljs", "cljc", "clje", "cljr", "cljx", "edn", "boot"]
|
||||
roots = ["project.clj", "build.boot", "deps.edn", "shadow-cljs.edn"]
|
||||
comment-token = ";"
|
||||
language-server = { command = "clojure-lsp" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
|
|
Loading…
Reference in a new issue