Improve CSS highlighting for property_name (#17324)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user