mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 16:40:06 +08:00
19 lines
304 B
Scheme
19 lines
304 B
Scheme
|
[
|
||
|
(function_definition)
|
||
|
(while_statement)
|
||
|
(for_statement)
|
||
|
(if_statement)
|
||
|
(begin_statement)
|
||
|
(switch_statement)
|
||
|
] @indent.begin
|
||
|
|
||
|
[
|
||
|
"else" ; else and else if must both start the line with "else", so tag the string directly
|
||
|
"case"
|
||
|
"end"
|
||
|
] @indent.branch
|
||
|
|
||
|
"end" @indent.end
|
||
|
|
||
|
(comment) @indent.ignore
|