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