36 lines
695 B
Scheme
36 lines
695 B
Scheme
;-------------------------------------------------------------------------------
|
|
|
|
(identifier) @variable
|
|
(attr_key) @keyword
|
|
|
|
; Literals
|
|
;-------------------------------------------------------------------------------
|
|
|
|
(string) @string
|
|
(label) @string
|
|
(attr_value) @string
|
|
|
|
; Comments
|
|
;-------------------------------------------------------------------------------
|
|
|
|
(line_comment) @comment.line
|
|
|
|
; Punctiation
|
|
;-------------------------------------------------------------------------------
|
|
|
|
(arrow) @operator
|
|
|
|
[
|
|
(dot)
|
|
":"
|
|
";"
|
|
] @punctuation.delimiter
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
(ERROR) @error
|