yasnippet/extras/imported/erlang-mode/(CaseReceiveTry Clause).yasnippet
capitaomorte b3b3c12749 * Applied rest of rename plan for issue 113, some changed manually
* Some manual tweaking will be needed
2009-10-30 09:28:38 +00:00

6 lines
158 B
Plaintext

# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: (Case/Receive/Try Clause)
# --
${1:pattern}${2: when ${3:guard}} ->
${4:body}