diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 11:28:19 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 11:28:28 +0100 |
commit | 0801eac01aab5940fc1e4409ba749383cc353bc2 (patch) | |
tree | 9034c9f6cd0c7592a09e6c65521c6948c3a983af /syntax/javascript | |
parent | 9f735b1fe77072e001a593f7f6660703bf4a8c9c (diff) | |
download | vim-polyglot-0801eac01aab5940fc1e4409ba749383cc353bc2.tar.gz vim-polyglot-0801eac01aab5940fc1e4409ba749383cc353bc2.zip |
Update
Diffstat (limited to 'syntax/javascript')
-rw-r--r-- | syntax/javascript/html5.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/syntax/javascript/html5.vim b/syntax/javascript/html5.vim index f9462dee..f950d6c5 100644 --- a/syntax/javascript/html5.vim +++ b/syntax/javascript/html5.vim @@ -44,4 +44,7 @@ syn keyword javascriptDomElemAttrs videoWidth videoHeight poster " drag and drop syn keyword javascriptDomElemAttrs onDragStart onDragEnd onDragEnter onDragLeave onDragOver onDrag onDrop draggable dropzone +" <checkbox> +syn keyword javascriptDomElemAttrs indeterminate + endif |