aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown/folds.scm
blob: 5900f7ffbe55d55ea4e6586e33e4d837fb39f356 (plain) (blame)
1
2
3
4
5
6
7
8
9
(
  [
    (fenced_code_block)
    (indented_code_block)
    (list)
    (section)
  ] @fold
  (#trim! @fold)
)