6 lines
118 B
Plaintext

#Author : Jonas Bonèr <jonas@jonasboner.com>
#name : cc match { .. }
# --
${1:cc} match {
case ${2:pattern} => $0
}