mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat: add koto
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
df111f886c
commit
19c6b0c4c9
7 changed files with 182 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue