Skip to content

Commit

Permalink
[HTML] Add "html" snippet that works when typing "<h"
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Apr 23, 2016
1 parent 9a82be4 commit 8e80d82
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HTML/Snippets/html (begin tag).sublime-snippet
@@ -0,0 +1,14 @@
<snippet>
<description>html</description>
<content><![CDATA[!DOCTYPE html>
<html>
<head>
<title>$1</title>
</head>
<body>
$0
</body>
</html>]]></content>
<tabTrigger>html</tabTrigger>
<scope>text.html entity.name.tag</scope>
</snippet>

0 comments on commit 8e80d82

Please sign in to comment.