feat: add koto

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Ian Hobson 2024-04-25 15:43:41 +02:00 committed by GitHub
parent df111f886c
commit 19c6b0c4c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 182 additions and 0 deletions

View file

@ -1082,6 +1082,14 @@ list.kotlin = {
maintainers = { "@SalBakraa" },
}
list.koto = {
install_info = {
url = "https://github.com/koto-lang/tree-sitter-koto",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@irh" },
}
list.kusto = {
install_info = {
url = "https://github.com/Willem-J-an/tree-sitter-kusto",