view runtime/indent/testdir/yaml.in @ 28777:b96ceb97e896

Update runtime files Commit: https://github.com/vim/vim/commit/d899e51120798d3fb5420abb1f19dddf3f014d05 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 21:54:03 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 23:00:04 +0200
parents 91faff07670a
children
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

# START_INDENT
map: |
line1
line2
# END_INDENT