mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
23 lines
397 B
Scheme
23 lines
397 B
Scheme
(string) @string
|
|
|
|
(field_name) @variable.other.member
|
|
|
|
(comment) @comment
|
|
|
|
(number) @constant.numeric
|
|
; covers e.g. booleans and "inf"
|
|
(scalar_value (identifier)) @constant
|
|
; Covers "-inf"
|
|
(scalar_value (signed_identifier)) @constant.numeric
|
|
|
|
[
|
|
(open_squiggly)
|
|
(close_squiggly)
|
|
(open_square)
|
|
(close_square)
|
|
(open_arrow)
|
|
(close_arrow)
|
|
] @punctuation.bracket
|
|
|
|
"," @punctuation.delimiter
|