8 lines
81 B
Plaintext
Raw Normal View History

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