mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 17:50:05 +08:00
26 lines
304 B
Scheme
Vendored
26 lines
304 B
Scheme
Vendored
[
|
|
(array_creation_expression)
|
|
(compound_statement)
|
|
(declaration_list)
|
|
(binary_expression)
|
|
(return_statement)
|
|
(arguments)
|
|
(formal_parameters)
|
|
(enum_declaration_list)
|
|
"["
|
|
] @indent
|
|
|
|
[
|
|
")"
|
|
"}"
|
|
"]"
|
|
] @branch
|
|
|
|
[
|
|
(comment)
|
|
] @auto
|
|
|
|
(compound_statement "}" @indent_end)
|
|
|
|
(ERROR) @auto
|