html5.vim
html5.vim copied to clipboard
Wrong indent after custom self-closing tag
When using custom self-closing tag, indent is added as if it was not closed.
<modal-form />
| <!-- cursor is here, must be at the start of the line -->
+1. This problem is occurred in html templates of various frameworks, particularly Vue.js.