30 lines
547 B
Scheme
30 lines
547 B
Scheme
|
;-------------------------------------------------------------------------------
|
||
|
|
||
|
(identifier) @variable
|
||
|
(attr_key) @keyword
|
||
|
|
||
|
;-------------------------------------------------------------------------------
|
||
|
|
||
|
(string) @string
|
||
|
(label) @string
|
||
|
(attr_value) @string
|
||
|
|
||
|
;-------------------------------------------------------------------------------
|
||
|
|
||
|
(arrow) @operator
|
||
|
|
||
|
[
|
||
|
(dot)
|
||
|
":"
|
||
|
";"
|
||
|
] @punctuation.delimiter
|
||
|
|
||
|
[
|
||
|
"{"
|
||
|
"}"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
;-------------------------------------------------------------------------------
|
||
|
|
||
|
(ERROR) @error
|