gregoirenoyelle
12/11/2013 - 2:16 PM

Sublime Snippets

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>