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