summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/scala-mode/test
blob: c4d13f6f3d0c304ffa6918a4e8639fda48d17fab (plain) (blame)
1
2
3
4
5
6
7
#Author : Jonas Bonèr <jonas@jonasboner.com>
#name : @Test def testX = ...
# --
//@Test
def test${1:name} = {
  $0
}