1
0
mirror of https://tildegit.org/ben/dotfiles.git synced 2025-03-15 02:40:43 +00:00

19 lines
418 B
Plaintext
Raw Normal View History

2018-10-01 00:51:07 -04:00
<snippet>
<content><![CDATA[
#include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
int main(int argc, char **argv){
$0
return 0;
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>cppframe</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.c++</scope>
</snippet>