nvim-treesitter/tests/indent/lua/table.lua
2021-04-23 21:21:38 +02:00

10 lines
96 B
Lua

local a = {
x = 1,
y = 2,
z = {
1, 2, 3,
},
['hello world'] = {
1, 2, 3
}
}