Skip to content

Commit

Permalink
Drap event in DOM should in lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
othree committed May 14, 2018
1 parent 537f80a commit 3db896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/javascript/html5.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ syn keyword javascriptDomElemFuncs load addTextTrack
syn keyword javascriptDomElemAttrs videoWidth videoHeight poster

" drag and drop
syn keyword javascriptDomElemAttrs onDragStart onDragEnd onDragEnter onDragLeave onDragOver onDrag onDrop draggable dropzone
syn keyword javascriptDomElemAttrs ondragstart ondragend ondragenter ondragleave ondragover ondrag ondrop draggable dropzone

" <checkbox>
syn keyword javascriptDomElemAttrs indeterminate
Expand Down

0 comments on commit 3db896b

Please sign in to comment.