Skip to content

Commit

Permalink
• snippet to insert end-of-script/start-of-data marker
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Ruby.tmbundle@6692 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Mar 2, 2007
1 parent 5fc7719 commit 51bfaee
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Snippets/__END__.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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>__END__
</string>
<key>name</key>
<string>__END__</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
<string>end</string>
<key>uuid</key>
<string>451A0596-1F72-4AFB-AF2F-45900FABB0F7</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
<string>------------------------------------</string>
<string>E7A3BCF6-3594-453A-945D-4C5D81631CBF</string>
<string>B37B0E21-1B49-494A-BA56-367CF18DD0B2</string>
<string>451A0596-1F72-4AFB-AF2F-45900FABB0F7</string>
<string>------------------------------------</string>
<string>A05CBDD6-845D-45EB-94FB-F8787F5456BE</string>
<string>97DE939B-D243-4D5C-B953-1C9090912E7C</string>
Expand Down

0 comments on commit 51bfaee

Please sign in to comment.