index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
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
/
gleam
/
tuple.gleam
blob: d5830354087696a586fdc19ab3c3390687fe9bcf (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
11
pub
fn
main
()
{
#(
a
,
#(
b
,
#(
c
)
)
)
}