diff options
| author | TravonteD <tman1300@aol.com> | 2020-06-07 18:15:02 -0400 |
|---|---|---|
| committer | TravonteD <tman1300@aol.com> | 2020-06-11 10:38:19 -0400 |
| commit | 37f9866f6685a3a62536f857348202b280e28dbe (patch) | |
| tree | 72bac69ed7b2a67062f891fce7d28c6e8a3a5f8e /queries/css/highlights.scm | |
| parent | 85645f5720ec357a1eac9521dba71605e01de961 (diff) | |
- #76 update the predicate syntax for ruby and css
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 3fc468ca..72009e76 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 |
