about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/reason-mode/switch
blob: 40f34ff8d1f11974c99b6c39c5a65ec32e0c1555 (plain) (blame)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: Switch statement
# key: sw
# --
switch ($1) {
| $2 =>
}