Refactor go Snipmate snippet "if", so you can tab into if block body
This commit is contained in:
parent
fa5def93a1
commit
9c2cfdd51a
@ -79,7 +79,7 @@ snippet inf
|
|||||||
snippet if
|
snippet if
|
||||||
if ${1:/* condition */} {
|
if ${1:/* condition */} {
|
||||||
${2}
|
${2}
|
||||||
}${2}
|
}${3}
|
||||||
# else snippet
|
# else snippet
|
||||||
snippet el
|
snippet el
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user