Update parsers

This commit is contained in:
Stephan Seitz 2021-03-07 16:28:07 +01:00 committed by Kiyan
parent a2f524887c
commit 1f9ca9664b
2 changed files with 26 additions and 25 deletions

View file

@ -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"},
}