view runtime/indent/testdir/yaml.ok @ 29236:0eef32b4ebbc

Update runtime files Commit: https://github.com/vim/vim/commit/d799daa660b8821943cbe1682f00da9e812dd48c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 20 11:17:32 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jun 2022 12:30:06 +0200
parents b96ceb97e896
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