From 400f38cc23d89e1d8e77b11bccf830dfc74ec5fb Mon Sep 17 00:00:00 2001 From: Omar Valdez Date: Fri, 24 Oct 2025 18:50:42 -0700 Subject: feat(hyprlang): update parser and queries (#8224) --- runtime/queries/hyprlang/highlights.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'runtime') 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 [ -- cgit v1.2.3-70-g09d2