mirror of
https://github.com/helix-editor/helix
synced 2026-03-08 08:56:21 +01:00
61 lines
1.1 KiB
Scheme
61 lines
1.1 KiB
Scheme
[
|
|
(array_literal)
|
|
(array_type)
|
|
(attribute)
|
|
(availability_condition)
|
|
(call_expression)
|
|
(call_suffix)
|
|
(catch_block)
|
|
(class_body)
|
|
(class_declaration)
|
|
(computed_getter)
|
|
(computed_property)
|
|
(computed_setter)
|
|
(dictionary_literal)
|
|
(dictionary_type)
|
|
(didset_clause)
|
|
(do_statement)
|
|
(enum_class_body)
|
|
(enum_entry)
|
|
(enum_type_parameters)
|
|
(for_statement)
|
|
(function_body)
|
|
(function_declaration)
|
|
(guard_statement)
|
|
(if_statement)
|
|
(init_declaration)
|
|
(lambda_literal)
|
|
(line_string_literal)
|
|
(modifiers)
|
|
(navigation_expression)
|
|
(optional_type)
|
|
(pattern)
|
|
(protocol_body)
|
|
(protocol_declaration)
|
|
(protocol_function_declaration)
|
|
(protocol_property_requirements)
|
|
(property_declaration)
|
|
(source_file)
|
|
(statements)
|
|
(subscript_declaration)
|
|
(switch_entry)
|
|
(switch_pattern)
|
|
(switch_statement)
|
|
(tuple_expression)
|
|
(tuple_type)
|
|
(tuple_type_item)
|
|
(type_annotation)
|
|
(value_arguments)
|
|
(visibility_modifier)
|
|
(while_statement)
|
|
(willset_didset_block)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"[" "]"
|
|
"{" "}"
|
|
"<" ">"
|
|
"\\("
|
|
] @rainbow.bracket
|