0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

37 lines
261 B
Plaintext
Raw Normal View History

2018-12-09 20:43:55 +01:00
" 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>
2020-06-21 22:12:03 +02:00
<dl>
<dd>
dd text
</dd>
<dt>
dt text
</dt>
</dl>
2018-12-09 20:43:55 +01:00
" END_INDENT