crates/languages/src/css/highlights.scm 🔗
@@ -35,10 +35,11 @@
(class_name)
(id_name)
(namespace_name)
- (property_name)
(feature_name)
] @property
+(property_name) @constant
+
(function_name) @function
(
@@ -75,4 +76,17 @@
[
","
":"
+ "."
+ "::"
+ ";"
+ "#"
] @punctuation.delimiter
+
+[
+ "{"
+ ")"
+ "("
+ "}"
+ "["
+ "]"
+] @punctuation.bracket