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.
25 lines
337 B
Scheme
25 lines
337 B
Scheme
3 years ago
|
[
|
||
|
(function_definition)
|
||
|
(variable_declaration)
|
||
|
(local_variable_declaration)
|
||
|
(field)
|
||
|
(local_function)
|
||
|
(function)
|
||
|
(if_statement)
|
||
|
(for_statement)
|
||
|
(for_in_statement)
|
||
|
(repeat_statement)
|
||
|
(return_statement)
|
||
|
(while_statement)
|
||
|
(table)
|
||
|
(arguments)
|
||
|
(do_statement)
|
||
|
] @indent
|
||
|
|
||
|
[
|
||
|
"end"
|
||
|
"until"
|
||
|
"}"
|
||
|
")"
|
||
|
] @outdent
|