Add initial clojure support

This commit is contained in:
sogaiu 2020-10-29 22:59:36 +09:00 committed by Thomas Vigouroux
parent 6eca8d2f38
commit 0f80b7d390
2 changed files with 81 additions and 0 deletions

View file

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

File diff suppressed because one or more lines are too long