mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
16 lines
317 B
Scheme
16 lines
317 B
Scheme
[
|
|
(declaration_list)
|
|
(compound_statement)
|
|
(array_creation_expression)
|
|
(subscript_expression)
|
|
(parenthesized_expression)
|
|
(formal_parameters)
|
|
(arguments)
|
|
(catch_clause)
|
|
(foreach_statement)
|
|
(switch_block)
|
|
(anonymous_function_use_clause)
|
|
] @rainbow.scope
|
|
|
|
["(" ")" "[" "]" "{" "}"] @rainbow.bracket
|