From 37f9866f6685a3a62536f857348202b280e28dbe Mon Sep 17 00:00:00 2001 From: TravonteD Date: Sun, 7 Jun 2020 18:15:02 -0400 Subject: - #76 update the predicate syntax for ruby and css --- queries/css/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queries/css') 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 -- cgit v1.2.3-70-g09d2