diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 21:26:36 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 21:31:28 -0400 |
commit | c287e734f10e074c70276fa74e8a938466018f4b (patch) | |
tree | 50e7ae1c4da146a1c92d5c8dd3207766abdab8fe /runtime/syntax/html.vim | |
parent | e7f6c520141c104960790d9bb2e52260ba959b76 (diff) | |
download | rneovim-c287e734f10e074c70276fa74e8a938466018f4b.tar.gz rneovim-c287e734f10e074c70276fa74e8a938466018f4b.tar.bz2 rneovim-c287e734f10e074c70276fa74e8a938466018f4b.zip |
vim-patch:ff78155aa175
Update runtime files
https://github.com/vim/vim/commit/ff78155aa1755aced96a3b343e81939c94aac721
Omit menu_info().
Diffstat (limited to 'runtime/syntax/html.vim')
-rw-r--r-- | runtime/syntax/html.vim | 7 |
1 files changed, 4 insertions, 3 deletions
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 <jorgesumle@freakspot.net> " Previous Maintainer: Claudio Fleiner <claudio@fleiner.com> " 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 |