Fix html btn* aliases

This commit is contained in:
Kevin Rambaud
2020-05-24 23:17:28 -04:00
parent 76285f8ec4
commit a407c0fec7

View File

@@ -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',