mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Co-authored-by: postsolar <120750161+postsolar@users.noreply.github.com> Co-authored-by: Iorvethe <58810330+Iorvethe@users.noreply.github.com> Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> Co-authored-by: gabydd <gabydinnerdavid@gmail.com>
40 lines
640 B
Scheme
40 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
|