diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-10 13:31:15 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-10 13:31:15 +0100 |
commit | 68563937f58ea2dc31b58739336c383d2fd7e6cf (patch) | |
tree | e49bddc6de4f53c09c022b5e26aa96f925e3eff0 /runtime/syntax/html.vim | |
parent | 6abda995a57306028c3dc5c62c9b15858e5a3bcf (diff) | |
download | vim-git-68563937f58ea2dc31b58739336c383d2fd7e6cf.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/syntax/html.vim')
-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 7408f6647..b168750db 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};" |