mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Update parsers
This commit is contained in:
parent
a2f524887c
commit
1f9ca9664b
2 changed files with 26 additions and 25 deletions
|
|
@ -49,7 +49,8 @@ list.c = {
|
|||
list.clojure = {
|
||||
install_info = {
|
||||
url = "https://github.com/sogaiu/tree-sitter-clojure",
|
||||
files = { "src/parser.c" }
|
||||
files = { "src/parser.c" },
|
||||
branch = "upgrade-to-ts-0.19.x"
|
||||
},
|
||||
maintainers = {"@sogaiu"},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue