Skip to content

Commit

Permalink
Adding snippet for until loop.
Browse files Browse the repository at this point in the history
git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/Ruby.tmbundle@3966 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
JEG2 authored and JEG2 committed Jul 2, 2006
1 parent b316f46 commit 7f7418b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Snippets/until ___ end.tmSnippet
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>until ${1:condition}
$0
end</string>
<key>name</key>
<string>until ... end</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
<string>until</string>
<key>uuid</key>
<string>488B387C-50C0-4B2D-9260-5A7E7EAF9B42</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions info.plist
Expand Up @@ -214,6 +214,7 @@
<string>CD1609FA-47DA-4EE4-9C5B-5C56D953F5B1</string>
<string>F53E098D-D08E-4CE2-990A-B0BD70E60614</string>
<string>D121FC61-96A4-4B8F-8709-280EDA876FF3</string>
<string>488B387C-50C0-4B2D-9260-5A7E7EAF9B42</string>
<string>------------------------------------</string>
<string>E7A3BCF6-3594-453A-945D-4C5D81631CBF</string>
<string>B37B0E21-1B49-494A-BA56-367CF18DD0B2</string>
Expand Down Expand Up @@ -414,6 +415,7 @@
<string>CD1609FA-47DA-4EE4-9C5B-5C56D953F5B1</string>
<string>F53E098D-D08E-4CE2-990A-B0BD70E60614</string>
<string>D121FC61-96A4-4B8F-8709-280EDA876FF3</string>
<string>488B387C-50C0-4B2D-9260-5A7E7EAF9B42</string>
<string>BE3B3E5E-733E-11D9-A833-000A95A89C98</string>
<string>66708792-62C3-11D9-B8CF-000D93589AF6</string>
<string>667089D2-62C3-11D9-B8CF-000D93589AF6</string>
Expand Down

0 comments on commit 7f7418b

Please sign in to comment.