view runtime/indent/testdir/html.ok @ 20965:59f93c2d2551

Update runtime files Commit: https://github.com/vim/vim/commit/73fef33014dbf21fc59e7e47fb091117868d82fb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 21 22:12:03 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jun 2020 22:15:04 +0200
parents bd7461db24b3
children 21fb2a3ad3ca
line wrap: on
line source

" vim: set ft=html sw=4 :


" START_INDENT
<div>
    <div>
	text
    </div>
</div>

<div
     class="foo bar">
    text
</div>

<div class="foo bar"
     data="something">
    text
</div>

<div class="foo
	    bar">
    text
</div>

<dl>
    <dd>
	dd text
    </dd>
    <dt>
	dt text
    </dt>
</dl>


" END_INDENT