Skip to content

Instantly share code, notes, and snippets.

@matthewroach
Last active January 26, 2018 09:26
Show Gist options
  • Save matthewroach/4664746 to your computer and use it in GitHub Desktop.
Save matthewroach/4664746 to your computer and use it in GitHub Desktop.
HTML5(tab) sublime text snippet
<snippet>
<content><![CDATA[
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
]]></content>
<tabTrigger>HTML5</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment