mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
c8f34a9a3e
Update runtime files.
d47d52232b
27 lines
210 B
HTML
27 lines
210 B
HTML
" 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>
|
|
|
|
" END_INDENT
|