issues
search
othree
/
html5.vim
HTML5 omnicomplete and syntax
http://www.vim.org/scripts/script.php?script_id=3236
934
stars
76
forks
source link
fix self enclosing tag indent
#86
Closed
weirongxu
closed
7 years ago
weirongxu
commented
7 years ago
Before
<custom-input /> <span></span>
After
<custom-input /> <span></span>
Before
After