feat(inko): add support for Inko

This commit is contained in:
Yorick Peterse 2024-05-03 01:13:43 +02:00 committed by Christian Clason
parent c0c32abc51
commit 7441b82fe5
8 changed files with 323 additions and 0 deletions

View file

@ -966,6 +966,14 @@ list.ini = {
experimental = true,
}
list.inko = {
install_info = {
url = "https://github.com/inko-lang/tree-sitter-inko",
files = { "src/parser.c" },
},
maintainers = { "@yorickpeterse" },
}
list.ispc = {
install_info = {
url = "https://github.com/fab4100/tree-sitter-ispc",