feat: add hyprlang parser & queries (#5852)

Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
This commit is contained in:
Luckas 2024-02-09 12:19:46 +03:00 committed by GitHub
parent 01c159826e
commit bc07e58f42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 75 additions and 0 deletions

View file

@ -891,6 +891,14 @@ list.hurl = {
maintainers = { "@pfeiferj" },
}
list.hyprlang = {
install_info = {
url = "https://github.com/luckasRanarison/tree-sitter-hyprlang",
files = { "src/parser.c" },
},
maintainers = { "@luckasRanarison" },
}
list.ini = {
install_info = {
url = "https://github.com/justinmk/tree-sitter-ini",