I (probably: and others) prefer to add 'html5_' to all global variables in html5.vim
For example,
let g:html5_event_handler_attributes_complete = 0
let g:html5_rdfa_attributes_complete = 0
let g:html5_microdata_attributes_complete = 0
let g:html5_aria_attributes_complete = 0
I (probably: and others) prefer to add 'html5_' to all global variables in html5.vim For example,