mirror of https://github.com/helix-editor/helix
23 lines
342 B
Scheme
23 lines
342 B
Scheme
[
|
|
(indented_string_expression)
|
|
(string_expression)
|
|
|
|
; these are all direct parents of (binding_set)
|
|
(attrset_expression)
|
|
(let_attrset_expression)
|
|
(rec_attrset_expression)
|
|
(let_expression)
|
|
|
|
(list_expression)
|
|
(parenthesized_expression)
|
|
] @indent
|
|
|
|
|
|
(if_expression [ "if" "then" "else" ] @align)
|
|
|
|
[
|
|
"}"
|
|
"]"
|
|
")"
|
|
] @outdent
|