feat(idris): add parser and queries (#7274)

This commit is contained in:
Serhii Khoma 2025-01-16 23:34:37 +07:00 committed by GitHub
parent a67a312e7b
commit 8758abeb4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 273 additions and 0 deletions

View file

@ -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",