]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/scala-mode/tr.ext-with
Merge commit 'f28382c9577b50dc7250c0f55c8b34270f0ba691' as 'packages/dbus-codegen'
[gnu-emacs-elpa] / packages / yasnippet / snippets / scala-mode / tr.ext-with
1 # Author: Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
2 # name: trait T1 extends C with T2 { .. }
3 # key: tr
4 # --
5 trait ${1:name} extends ${2:class} with ${3:trait} {
6 $0
7 }