mattn / emmet-vim

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

expand for style attribute #411

Open D1mon opened 6 years ago

D1mon commented 6 years ago

<div class="well" style="mb15">

mb15 expand to: <div class="well" style="margin-bottom: 15px;">