Created
September 7, 2012 19:35
-
-
Save qickstarter/3668961 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" HTML 5 tags | |
syn keyword htmlTagName contained article aside audio bb canvas command | |
syn keyword htmlTagName contained datalist details dialog embed figure | |
syn keyword htmlTagName contained header hgroup keygen mark meter nav output | |
syn keyword htmlTagName contained progress time ruby rt rp section time | |
syn keyword htmlTagName contained source figcaption | |
syn keyword htmlArg contained autofocus autocomplete placeholder min max | |
syn keyword htmlArg contained contenteditable contextmenu draggable hidden | |
syn keyword htmlArg contained itemprop list sandbox subject spellcheck | |
syn keyword htmlArg contained novalidate seamless pattern formtarget | |
syn keyword htmlArg contained formaction formenctype formmethod | |
syn keyword htmlArg contained sizes scoped async reversed sandbox srcdoc | |
syn keyword htmlArg contained hidden role | |
syn match htmlArg "\<\(aria-[\-a-zA-Z0-9_]\+\)=" contained | |
syn match htmlArg contained "\s*data-[-a-zA-Z0-9_]\+" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment