Skip to content

Instantly share code, notes, and snippets.

@lindleywhite
Created November 6, 2013 00:03
Show Gist options
  • Save lindleywhite/7328598 to your computer and use it in GitHub Desktop.
Save lindleywhite/7328598 to your computer and use it in GitHub Desktop.
Sublime snippet for comments
<snippet>
<content><![CDATA[
/* ==========================================================================
${1}
========================================================================== */
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>comment-section</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.less</scope>
<description>Comment Section</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment