mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 14:27:07 +02:00
14 lines
191 B
Scheme
14 lines
191 B
Scheme
[
|
|
(list_expression)
|
|
(parenthesized_expression)
|
|
(parenthesized_pattern)
|
|
(record_declaration)
|
|
(record_expression)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"{" "}"
|
|
"[" "]"
|
|
] @rainbow.bracket
|