mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
|
#name : def act(arg: T) = { ..}
|
|
# --
|
|
def act(${1:arg}: ${2:type}) = {
|
|
loop {
|
|
react {
|
|
$0
|
|
}
|
|
}
|
|
} |