yasnippet-snippets/snippets/reason-mode/switch

7 lines
106 B
Plaintext

# -*- mode: snippet -*-
# name: switch
# key: switch
# --
switch (${1:to_match}) {
| ${2:matching} => $0
}