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.
27 lines
364 B
Scheme
27 lines
364 B
Scheme
[
|
|
(_compound_statement)
|
|
(match_statement)
|
|
(parenthesized_expression)
|
|
|
|
(pattern_array)
|
|
(pattern_dictionary)
|
|
(argument_list)
|
|
(binary_operator)
|
|
|
|
(parameters)
|
|
(body)
|
|
(enumerator_list)
|
|
|
|
(function_definition)
|
|
(constructor_definition)
|
|
(class_definition)
|
|
] @indent
|
|
|
|
[
|
|
")",
|
|
"]",
|
|
"}",
|
|
(return_statement)
|
|
(pass_statement)
|
|
] @outdent
|