mirror of https://github.com/helix-editor/helix
30 lines
317 B
Scheme
30 lines
317 B
Scheme
; (format_string) @string
|
|
|
|
(escaped) @constant.character.escape
|
|
|
|
[
|
|
"#"
|
|
(type)
|
|
] @special
|
|
|
|
[
|
|
(sign)
|
|
(fill)
|
|
(align)
|
|
(width)
|
|
] @operator
|
|
|
|
(number) @constant.numeric
|
|
|
|
(colon) @punctuation
|
|
|
|
(identifier) @variable
|
|
|
|
((identifier) @constant
|
|
(#match? @constant "^[A-Z_]+$"))
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
] @punctuation.special
|