summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/scala-mode/match
blob: e85fac1cc3c5f9a403165ddfde7671f7dbb17077 (plain) (tree)
1
2
3
4
5
6





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