mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
8 lines
49 B
Text
8 lines
49 B
Text
|
|
let my_list = [
|
||
|
|
foo
|
||
|
|
bar
|
||
|
|
baz
|
||
|
|
qux
|
||
|
|
quux
|
||
|
|
]
|