Update highlight query
This commit is contained in:
parent
49209e6f0a
commit
23f2cb97d4
|
@ -37,9 +37,9 @@
|
||||||
(function_name) @function
|
(function_name) @function
|
||||||
|
|
||||||
((property_name) @variable
|
((property_name) @variable
|
||||||
(match? @variable "^--"))
|
(#match? @variable "^--"))
|
||||||
((plain_value) @variable
|
((plain_value) @variable
|
||||||
(match? @variable "^--"))
|
(#match? @variable "^--"))
|
||||||
|
|
||||||
"@media" @keyword
|
"@media" @keyword
|
||||||
"@import" @keyword
|
"@import" @keyword
|
||||||
|
|
Loading…
Reference in New Issue