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.
30 lines
457 B
Scheme
30 lines
457 B
Scheme
[
|
|
(list)
|
|
(map)
|
|
(call_body)
|
|
(parameter_list)
|
|
(call_expression)
|
|
(getter_definition)
|
|
(setter_definition)
|
|
(prefix_operator_definition)
|
|
(subscript_operator_definition)
|
|
(subscript_setter_definition)
|
|
(infix_operator_definition)
|
|
(method_definition)
|
|
(constructor)
|
|
(static_method_definition)
|
|
(static_getter_definition)
|
|
(attribute)
|
|
(conditional)
|
|
(class_body)
|
|
(if_statement)
|
|
(for_statement)
|
|
(while_statement)
|
|
] @indent
|
|
|
|
[
|
|
"}"
|
|
"]"
|
|
")"
|
|
] @outdent
|