Initial commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ife
|
||||
# key: ife
|
||||
# --
|
||||
if ${1:cond}
|
||||
then ${2:stuff}
|
||||
else ${3:other}
|
||||
fi
|
||||
$0
|
Reference in New Issue
Block a user