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