diff options
Diffstat (limited to 'autoload/xml/html5.vim')
-rw-r--r-- | autoload/xml/html5.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/xml/html5.vim b/autoload/xml/html5.vim index 67926f59..5ec9cd7e 100644 --- a/autoload/xml/html5.vim +++ b/autoload/xml/html5.vim @@ -601,7 +601,7 @@ let g:xmldata_html5 = { \ ], \ 'meta': [ \ [], - \ extend(copy(global_attributes), {'name': [], 'http-equiv': ['refresh', 'default-style', 'content-type'], 'content': [], 'charset': charset}) + \ extend(copy(global_attributes), {'name': ['application-name', 'author', 'description', 'generator', 'referrer', 'creator', 'googlebot', 'publisher', 'robots', 'slurp', 'viewport', 'theme-color'], 'http-equiv': ['refresh', 'default-style', 'content-type'], 'content': [], 'charset': charset}) \ ], \ 'meter': [ \ phrasing_elements, |