mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 10:40:03 +08:00
43 lines
541 B
Scheme
43 lines
541 B
Scheme
|
[
|
||
|
(struct_definition)
|
||
|
(macro_definition)
|
||
|
(function_definition)
|
||
|
|
||
|
(if_statement)
|
||
|
(try_statement)
|
||
|
(for_statement)
|
||
|
(while_statement)
|
||
|
(let_statement)
|
||
|
(quote_statement)
|
||
|
|
||
|
(do_clause)
|
||
|
(compound_expression)
|
||
|
|
||
|
(assignment_expression)
|
||
|
(binary_expression)
|
||
|
(call_expression)
|
||
|
|
||
|
(array_expression)
|
||
|
(tuple_expression)
|
||
|
(matrix_expression)
|
||
|
] @indent
|
||
|
|
||
|
[
|
||
|
"end"
|
||
|
"("
|
||
|
")"
|
||
|
"["
|
||
|
"]"
|
||
|
(else_clause)
|
||
|
(elseif_clause)
|
||
|
(catch_clause)
|
||
|
(finally_clause)
|
||
|
] @branch
|
||
|
|
||
|
[
|
||
|
(comment)
|
||
|
(block_comment)
|
||
|
(triple_string)
|
||
|
] @ignore
|
||
|
|