nvim-treesitter/tests/indent/typst/if.typ
2026-02-25 18:35:46 +01:00

15 lines
145 B
Typst

#if true {
"this is one leve"
}
#set page(header: {
if true {
"this is internal on level"
}
})
#if true {
if false {
"this is it"
}
}