mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-02 08:20:09 +00:00
Improve CSS highlighting for property_name (#17324)
This commit is contained in:
parent
e88b48a9c7
commit
27f09957c2
1 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue