aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/css/highlights.scm4
-rw-r--r--queries/ruby/highlights.scm13
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
diff --git a/queries/ruby/highlights.scm b/queries/ruby/highlights.scm
index da4eac9b9..9e5852cdf 100644
--- a/