mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
22 lines
310 B
Scheme
22 lines
310 B
Scheme
[
|
|
(block_expression)
|
|
(loop_expression)
|
|
(match_expression)
|
|
(struct_expression)
|
|
(function_definition)
|
|
(struct_definition)
|
|
(enum_definition)
|
|
(trait_definition)
|
|
(impl_definition)
|
|
(apply_expression)
|
|
(dot_apply_expression)
|
|
(arguments)
|
|
(parameters)
|
|
] @indent
|
|
|
|
[
|
|
")"
|
|
"}"
|
|
"]"
|
|
] @outdent
|