mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
15 lines
85 B
Text
15 lines
85 B
Text
|
|
# vim: ft=meson
|
||
|
|
|
||
|
|
foo = [
|
||
|
|
'a',
|
||
|
|
'b',
|
||
|
|
]
|
||
|
|
|
||
|
|
bar = [
|
||
|
|
'a',
|
||
|
|
'b']
|
||
|
|
|
||
|
|
baz = ['a',
|
||
|
|
'b'
|
||
|
|
]
|