mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
17 lines
198 B
Scheme
Vendored
17 lines
198 B
Scheme
Vendored
[
|
|
(function_definition)
|
|
(while_statement)
|
|
(for_statement)
|
|
(if_statement)
|
|
(begin_statement)
|
|
(switch_statement)
|
|
] @indent
|
|
|
|
[
|
|
(else_if_clause)
|
|
(else_clause)
|
|
"end"
|
|
] @branch
|
|
|
|
(comment) @ignore
|