Update highlight query
This commit is contained in:
parent
49209e6f0a
commit
23f2cb97d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue