mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
16 lines
104 B
Text
16 lines
104 B
Text
|
|
# vim: ft=meson
|
||
|
|
|
||
|
|
foo = {
|
||
|
|
'a': 1,
|
||
|
|
'b': 2,
|
||
|
|
}
|
||
|
|
|
||
|
|
bar = {
|
||
|
|
'a': 1,
|
||
|
|
'b': 2}
|
||
|
|
|
||
|
|
baz = {'a': 1,
|
||
|
|
'b': 2
|
||
|
|
}
|
||
|
|
|