mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 01:10:05 +08:00
12 lines
185 B
Scheme
12 lines
185 B
Scheme
|
; Nix doesn't really have blocks, so just guess what people might want folds for
|
||
|
[
|
||
|
(if)
|
||
|
(with)
|
||
|
(let)
|
||
|
(function)
|
||
|
(attrset)
|
||
|
(rec_attrset)
|
||
|
(list)
|
||
|
(indented_string)
|
||
|
] @fold
|