mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:40:06 +08:00
35 lines
385 B
Scheme
35 lines
385 B
Scheme
|
[
|
||
|
(class_body)
|
||
|
(enum_body)
|
||
|
(interface_body)
|
||
|
(constructor_declaration)
|
||
|
(constructor_body)
|
||
|
(block)
|
||
|
(switch_block)
|
||
|
(array_initializer)
|
||
|
(argument_list)
|
||
|
(formal_parameters)
|
||
|
] @indent
|
||
|
|
||
|
(expression_statement (method_invocation) @indent)
|
||
|
|
||
|
[
|
||
|
"("
|
||
|
")"
|
||
|
"{"
|
||
|
"}"
|
||
|
"["
|
||
|
"]"
|
||
|
] @branch
|
||
|
|
||
|
[
|
||
|
"}"
|
||
|
] @indent_end
|
||
|
|
||
|
(line_comment) @ignore
|
||
|
|
||
|
[
|
||
|
(ERROR)
|
||
|
(block_comment)
|
||
|
] @auto
|