mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(hyprlang): update parser and queries (#8224)
This commit is contained in:
parent
f2204e58db
commit
400f38cc23
2 changed files with 7 additions and 1 deletions
|
|
@ -1010,7 +1010,7 @@ return {
|
|||
},
|
||||
hyprlang = {
|
||||
install_info = {
|
||||
revision = 'd626ec06e4d876fc41200a30b3e6f2b4714c7367',
|
||||
revision = 'b23e85dded5d150ffee0ac83c01cbeb1520aad2f',
|
||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-hyprlang',
|
||||
},
|
||||
maintainers = { '@luckasRanarison' },
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
(section
|
||||
(name) @module)
|
||||
|
||||
(window_rule
|
||||
(name) @function.call)
|
||||
|
||||
(section
|
||||
device: (device_name) @string.special)
|
||||
|
||||
|
|
@ -49,6 +52,7 @@
|
|||
|
||||
[
|
||||
","
|
||||
";"
|
||||
":"
|
||||
"x"
|
||||
"@"
|
||||
|
|
@ -59,6 +63,8 @@
|
|||
")"
|
||||
"{"
|
||||
"}"
|
||||
"["
|
||||
"]"
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue