mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:50:04 +08:00
12 lines
273 B
Scheme
12 lines
273 B
Scheme
; Nix doesn't really have blocks, so just guess what people might want folds for
|
|
[
|
|
(if_expression)
|
|
(with_expression)
|
|
(let_expression)
|
|
(function_expression)
|
|
(attrset_expression)
|
|
(rec_attrset_expression)
|
|
(list_expression)
|
|
(indented_string_expression)
|
|
] @fold
|