nvim-treesitter/tests/indent/typst/if.typ

16 lines
145 B
Typst
Raw Normal View History

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