From 3b013b9ed42fcb15dc8b4416854ceaaab69f6c87 Mon Sep 17 00:00:00 2001 From: Andreas Hartmann Date: Sun, 16 Feb 2025 08:31:40 +0100 Subject: [PATCH] feat(typst): add more folds for the following language constructs: - 'for' blocks - 'if/else' expressions - raw markup blocks (```) - `content` --- queries/typst/folds.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/queries/typst/folds.scm b/queries/typst/folds.scm index f2c13cc2c..ef0ec7956 100644 --- a/queries/typst/folds.scm +++ b/queries/typst/folds.scm @@ -4,4 +4,8 @@ (show) (call) (section) + (for) + (branch) + (content) + (raw_blck) ] @fold