mirror of
https://github.com/helix-editor/helix
synced 2026-07-28 23:33:35 +02:00
13 lines
154 B
Scheme
13 lines
154 B
Scheme
[
|
|
(brace_expression)
|
|
(list_expression)
|
|
(paren_expression)
|
|
(record_type_defn)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"{" "}"
|
|
"[" "]"
|
|
] @rainbow.bracket
|