comparison runtime/syntax/html.vim @ 19721:bceeded72898

Update runtime files Commit: https://github.com/vim/vim/commit/ff78155aa1755aced96a3b343e81939c94aac721 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 20:37:11 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 20:45:06 +0100
parents 130acb903dbe
children ef454a7f485d
comparison
equal deleted inserted replaced
19720:69b650ef768a 19721:bceeded72898
1 " Vim syntax file 1 " Vim syntax file
2 " Language: HTML 2 " Language: HTML
3 " Maintainer: Jorge Maldonado Ventura <jorgesumle@freakspot.net> 3 " Maintainer: Jorge Maldonado Ventura <jorgesumle@freakspot.net>
4 " Previous Maintainer: Claudio Fleiner <claudio@fleiner.com> 4 " Previous Maintainer: Claudio Fleiner <claudio@fleiner.com>
5 " Repository: https://notabug.org/jorgesumle/vim-html-syntax 5 " Repository: https://notabug.org/jorgesumle/vim-html-syntax
6 " Last Change: 2019 Dec 24 6 " Last Change: 2020 Mar 17
7 " Included patch from Jorge Maldonado Ventura to add the dialog element 7 " Included patch from Florian Breisch to add the summary element
8 " 8 "
9 9
10 " Please check :help html.vim for some comments and a description of the options 10 " Please check :help html.vim for some comments and a description of the options
11 11
12 " quit when a syntax file was already loaded 12 " quit when a syntax file was already loaded
59 syn keyword htmlTagName contained article aside audio bdi canvas data 59 syn keyword htmlTagName contained article aside audio bdi canvas data
60 syn keyword htmlTagName contained datalist details dialog embed figcaption 60 syn keyword htmlTagName contained datalist details dialog embed figcaption
61 syn keyword htmlTagName contained figure footer header hgroup keygen main 61 syn keyword htmlTagName contained figure footer header hgroup keygen main
62 syn keyword htmlTagName contained mark menuitem meter nav output picture 62 syn keyword htmlTagName contained mark menuitem meter nav output picture
63 syn keyword htmlTagName contained progress rb rp rt rtc ruby section 63 syn keyword htmlTagName contained progress rb rp rt rtc ruby section
64 syn keyword htmlTagName contained slot source template time track video wbr 64 syn keyword htmlTagName contained slot source summary template time track
65 syn keyword htmlTagName contained video wbr
65 66
66 " legal arg names 67 " legal arg names
67 syn keyword htmlArg contained action 68 syn keyword htmlArg contained action
68 syn keyword htmlArg contained align alink alt archive background bgcolor 69 syn keyword htmlArg contained align alink alt archive background bgcolor
69 syn keyword htmlArg contained border bordercolor cellpadding 70 syn keyword htmlArg contained border bordercolor cellpadding