feat(hyprlang): update parser and queries (#8224)

This commit is contained in:
Omar Valdez 2025-10-24 18:50:42 -07:00 committed by GitHub
parent f2204e58db
commit 400f38cc23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -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
[