nvim-treesitter/tests/indent/lua/table.lua

11 lines
96 B
Lua
Raw Normal View History

2021-04-18 23:19:08 +02:00
local a = {
x = 1,
y = 2,
z = {
1, 2, 3,
},
['hello world'] = {
1, 2, 3
}
}