mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 16:00:07 +08:00
29 lines
383 B
Scheme
Vendored
29 lines
383 B
Scheme
Vendored
[
|
|
(array_creation_expression)
|
|
(compound_statement)
|
|
(declaration_list)
|
|
(binary_expression)
|
|
(return_statement)
|
|
(arguments)
|
|
(formal_parameters)
|
|
(enum_declaration_list)
|
|
(switch_block)
|
|
(match_block)
|
|
(case_statement)
|
|
"["
|
|
] @indent.begin
|
|
|
|
[
|
|
")"
|
|
"}"
|
|
"]"
|
|
] @indent.branch
|
|
|
|
[
|
|
(comment)
|
|
] @indent.auto
|
|
|
|
(compound_statement "}" @indent.end)
|
|
|
|
(ERROR) @indent.auto
|