view runtime/indent/testdir/yaml.ok @ 35058:f8185637a051 draft default tip

runtime(jq): include syntax, ftplugin and compiler plugin Commit: https://github.com/vim/vim/commit/79952b9c6774d30f248a0ecf9ea84318be947fc4 Author: Vito <vito.blog@gmail.com> Date: Fri Apr 26 22:36:20 2024 +0200 runtime(jq): include syntax, ftplugin and compiler plugin closes: https://github.com/vim/vim/issues/14619 Signed-off-by: Vito <vito.blog@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 26 Apr 2024 22:45:02 +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