Skip to content

Instantly share code, notes, and snippets.

@mxwell
Created September 6, 2013 21:04
Show Gist options
  • Save mxwell/6470029 to your computer and use it in GitHub Desktop.
Save mxwell/6470029 to your computer and use it in GitHub Desktop.
For Sublime Text. Slightly different from std snippet for #ifndef ... #define ... #endif
<snippet>
<content><![CDATA[
#ifndef $1
#define $1
$2
#endif /* $1 */
]]></content>
<tabTrigger>ifndef</tabTrigger>
<scope>source.c++</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment