Skip to content

Commit

Permalink
Finding a home for a stray menu item.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Ruby.tmbundle@10959 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
JEG2 committed Dec 4, 2008
1 parent efa7c8b commit 16b917d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Syntaxes/Ruby.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,22 @@
<key>name</key>
<string>constant.other.symbol.ruby</string>
</dict>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.constant.ruby</string>
</dict>
</dict>
<key>comment</key>
<string>symbols</string>
<key>match</key>
<string>(?&gt;[a-zA-Z_]\w*(?&gt;[?!]|=(?![&gt;=]))?|===?|&gt;[&gt;=]?|&lt;[&lt;=]?|&lt;=&gt;|[%&amp;`/\|]|\*\*?|=?~|[-+]@?|\[\]=?|@@?[a-zA-Z_]\w*)(:)(?!:)</string>
<key>name</key>
<string>constant.other.symbol.ruby.19syntax</string>
</dict>
<dict>
<key>begin</key>
<string>^=begin</string>
Expand Down
1 change: 1 addition & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
<string>------------------------------------</string>
<string>A05CBDD6-845D-45EB-94FB-F8787F5456BE</string>
<string>97DE939B-D243-4D5C-B953-1C9090912E7C</string>
<string>33969819-62C5-4E03-B824-C2337205F364</string>
<string>34FEBB9F-73CD-4DD4-A0A3-1CF2A5E3DE78</string>
<string>E16D24D2-CC7E-4786-BE0B-1725FC865D78</string>
<string>21C0D711-F32A-4665-AA0D-B136F9DD3945</string>
Expand Down

0 comments on commit 16b917d

Please sign in to comment.