diff options
Diffstat (limited to '.emacs.d/snippets/rust-mode/if')
| -rw-r--r-- | .emacs.d/snippets/rust-mode/if | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/rust-mode/if b/.emacs.d/snippets/rust-mode/if new file mode 100644 index 0000000..c793ace --- /dev/null +++ b/.emacs.d/snippets/rust-mode/if | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: if expr { ... } | ||
| 3 | # key: if | ||
| 4 | # -- | ||
| 5 | if ${1:expression} { | ||
| 6 | $0 | ||
| 7 | } \ No newline at end of file | ||
