mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(idris): add parser and queries (#7274)
This commit is contained in:
parent
a67a312e7b
commit
8758abeb4d
7 changed files with 273 additions and 0 deletions
|
|
@ -1051,6 +1051,15 @@ list.idl = {
|
|||
maintainers = { "@cathaysia" },
|
||||
}
|
||||
|
||||
list.idris = {
|
||||
install_info = {
|
||||
url = "https://github.com/kayhide/tree-sitter-idris",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "idris2",
|
||||
maintainers = { "@srghma" },
|
||||
}
|
||||
|
||||
list.ini = {
|
||||
install_info = {
|
||||
url = "https://github.com/justinmk/tree-sitter-ini",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue