summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/scala-mode/tr.ext-with
blob: 8edb409dd82952e4a9a416b962f502d89e2c31d1 (plain) (tree)
1
2
3
4
5
6





                                                          
#Author : Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
#name : trait T1 extends C with T2 { .. }
# --
trait ${1:name} extends ${2:class} with ${3:trait} {
  $0
}