Created
February 7, 2012 11:40
-
-
Save skvggor/1759292 to your computer and use it in GitHub Desktop.
html snippet (sublime text)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[<html lang="pt-br"> | |
<head> | |
<meta charset="UTF-8" /> | |
<link rel="stylesheet" href="css/" /> | |
<script src="js/"></script> | |
<title>$1</title> | |
</head> | |
<body> | |
$0 | |
</body> | |
</html>]]></content> | |
<tabTrigger>html</tabTrigger> | |
<scope>text.html</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment