mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(hyprlang): update parser and queries (#8224)
This commit is contained in:
@@ -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
|
||||
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user