Files
nvim-treesitter/tests/indent/typst/for.typ
2026-02-25 18:35:46 +01:00

9 lines
70 B
XML

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