feat: add chatito

This commit is contained in:
ObserverOfTime 2022-10-22 00:37:27 +03:00 committed by Stephan Seitz
parent 3fa887eaae
commit bd7b4b6eff
8 changed files with 89 additions and 0 deletions

View file

@ -168,6 +168,14 @@ list.capnp = {
maintainers = { "@amaanq" },
}
list.chatito = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-chatito",
files = { "src/parser.c" },
},
maintainers = { "@ObserverOfTime" },
}
list.clojure = {
install_info = {
url = "https://github.com/sogaiu/tree-sitter-clojure",