Fixed break snippet syntax
This commit is contained in:
parent
e2c13bbc83
commit
e71bcf18c6
|
@ -5,7 +5,7 @@
|
|||
<key>content</key>
|
||||
<string>block {|break|
|
||||
|
||||
if (${1:true}) { break.value(${2:nil});
|
||||
if (${1:true}) { break.value(${2:nil}) };
|
||||
}
|
||||
</string>
|
||||
<key>keyEquivalent</key>
|
||||
|
|
Loading…
Reference in New Issue