mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
35 lines
553 B
Scheme
35 lines
553 B
Scheme
[
|
|
(access_qualifier)
|
|
(arguments)
|
|
(bindings)
|
|
(block)
|
|
(case_block)
|
|
(case_class_pattern)
|
|
(class_parameters)
|
|
(enum_body)
|
|
(for_expression)
|
|
(match_type)
|
|
(named_tuple_pattern)
|
|
(named_tuple_type)
|
|
(namespace_selectors)
|
|
(parameter_types)
|
|
(parameters)
|
|
(parenthesized_expression)
|
|
(quote_expression)
|
|
(splice_expression)
|
|
(tuple_expression)
|
|
(tuple_pattern)
|
|
(tuple_type)
|
|
(type_arguments)
|
|
(type_lambda)
|
|
(type_parameters)
|
|
(unit)
|
|
(with_template_body)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"{" "}"
|
|
"[" "]"
|
|
] @rainbow.bracket
|