diff options
Diffstat (limited to '')
-rw-r--r-- | snippets/c++-mode/local-#i.yasnippet | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/c++-mode/local-#i.yasnippet b/snippets/c++-mode/local-#i.yasnippet new file mode 100644 index 0000000..ceb4b37 --- /dev/null +++ b/snippets/c++-mode/local-#i.yasnippet @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #include "..." +# key: #i +# -- +#include "$0"
\ No newline at end of file |