1
0
mirror of https://tildegit.org/ben/dotfiles.git synced 2025-04-03 19:43:23 +00:00
2018-10-01 00:51:07 -04:00

20 lines
397 B
XML
Executable File

<snippet>
<content><![CDATA[
// Ben Harris
#ifndef _$1_
#define _$1_
// method definitions
int main(int argc, char **argv);
$0
#endif
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>cppheader</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.c++</scope>
</snippet>