aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/queries/css/highlights.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/queries/css/highlights.scm b/runtime/queries/css/highlights.scm
index 49471fdb2..5b43c014a 100644
--- a/runtime/queries/css/highlights.scm
+++ b/runtime/queries/css/highlights.scm
@@ -27,11 +27,6 @@
(feature_name)
] @property
-[
- (nesting_selector)
- (universal_selector)
-] @character.special
-
(function_name) @function
[
@@ -58,6 +53,11 @@
(important) @keyword.modifier
+[
+ (nesting_selector)
+ (universal_selector)
+] @character.special
+
(attribute_selector
(plain_value) @string)