unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/sh-mode/ife
2016-02-18 14:53:30 +01:00

9 lines
102 B
Plaintext

# -*- mode: snippet -*-
# name: ife
# key: ife
# --
if ${1:cond}
then ${2:stuff}
else ${3:other}
fi
$0