diff options
| -rw-r--r-- | queries/css/highlights.scm | 4 | ||||
| -rw-r--r-- | queries/ruby/highlights.scm | 13 |
2 files changed, 9 insertions, 8 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 |
