mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
|
#name : def f(arg: T) = ...
|
|
# key: def
|
|
# --
|
|
def ${1:name}(${2:args}) = $0 |