yasnippet/extras/imported/shell-script-mode/Tests/elif .. (elif).yasnippet
2009-08-29 17:59:02 +00:00

7 lines
160 B
Plaintext

# -*- mode: snippet -*-
# key: elif
# contributor: Translated from TextMate Snippet
# name: elif …
# --
elif ${2:[[ ${1:condition} ]]}; then
${0:#statements}