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