mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
17 lines
200 B
Scheme
17 lines
200 B
Scheme
[
|
|
(par_arr_lit)
|
|
(par_tup_lit)
|
|
(sqr_arr_lit)
|
|
(sqr_tup_lit)
|
|
(tbl_lit)
|
|
(struct_lit)
|
|
(short_fn_lit)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" "@(" ")"
|
|
"[" "@[" "]"
|
|
"{" "@{" "}"
|
|
"|"
|
|
] @rainbow.bracket
|