This commit is contained in:
Kevin Rambaud
2024-06-24 13:48:27 +00:00
committed by GitHub

View File

@@ -1913,7 +1913,11 @@ let s:emmet_settings = {
\ 'cap': 'caption',
\ 'colg': 'colgroup',
\ 'fst': 'fieldset',
\ 'btn:': 'button',
\ 'fst:disabled': 'fieldset',
\ 'btn': 'button',
\ 'btn:d': 'button',
\ 'btn:r': 'button',
\ 'btn:s': 'button',
\ 'optg': 'optgroup',
\ 'opt': 'option',
\ 'pic': 'picture',
@@ -1929,6 +1933,7 @@ let s:emmet_settings = {
\ 'sty': 'style',
\ 'prog': 'progress',
\ 'fset': 'fieldset',
\ 'fset:d': 'fieldset',
\ 'datag': 'datagrid',
\ 'datal': 'datalist',
\ 'kg': 'keygen',