mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:20:06 +08:00
32 lines
447 B
Scheme
32 lines
447 B
Scheme
|
[
|
||
|
(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
|