emacs/snippets/fish-mode/sw

9 lines
108 B
Plaintext

# -*- mode: snippet -*-
# name: switch
# key: sw
# --
switch ${1:condition}
case ${2:*}
$0
end