1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 17:00:05 +08:00
SpaceVim/bundle/vim-matchup/test/issues/30/example.html
2020-06-13 14:06:35 +08:00

23 lines
514 B
HTML

<tag class="something" attr="attr and class is nicely highlighted">
item
</tag>
<tag class="something" keyattr="attr and class has no highlight anymore">
item
</tag>
<ul class="something" keyattr="attr and class has no highlight anymore">
<li class="something" keyattr="linebreaks">text</li>
</ul>
<ul class="something" keyattr="attr and class has no highlight anymore">
<li class="workaround"
keyattr="linebreaks">text</li>
</ul>
<dl>
<dt class='list-item'>Question 1</dt>
</dl>