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
/
lua
/
table.lua
blob: d53504b453af15d80573a5a651b461a1503ab65e (
plain
)
1
2
3
4
5
6
7
8
9
10
local
a
= {
x
=
1
,
y
=
2
,
z
= {
1
,
2
,
3
,
},
[
'hello world'
] = {
1
,
2
,
3
}
}