mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Fix fst and fset aliases
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user