mirror of https://tildegit.org/ben/dotfiles
20 lines
397 B
Plaintext
20 lines
397 B
Plaintext
|
<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>
|