mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
15 lines
145 B
Typst
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"
|
|
}
|
|
}
|