mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
15 lines
218 B
Scheme
15 lines
218 B
Scheme
[
|
|
(array_element_expression)
|
|
(assignment_expression)
|
|
(block)
|
|
(function_call_expression)
|
|
(hash_element_expression)
|
|
(variable_declaration)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"{" "}"
|
|
"[" "]"
|
|
] @rainbow.bracket
|