mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat: add hyprlang parser & queries (#5852)
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
This commit is contained in:
parent
01c159826e
commit
bc07e58f42
6 changed files with 75 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue