0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

27 lines
246 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
2019-03-24 15:09:13 +01:00
class="foo bar">
2018-12-09 20:43:55 +01:00
text
</div>
<div class="foo bar"
2019-03-24 15:09:13 +01:00
data="something">
2018-12-09 20:43:55 +01:00
text
</div>
<div class="foo
2019-03-24 15:09:13 +01:00
bar">
2018-12-09 20:43:55 +01:00
text
</div>
" END_INDENT