Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/css/highlights.scm')
| -rw-r--r-- | runtime/queries/css/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/queries/css/highlights.scm b/runtime/queries/css/highlights.scm index b5262e8f..ee85d141 100644 --- a/runtime/queries/css/highlights.scm +++ b/runtime/queries/css/highlights.scm @@ -28,6 +28,9 @@ "or" ] @keyword.operator +(property_name) @variable.other.member +(plain_value) @constant + ((property_name) @variable (#match? @variable "^--")) ((plain_value) @variable @@ -39,7 +42,6 @@ (function_name) @function (id_name) @label (namespace_name) @namespace -(property_name) @variable.other.member [ "@charset" @@ -81,5 +83,3 @@ ":" "::" ] @punctuation.delimiter - -(plain_value) @constant |