mirror of
https://github.com/realAscot/helix.git
synced 2025-09-15 04:33:04 +02:00
21 lines
272 B
Scheme
21 lines
272 B
Scheme
|
[
|
||
|
(class_body)
|
||
|
(function_body)
|
||
|
(function_expression_body)
|
||
|
(declaration)
|
||
|
(initializers)
|
||
|
(switch_block)
|
||
|
(if_statement)
|
||
|
(formal_parameter_list)
|
||
|
(formal_parameter)
|
||
|
(list_literal)
|
||
|
(return_statement)
|
||
|
(arguments)
|
||
|
] @indent
|
||
|
|
||
|
[
|
||
|
"}"
|
||
|
"]"
|
||
|
")"
|
||
|
] @outdent
|