nvim-treesitter/tests/indent/typst/for.typ
2026-02-25 16:01:12 +03:00

8 lines
70 B
XML

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