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

9 lines
70 B
Typst
Raw Normal View History

#for x in (1, 2, 3) {
x
}
#for x in (1, 2, 3) {
let y = x + 1
y
}