X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3905204bb04fed80e092304e11decfdd62668774..51e532bed427bffeac8fa44da7b2b6bf198b6849:/.vim/snippets/html.snippets?ds=sidebyside diff --git a/.vim/snippets/html.snippets b/.vim/snippets/html.snippets new file mode 100644 index 00000000..aefb9db1 --- /dev/null +++ b/.vim/snippets/html.snippets @@ -0,0 +1,190 @@ +# 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 + + + +${2:Header} |
---|
${3:Data} |