Skip to content

Instantly share code, notes, and snippets.

@gregoirenoyelle
Created December 11, 2013 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregoirenoyelle/7911132 to your computer and use it in GitHub Desktop.
Save gregoirenoyelle/7911132 to your computer and use it in GitHub Desktop.
Sublime Snippets
<snippet>
<content><![CDATA[
<!DOCTYPE html>
<html>
<head>
<title>Ma page web</title>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
</body>
</html>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<tabTrigger>,,html5</tabTrigger>
<scope>text.html</scope>
<description>gncom Base HTML5</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment