Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/scss/highlights.scm')
| -rw-r--r-- | runtime/queries/scss/highlights.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/queries/scss/highlights.scm b/runtime/queries/scss/highlights.scm index de20e047..eb361f96 100644 --- a/runtime/queries/scss/highlights.scm +++ b/runtime/queries/scss/highlights.scm @@ -43,6 +43,8 @@ "@warn" @constant.builtin "@while" @keyword.control.repeat +(property_name) @variable.other.member + ((property_name) @variable (#match? @variable "^--")) ((plain_value) @variable @@ -59,7 +61,6 @@ (class_name) @variable (id_name) @variable (namespace_name) @variable -(property_name) @variable.other.member (feature_name) @variable (variable) @variable (variable_name) @variable.other.member |