feat: add idl

This commit is contained in:
DragonBillow 2024-04-28 16:26:39 +08:00 committed by GitHub
parent 0883ff0565
commit 37ac5f1f9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 224 additions and 0 deletions

View file

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