mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: rcv
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Receive Expression
|
|
# --
|
|
receive
|
|
${1: ${2:pattern}${3: when ${4:guard}} ->
|
|
${5:body}
|
|
}${6:after
|
|
${7:expression} ->
|
|
${8:body}
|
|
}end |