mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
2cdbbe50a4
Update runtime files.
63b74a8362
27 lines
246 B
HTML
27 lines
246 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
|