mirror of https://github.com/helix-editor/helix
14 lines
130 B
Scheme
14 lines
130 B
Scheme
|
[
|
||
|
(list_lit)
|
||
|
(map_lit)
|
||
|
(vec_lit)
|
||
|
(anon_fn_lit)
|
||
|
] @rainbow.scope
|
||
|
|
||
|
[
|
||
|
"(" ")"
|
||
|
"#"
|
||
|
"{" "}"
|
||
|
"[" "]"
|
||
|
] @rainbow.bracket
|