Skip to content

Instantly share code, notes, and snippets.

@ianshea
Last active August 29, 2015 14:16
Show Gist options
  • Save ianshea/ffec9138fae81cae9b9a to your computer and use it in GitHub Desktop.
Save ianshea/ffec9138fae81cae9b9a to your computer and use it in GitHub Desktop.
Sublime SCSS Comment Snippets
<snippet>
<content><![CDATA[
// ${1:1.0} - ${2:Element}
//////////////////////////////////////////////
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>_//</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.scss</scope>
</snippet>
<snippet>
<content><![CDATA[
//////////////////////////////////////////////////////
// ${1:Short File Description}
//
// ${2:1.0 - Variables}
//
//// Notes ////////
//
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>_/*</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.scss</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment