mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
32 lines
447 B
Scheme
Vendored
32 lines
447 B
Scheme
Vendored
[
|
|
(function_block)
|
|
(binary_expression)
|
|
(collection)
|
|
(indexed_collection)
|
|
(parameter_call_list)
|
|
(function_call)
|
|
(class_def)
|
|
(classvar)
|
|
(const)
|
|
(instance_var)
|
|
(variable_definition)
|
|
(variable_definition_sequence (variable_definition))
|
|
(control_structure)
|
|
(return_statement)
|
|
] @indent
|
|
|
|
[
|
|
(parameter_call_list (argument_calls))
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @branch
|
|
|
|
[
|
|
(block_comment)
|
|
(line_comment)
|
|
] @ignore
|