mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 08:41:40 +01:00
15 lines
306 B
Scheme
15 lines
306 B
Scheme
[
|
|
(struct_declaration)
|
|
(function_declaration)
|
|
(attribute)
|
|
(type_declaration)
|
|
(compound_statement)
|
|
(argument_list_expression)
|
|
(postfix_expression)
|
|
(variable_qualifier)
|
|
(subscript_expression)
|
|
(parenthesized_expression)
|
|
] @rainbow.scope
|
|
|
|
["(" ")" "[" "]" "{" "}" "<" ">"] @rainbow.bracket
|