diff --git a/autoload/emmet.vim b/autoload/emmet.vim index 3ef568a..3f28bdd 100644 --- a/autoload/emmet.vim +++ b/autoload/emmet.vim @@ -1895,7 +1895,10 @@ let s:emmet_settings = { \ 'cap': 'caption', \ 'colg': 'colgroup', \ 'fst': 'fieldset', -\ 'btn:': 'button', +\ 'btn': 'button', +\ 'btn:d': 'button', +\ 'btn:r': 'button', +\ 'btn:s': 'button', \ 'optg': 'optgroup', \ 'opt': 'option', \ 'pic': 'picture',