summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/scala-mode/def.arg-body
blob: e6e278ef868c2b793255a80a5a395b9fb22014b8 (plain) (tree)
1
2
3
4
5
6





                                             
#Author : Jonas Bonèr <jonas@jonasboner.com>
#name : def f(arg: T) = {...}
# --
def ${1:name}(${2:args}) = {
  $0
}