mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat(inko): add support for Inko
This commit is contained in:
parent
c0c32abc51
commit
7441b82fe5
8 changed files with 323 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue