# Some useful Unicode entities # Non-Breaking Space snippet nbs   # ← snippet left ← # → snippet right → # ↑ snippet up ↑ # ↓ snippet down ↓ # ↩ snippet return ↩ # ⇤ snippet backtab ⇤ # ⇥ snippet tab ⇥ # ⇧ snippet shift ⇧ # ⌃ snippet control ⌃ # ⌅ snippet enter ⌅ # ⌘ snippet command ⌘ # ⌥ snippet option ⌥ # ⌦ snippet delete ⌦ # ⌫ snippet backspace ⌫ # ⎋ snippet escape ⎋ # Generic Doctype snippet doctype HTML 4.01 Strict snippet doctype HTML 4.01 Transitional snippet doctype HTML 5 snippet doctype XHTML 1.0 Frameset snippet doctype XHTML 1.0 Strict snippet doctype XHTML 1.0 Transitional snippet doctype XHTML 1.1 # HTML Doctype 4.01 Strict snippet docts # HTML Doctype 4.01 Transitional snippet doct # HTML Doctype 5 snippet doct5 # XHTML Doctype 1.0 Frameset snippet docxf # XHTML Doctype 1.0 Strict snippet docxs # XHTML Doctype 1.0 Transitional snippet docxt # XHTML Doctype 1.1 snippet docx snippet html ${1} snippet xhtml ${1} snippet body ${1} snippet head ${1:`substitute(Filename('', 'Page Title'), '^.', '\u&', '')`} ${2} snippet title ${1:`substitute(Filename('', 'Page Title'), '^.', '\u&', '')`}${2} snippet script ${2} snippet scriptsrc ${2} snippet style ${3} snippet base snippet r snippet div
${2}
# Embed QT Movie snippet movie ${6} snippet fieldset
${1:name} ${3}
snippet form
${3}

snippet h1

${2:$1}

snippet input ${4} snippet label ${7} snippet link ${4} snippet mailto ${3:email me} snippet meta ${3} snippet opt ${3} snippet optt ${2} snippet select ${5} snippet table
${2:Header}
${3:Data}
${4} snippet textarea ${5}