nvim-treesitter/tests/indent/meson/list.meson

15 lines
85 B
Text
Raw Normal View History

2024-01-19 16:08:23 +01:00
# vim: ft=meson
foo = [
'a',
'b',
]
bar = [
'a',
'b']
baz = ['a',
'b'
]