0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
2019-10-16 22:35:02 +02:00

15 lines
154 B
YAML

# vim: set ft=yaml sw=2 et :
# START_INDENT
map1:
sub1:
- list item
map2:
- another list
# END_INDENT
# START_INDENT
map: &anchor
map: val
# END_INDENT