mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 00:50:05 +08:00
41 lines
492 B
Scheme
41 lines
492 B
Scheme
|
[
|
||
|
(function_definition)
|
||
|
(function_declaration)
|
||
|
(field)
|
||
|
(do_statement)
|
||
|
(while_statement)
|
||
|
(repeat_statement)
|
||
|
(if_statement)
|
||
|
(for_statement)
|
||
|
(return_statement)
|
||
|
(table_constructor)
|
||
|
(arguments)
|
||
|
(return_statement)
|
||
|
] @indent
|
||
|
|
||
|
[
|
||
|
"end"
|
||
|
")"
|
||
|
"}"
|
||
|
] @indent_end
|
||
|
|
||
|
(return_statement
|
||
|
(expression_list
|
||
|
(function_call))) @dedent
|
||
|
|
||
|
[
|
||
|
"end"
|
||
|
"then"
|
||
|
"until"
|
||
|
"}"
|
||
|
")"
|
||
|
"elseif"
|
||
|
(elseif_statement)
|
||
|
"else"
|
||
|
(else_statement)
|
||
|
] @branch
|
||
|
|
||
|
(comment) @auto
|
||
|
|
||
|
(string) @auto
|