1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-13 23:17:59 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/queries/markdown/folds.scm

10 lines
110 B
Scheme
Raw Normal View History

(
[
(fenced_code_block)
(indented_code_block)
(list)
(section)
] @fold
(#trim! @fold)
)