X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/51e532bed427bffeac8fa44da7b2b6bf198b6849..16cf0684409d79e8506c3218e8ddba7cf63e70ad:/.vim/snippets/html.snippets?ds=inline diff --git a/.vim/snippets/html.snippets b/.vim/snippets/html.snippets deleted file mode 100644 index aefb9db..0000000 --- a/.vim/snippets/html.snippets +++ /dev/null @@ -1,190 +0,0 @@ -# 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} |