Improve CSS highlighting for property_name (#17324)

This commit is contained in:
Peter Tripp 2024-09-17 11:53:52 -04:00 committed by GitHub
parent e88b48a9c7
commit 27f09957c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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