index
:
nvim-treesitter
0.5-compat
ci/msvc
ci/slim
docs/contrib
feat/emmylua
feat/stable
feat/warn
fix/lua
main
master
test/init
test/plenary
test/plentest
test/scandir
update-parsers-tier-1
update-parsers-tier-2
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
typst
/
for.typ
blob: 95fe60e9ab941a06b3c684d4e6bf0c3dca70abca (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#for
x
in
(
1
,
2
,
3
)
{
x
}
#for
x
in
(
1
,
2
,
3
)
{
let
y
=
x
+
1
y
}