# -*- mode: snippet -*-
# name: switch
# key: sw
# --
switch $1;$2 {
${0: $(indent-according-to-mode)}
}
