mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
640 B
Scheme
41 lines
640 B
Scheme
[
|
|
(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)
|
|
(call_expression)
|
|
(parenthesized_expression)
|
|
(tuple_expression)
|
|
(comprehension_expression)
|
|
(matrix_expression)
|
|
(vector_expression)
|
|
] @indent
|
|
|
|
[
|
|
"end"
|
|
")"
|
|
"]"
|
|
"}"
|
|
] @outdent
|
|
|
|
(argument_list
|
|
. (_) @anchor
|
|
(#set! "scope" "tail")) @align
|
|
|
|
(parameter_list
|
|
. (_) @anchor
|
|
(#set! "scope" "tail")) @align
|
|
|
|
(curly_expression
|
|
. (_) @anchor
|
|
(#set! "scope" "tail")) @align
|