From 23f2cb97d47860c517f67f03e1f4b621d5bd2085 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 14 May 2020 14:44:30 -0700 Subject: [PATCH] Update highlight query --- queries/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/highlights.scm b/queries/highlights.scm index bda95b0..a15b794 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -37,9 +37,9 @@ (function_name) @function ((property_name) @variable - (match? @variable "^--")) + (#match? @variable "^--")) ((plain_value) @variable - (match? @variable "^--")) + (#match? @variable "^--")) "@media" @keyword "@import" @keyword