index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
gleam
/
list.gleam
blob: d6da4da343879ad4c4bc3552063f2afd7ac2bb50 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
pub
fn
main
() {
[
a
,
..[
b
,
..[
c
,
]
]
]
}