config/sublime/Packages/HTML/html.sublime-snippet
2012-08-01 21:04:05 -07:00

12 lines
No EOL
176 B
XML

<snippet>
<content><![CDATA[<html>
<head>
<title>$1</title>
</head>
<body>
$0
</body>
</html>]]></content>
<tabTrigger>html</tabTrigger>
<scope>text.html</scope>
</snippet>