file -> snippets:
'.source.cpp': 'C++ frame': 'prefix': 'dx' 'body': '''#include <iostream>$2using namespace std;$3int main(){ $1 return 0;} '''