mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
9 lines
70 B
XML
9 lines
70 B
XML
#for x in (1, 2, 3) {
|
|
x
|
|
}
|
|
|
|
#for x in (1, 2, 3) {
|
|
let y = x + 1
|
|
y
|
|
}
|