mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 08:41:40 +01:00
12 lines
190 B
Scheme
12 lines
190 B
Scheme
["(" ")" "[" "]" "{" "}"] @rainbow.bracket
|
|
[
|
|
(tuple_expr)
|
|
(record_expr)
|
|
(layout_lit)
|
|
(layout_antiquote)
|
|
(tuple_pat)
|
|
(record_pat)
|
|
(atomic_type)
|
|
(record_type)
|
|
] @rainbow.scope
|