diff options
Diffstat (limited to 'queries/css/highlights.scm')
| -rw-r--r-- | queries/css/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/css/highlights.scm b/queries/css/highlights.scm index 3fc468ca3..72009e765 100644 --- a/queries/css/highlights.scm +++ b/queries/css/highlights.scm @@ -48,9 +48,9 @@ ((property_name) @type - (match? @type "^--")) + (#match? @type "^--")) ((plain_value) @type - (match? @type "^--")) + (#match? @type "^--")) (string_value) @string (color_value) @string |
