diff options
Diffstat (limited to 'snippets/c++-mode/for')
| -rw-r--r-- | snippets/c++-mode/for | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/c++-mode/for b/snippets/c++-mode/for new file mode 100644 index 0000000..e60b0df --- /dev/null +++ b/snippets/c++-mode/for @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: for loop +# key: for +# -- + +for(int $1 = 0; $1 < $3; $1++) { + $4 +} |
