diff options
Diffstat (limited to '')
| -rw-r--r-- | syntax/html.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/syntax/html.vim b/syntax/html.vim index eedd6582..78da84f0 100644 --- a/syntax/html.vim +++ b/syntax/html.vim @@ -68,7 +68,7 @@ syn keyword htmlArg contained autoplay preload controls loop poster media kind c  " <form>, <input>, <button>  syn keyword htmlArg contained form autocomplete autofocus list min max step  syn keyword htmlArg contained formaction autofocus formenctype formmethod formtarget formnovalidate -syn keyword htmlArg contained required placeholder +syn keyword htmlArg contained required placeholder pattern  " <command>, <details>, <time>  syn keyword htmlArg contained label icon open datetime pubdate  " <script> | 
