From 7b5f878886400232740cef073857138cb66edd45 Mon Sep 17 00:00:00 2001 From: theocrite Date: Wed, 24 Oct 2012 14:48:06 +0300 Subject: [PATCH] Adding a html5 snippet This html5 snippet would provide the minimum someone could expect in a html5 file. --- snippets/html.snippets | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/snippets/html.snippets b/snippets/html.snippets index 43ad84b..0f75efd 100644 --- a/snippets/html.snippets +++ b/snippets/html.snippets @@ -445,6 +445,18 @@ snippet xhtml ${1} +snippet html5 + + + + + ${1:`substitute(Filename('', 'Page Title'), '^.', '\u&', '')`} + ${2:meta} + + + ${3:body} + + snippet i ${1} snippet iframe