Update highlight query

This commit is contained in:
Max Brunsfeld 2020-05-14 14:44:30 -07:00
parent 49209e6f0a
commit 23f2cb97d4
1 changed files with 2 additions and 2 deletions

View File

@ -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