mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
397 B
Scheme
23 lines
397 B
Scheme
2 days ago
|
(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
|