Fixed break snippet syntax

This commit is contained in:
Arthur Carabott 2009-04-18 19:07:51 +01:00
parent e2c13bbc83
commit e71bcf18c6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<key>content</key> <key>content</key>
<string>block {|break| <string>block {|break|
if (${1:true}) { break.value(${2:nil}); if (${1:true}) { break.value(${2:nil}) };
} }
</string> </string>
<key>keyEquivalent</key> <key>keyEquivalent</key>