summaryrefslogtreecommitdiffstats
path: root/syntax/javascript/html5.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/javascript/html5.vim')
-rw-r--r--syntax/javascript/html5.vim3
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