Skip to content

Commit

Permalink
Update Clojure language definition (#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
IGJoshua authored Aug 10, 2022
1 parent 921027f commit d192d59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }

Expand Down

0 comments on commit d192d59

Please sign in to comment.