Skip to content

Instantly share code, notes, and snippets.

@captbrogers
Created January 15, 2013 23:01
Show Gist options
  • Save captbrogers/4542985 to your computer and use it in GitHub Desktop.
Save captbrogers/4542985 to your computer and use it in GitHub Desktop.
ST2 snippet for basic comment header
<snippet>
<content><![CDATA[
/**
* ${1}
* ----------------------------------------------------------------
* ${2}
*/
${3}
]]></content>
<tabTrigger>comheader</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment