mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:40:06 +08:00
28 lines
379 B
Scheme
28 lines
379 B
Scheme
[
|
|
(block)
|
|
(procedure_declaration)
|
|
(overloaded_procedure_declaration)
|
|
(enum_declaration)
|
|
(union_declaration)
|
|
(if_statement)
|
|
(else_if_clause)
|
|
(else_clause)
|
|
(when_statement)
|
|
(else_when_clause)
|
|
(for_statement)
|
|
(switch_case)
|
|
] @indent.begin
|
|
|
|
[
|
|
"}"
|
|
")"
|
|
"]"
|
|
] @indent.branch @indent.end
|
|
|
|
[
|
|
(comment)
|
|
(block_comment)
|
|
(string)
|
|
(ERROR)
|
|
] @indent.auto
|