Fix fst and fset aliases

This commit is contained in:
Kevin Rambaud
2020-05-25 22:28:56 -04:00
parent a407c0fec7
commit a37097cf18

View File

@@ -1895,6 +1895,7 @@ let s:emmet_settings = {
\ 'cap': 'caption',
\ 'colg': 'colgroup',
\ 'fst': 'fieldset',
\ 'fst:disabled': 'fieldset',
\ 'btn': 'button',
\ 'btn:d': 'button',
\ 'btn:r': 'button',
@@ -1914,6 +1915,7 @@ let s:emmet_settings = {
\ 'sty': 'style',
\ 'prog': 'progress',
\ 'fset': 'fieldset',
\ 'fset:d': 'fieldset',
\ 'datag': 'datagrid',
\ 'datal': 'datalist',
\ 'kg': 'keygen',