diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 12:31:10 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 13:13:51 +0200 |
commit | 44ea50cee45d7c1fc464b77f45ef480916dba19a (patch) | |
tree | 6950db2c08dfd47a3283c9b9429e61d6472d91e6 /runtime/syntax | |
parent | 4fbcfab1276dd9d827ccf58954e0dc5bdbd4cf53 (diff) | |
download | rneovim-44ea50cee45d7c1fc464b77f45ef480916dba19a.tar.gz rneovim-44ea50cee45d7c1fc464b77f45ef480916dba19a.tar.bz2 rneovim-44ea50cee45d7c1fc464b77f45ef480916dba19a.zip |
vim-patch:68563937f58e
Updated runtime files.
https://github.com/vim/vim/commit/68563937f58ea2dc31b58739336c383d2fd7e6cf
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/html.vim | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/syntax/html.vim b/runtime/syntax/html.vim index 7408f66476..b168750db4 100644 --- a/runtime/syntax/html.vim +++ b/runtime/syntax/html.vim @@ -2,7 +2,8 @@ " Language: HTML " Maintainer: Jorge Maldonado Ventura <jorgesumle@freakspot.net> " Previous Maintainer: Claudio Fleiner <claudio@fleiner.com> -" Last Change: 2016 Dec 29 +" Repository: https://notabug.org/jorgesumle/vim-html-syntax +" Last Change: 2017 Jan 04 " included patch from Jorge Maldonado Ventura " Please check :help html.vim for some comments and a description of the options @@ -95,6 +96,10 @@ syn keyword htmlArg contained multiple nohref nowrap object profile readonly syn keyword htmlArg contained rules scheme scope span standby style syn keyword htmlArg contained summary tabindex valuetype version +" html 5 arg names +syn keyword htmlArg contained contenteditable contextmenu draggable dropzone +syn keyword htmlArg contained hidden spellcheck title translate + " special characters syn match htmlSpecialChar "&#\=[0-9A-Za-z]\{1,8};" |