emacs-prelude/vendor/yasnippet/snippets/scala-mode/tr.with

7 lines
146 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# Author: Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
# name: trait T1 with T2 { .. }
# key: tr
# --
trait ${1:name} with ${2:trait} {
$0
}