Merge pull request #244 from simeonwillbanks/master
Refactor go Snipmate snippet "if", so you can tab into if block body
This commit is contained in:
commit
bebd5000c8
@ -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