mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
16 lines
145 B
Typst
16 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"
|
||
|
|
}
|
||
|
|
}
|