From a407c0fec714123bdf7e11d163483e8de57f5710 Mon Sep 17 00:00:00 2001 From: Kevin Rambaud Date: Sun, 24 May 2020 23:17:28 -0400 Subject: [PATCH] Fix html btn* aliases --- autoload/emmet.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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',