mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
617 B
Scheme
34 lines
617 B
Scheme
2 years ago
|
[
|
||
|
(import_spec_list)
|
||
|
(const_declaration)
|
||
|
(var_declaration)
|
||
|
(type_parameter_list)
|
||
|
(parameter_list)
|
||
|
(type_declaration)
|
||
|
(parenthesized_type)
|
||
|
(type_arguments)
|
||
|
(array_type)
|
||
|
(implicit_length_array_type)
|
||
|
(slice_type)
|
||
|
(field_declaration_list)
|
||
|
(interface_type)
|
||
|
(map_type)
|
||
|
(block)
|
||
|
(expression_switch_statement)
|
||
|
(type_switch_statement)
|
||
|
(select_statement)
|
||
|
(parenthesized_expression)
|
||
|
(argument_list)
|
||
|
(index_expression)
|
||
|
(slice_expression)
|
||
|
(type_assertion_expression)
|
||
|
(type_conversion_expression)
|
||
|
(literal_value)
|
||
|
] @rainbow.scope
|
||
|
|
||
|
[
|
||
|
"(" ")"
|
||
|
"[" "]"
|
||
|
"{" "}"
|
||
|
] @rainbow.bracket
|