mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.42k stars 411 forks source link

Split/Join Tag not working when tag names contain dashes (-) #389

Closed marksauter closed 6 years ago

marksauter commented 7 years ago

The split join tag function does not work when the tag name has a dash (-) in the name: <some-tag>. This sort of naming scheme is used in web-components and in vue components.