view runtime/indent/testdir/yaml.in @ 18848:a0e0f0256d0b

Runtime file updates. Commit: https://github.com/vim/vim/commit/32b364fcc09749f35adb441b81291e1e5946dbc2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 8 15:07:48 2019 +0100 Runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Dec 2019 15:15:04 +0100
parents 375a7ecdb351
children 661eb972cb22
line wrap: on
line source

# 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