mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
11 lines
185 B
Scheme
11 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
|