forked from VimPlug/emmet-vim
HTML default_attribute form:upload, setting enctype for forms that get file uploads.
This commit is contained in:
@@ -699,6 +699,7 @@ let s:zen_settings = {
|
||||
\ 'form': {'action': ''},
|
||||
\ 'form:get': {'action': '', 'method': 'get'},
|
||||
\ 'form:post': {'action': '', 'method': 'post'},
|
||||
\ 'form:upload': {'action': '', 'method': 'post', 'enctype': 'multipart/form-data'},
|
||||
\ 'label': {'for': ''},
|
||||
\ 'input': {'type': ''},
|
||||
\ 'input:hidden': [{'type': 'hidden'}, {'name': ''}],
|
||||
|
||||
Reference in New Issue
Block a user