mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
Fix html btn* aliases
This commit is contained in:
@@ -1895,7 +1895,10 @@ let s:emmet_settings = {
|
|||||||
\ 'cap': 'caption',
|
\ 'cap': 'caption',
|
||||||
\ 'colg': 'colgroup',
|
\ 'colg': 'colgroup',
|
||||||
\ 'fst': 'fieldset',
|
\ 'fst': 'fieldset',
|
||||||
\ 'btn:': 'button',
|
\ 'btn': 'button',
|
||||||
|
\ 'btn:d': 'button',
|
||||||
|
\ 'btn:r': 'button',
|
||||||
|
\ 'btn:s': 'button',
|
||||||
\ 'optg': 'optgroup',
|
\ 'optg': 'optgroup',
|
||||||
\ 'opt': 'option',
|
\ 'opt': 'option',
|
||||||
\ 'pic': 'picture',
|
\ 'pic': 'picture',
|
||||||
|
|||||||
Reference in New Issue
Block a user