mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 12:10:06 +08:00
24 lines
318 B
Scheme
Vendored
24 lines
318 B
Scheme
Vendored
[
|
|
(import_declaration)
|
|
(const_declaration)
|
|
(var_declaration)
|
|
(type_declaration)
|
|
(composite_literal)
|
|
(func_literal)
|
|
(literal_value)
|
|
(expression_case)
|
|
(default_case)
|
|
(block)
|
|
(call_expression)
|
|
(parameter_list)
|
|
] @indent
|
|
|
|
[
|
|
"case"
|
|
"}"
|
|
] @branch
|
|
|
|
(parameter_list ")" @branch)
|
|
|
|
(comment) @ignore
|