yasnippet/extras/imported/erlang-mode/(If Clause).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
121 B
Plaintext

# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: (If Clause)
# --
${1:guard} ->
${2:body}