mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat: add idl
This commit is contained in:
parent
0883ff0565
commit
37ac5f1f9f
4 changed files with 224 additions and 0 deletions
|
|
@ -949,6 +949,14 @@ list.hyprlang = {
|
|||
maintainers = { "@luckasRanarison" },
|
||||
}
|
||||
|
||||
list.idl = {
|
||||
install_info = {
|
||||
url = "https://github.com/cathaysia/tree-sitter-idl",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@cathaysa" },
|
||||
}
|
||||
|
||||
list.ini = {
|
||||
install_info = {
|
||||
url = "https://github.com/justinmk/tree-sitter-ini",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue