mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 15:40:04 +08:00
25 lines
325 B
Scheme
25 lines
325 B
Scheme
|
[
|
||
|
(if_statement)
|
||
|
|
||
|
(for_statement)
|
||
|
(while_statement)
|
||
|
|
||
|
(parenthesized_expression)
|
||
|
|
||
|
(function_definition)
|
||
|
(class_definition)
|
||
|
] @indent
|
||
|
|
||
|
((argument_list) @aligned_indent
|
||
|
(#set! "delimiter" "()"))
|
||
|
((parameters) @aligned_indent
|
||
|
(#set! "delimiter" "()"))
|
||
|
|
||
|
[
|
||
|
")"
|
||
|
"]"
|
||
|
"}"
|
||
|
(elif_clause)
|
||
|
(else_clause)
|
||
|
] @branch
|