mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
12 lines
155 B
Scheme
12 lines
155 B
Scheme
([
|
|
(fenced_code_block)
|
|
(indented_code_block)
|
|
(list_item
|
|
(list))
|
|
(section)
|
|
] @fold
|
|
(#trim! @fold))
|
|
|
|
(section
|
|
(list) @fold
|
|
(#trim! @fold))
|