feat(typst): add #show to fold and indent queries

This commit is contained in:
Raafat Turki 2024-02-16 21:10:25 +03:00 committed by Amaan Qureshi
parent 2ba58a424c
commit 4cb1595f5b
2 changed files with 3 additions and 0 deletions

View file

@ -2,4 +2,6 @@
(let) @fold (let) @fold
(show) @fold
(call) @fold (call) @fold

View file

@ -1,6 +1,7 @@
[ [
(set) (set)
(let) (let)
(show)
(call) (call)
] @indent.begin ] @indent.begin