aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/hyprlang
diff options
context:
space:
mode:
authorOmar Valdez <omarantoniovaldezf2@gmail.com>2025-10-24 18:50:42 -0700
committerGitHub <noreply@github.com>2025-10-24 18:50:42 -0700
commit400f38cc23d89e1d8e77b11bccf830dfc74ec5fb (patch)
treea2a1182445a19478af0a32ea85a9b7e1e56e0334 /runtime/queries/hyprlang
parentfix: use proper `; inherits` syntax in queries (#8226) (diff)
downloadnvim-treesitter-400f38cc23d89e1d8e77b11bccf830dfc74ec5fb.tar
nvim-treesitter-400f38cc23d89e1d8e77b11bccf830dfc74ec5fb.tar.gz
nvim-treesitter-400f38cc23d89e1d8e77b11bccf830dfc74ec5fb.tar.bz2
nvim-treesitter-400f38cc23d89e1d8e77b11bccf830dfc74ec5fb.tar.lz
nvim-treesitter-400f38cc23d89e1d8e77b11bccf830dfc74ec5fb.tar.xz
nvim-treesitter-400f38cc23d89e1d8e77b11bccf830dfc74ec5fb.tar.zst
nvim-treesitter-400f38cc23d89e1d8e77b11bccf830dfc74ec5fb.zip
feat(hyprlang): update parser and queries (#8224)
Diffstat (limited to 'runtime/queries/hyprlang')
-rw-r--r--runtime/queries/hyprlang/highlights.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/queries/hyprlang/highlights.scm b/runtime/queries/hyprlang/highlights.scm
index 340237fcc..97aca45e2 100644
--- a/runtime/queries/hyprlang/highlights.scm
+++ b/runtime/queries/hyprlang/highlights.scm
@@ -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
[