Update Clojure language definition (#3387)

imgbot
Joshua Suskalo 2 years ago committed by GitHub
parent 921027fb32
commit d192d59753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1525,10 +1525,10 @@ source = { git = "https://github.com/victorhqc/tree-sitter-prisma", rev = "17a59
[[language]] [[language]]
name = "clojure" name = "clojure"
scope = "source.clojure" scope = "source.clojure"
injection-regex = "(clojure|clj)" injection-regex = "(clojure|clj|edn|boot)"
file-types = ["clj"] file-types = ["clj", "cljs", "cljc", "clje", "cljr", "cljx", "edn", "boot"]
roots = ["project.clj"] roots = ["project.clj", "build.boot", "deps.edn", "shadow-cljs.edn"]
comment-token = ";;" comment-token = ";"
language-server = { command = "clojure-lsp" } language-server = { command = "clojure-lsp" }
indent = { tab-width = 2, unit = " " } indent = { tab-width = 2, unit = " " }

Loading…
Cancel
Save