Go ife
This commit is contained in:
parent
5d4d1ba62b
commit
aff4e7841b
@ -74,6 +74,12 @@ snippet if
|
||||
if ${1:/* condition */} {
|
||||
${2}
|
||||
}
|
||||
snippet ife
|
||||
if ${1:/* condition */} {
|
||||
${2}
|
||||
} else {
|
||||
${0}
|
||||
}
|
||||
# else snippet
|
||||
snippet el
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user