mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add initial clojure support
This commit is contained in:
parent
6eca8d2f38
commit
0f80b7d390
2 changed files with 81 additions and 0 deletions
|
|
@ -20,6 +20,14 @@ list.c = {
|
|||
maintainers = {"@vigoux"},
|
||||
}
|
||||
|
||||
list.clojure = {
|
||||
install_info = {
|
||||
url = "https://github.com/sogaiu/tree-sitter-clojure",
|
||||
files = { "src/parser.c" }
|
||||
},
|
||||
maintainers = {"@sogaiu"},
|
||||
}
|
||||
|
||||
list.cpp = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-cpp",
|
||||
|
|
|
|||
73
queries/clojure/highlights.scm
Normal file
73
queries/clojure/highlights.scm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue