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
|
||||
if ${1:/* condition */} {
|
||||
${2}
|
||||
}${2}
|
||||
}${3}
|
||||
# else snippet
|
||||
snippet el
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user