mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
35 lines
677 B
Scheme
35 lines
677 B
Scheme
[
|
|
(catch_block)
|
|
(class_body)
|
|
(collection_literal)
|
|
(delegation_specifier)
|
|
(do_while_statement)
|
|
(enum_class_body)
|
|
(file_annotation)
|
|
(for_statement)
|
|
(function_type_parameters)
|
|
(function_value_parameters)
|
|
(getter)
|
|
(if_expression)
|
|
(indexing_suffix)
|
|
(lambda_literal)
|
|
(multi_variable_declaration)
|
|
(parenthesized_expression)
|
|
(parenthesized_type)
|
|
(parenthesized_user_type)
|
|
(setter)
|
|
(value_arguments)
|
|
(when_expression)
|
|
(when_subject)
|
|
(while_statement)
|
|
] @rainbow.scope
|
|
|
|
(type_arguments ["<" ">"] @rainbow.bracket) @rainbow.scope
|
|
(type_parameters ["<" ">"] @rainbow.bracket) @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"{" "}"
|
|
"[" "]"
|
|
] @rainbow.bracket
|