mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 11:50:05 +08:00
44 lines
582 B
Scheme
Vendored
44 lines
582 B
Scheme
Vendored
[
|
|
(struct_definition)
|
|
(macro_definition)
|
|
(function_definition)
|
|
|
|
(compound_statement)
|
|
(if_statement)
|
|
(try_statement)
|
|
(for_statement)
|
|
(while_statement)
|
|
(let_statement)
|
|
(quote_statement)
|
|
(do_clause)
|
|
|
|
(assignment)
|
|
(for_binding)
|
|
|
|
(binary_expression)
|
|
(call_expression)
|
|
|
|
(tuple_expression)
|
|
(comprehension_expression)
|
|
(matrix_expression)
|
|
(vector_expression)
|
|
] @indent.begin
|
|
|
|
[
|
|
"end"
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
(else_clause)
|
|
(elseif_clause)
|
|
(catch_clause)
|
|
(finally_clause)
|
|
] @indent.branch
|
|
|
|
[
|
|
(line_comment)
|
|
(block_comment)
|
|
] @indent.ignore
|
|
|