Skip to content

Instantly share code, notes, and snippets.

@abrjagad
Last active August 29, 2015 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 abrjagad/f009f8d1044dbe0601c2 to your computer and use it in GitHub Desktop.
Save abrjagad/f009f8d1044dbe0601c2 to your computer and use it in GitHub Desktop.
Sublime snippets
<snippet>
<content><![CDATA[
/*doc
---
title: ${1:Title}
name: ${2:name}
category: ${3:Category}
---
${4:Description.}
```html_example
<div class="${5:class.}">
</div>
```
*/
]]></content>
<tabTrigger>holo</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment