mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Compare commits
3 Commits
7d19d812a3
...
4c7d28ca7d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c7d28ca7d | ||
|
|
a37097cf18 | ||
|
|
a407c0fec7 |
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user