From c287e734f10e074c70276fa74e8a938466018f4b Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 27 Apr 2021 21:26:36 -0400 Subject: vim-patch:ff78155aa175 Update runtime files https://github.com/vim/vim/commit/ff78155aa1755aced96a3b343e81939c94aac721 Omit menu_info(). --- runtime/syntax/html.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'runtime/syntax/html.vim') diff --git a/runtime/syntax/html.vim b/runtime/syntax/html.vim index 1571af3700..aa9cb1205a 100644 --- a/runtime/syntax/html.vim +++ b/runtime/syntax/html.vim @@ -3,8 +3,8 @@ " Maintainer: Jorge Maldonado Ventura " Previous Maintainer: Claudio Fleiner " Repository: https://notabug.org/jorgesumle/vim-html-syntax -" Last Change: 2019 Dec 24 -" Included patch from Jorge Maldonado Ventura to add the dialog element +" Last Change: 2020 Mar 17 +" Included patch from Florian Breisch to add the summary element " " Please check :help html.vim for some comments and a description of the options @@ -61,7 +61,8 @@ syn keyword htmlTagName contained datalist details dialog embed figcaption syn keyword htmlTagName contained figure footer header hgroup keygen main syn keyword htmlTagName contained mark menuitem meter nav output picture syn keyword htmlTagName contained progress rb rp rt rtc ruby section -syn keyword htmlTagName contained slot source template time track video wbr +syn keyword htmlTagName contained slot source summary template time track +syn keyword htmlTagName contained video wbr " legal arg names syn keyword htmlArg contained action -- cgit