public
Description: Ruby TextMate bundle
Homepage: http://drnicwilliams.com
Clone URL: git://github.com/drnic/ruby-tmbundle.git
Fix ruby octal string escapes


git-svn-id: 
http://macromates.com/svn/Bundles/trunk/Bundles/Ruby.tmbundle@9804 
dfb7d73b-c2ec-0310-8fea-fb051d288c6d
kevin (author)
Fri May 30 11:27:14 -0700 2008
commit  5d8650ab6e9e84cfda2e438ba0307f28d3f30a40
tree    ddffcd2545fe8e5aa82d991133b4d8977be41f08
parent  d87a5c24335317ecfb49877b97628870baf37805
...
2201
2202
2203
2204
 
2205
2206
2207
...
2201
2202
2203
 
2204
2205
2206
2207
0
@@ -2201,7 +2201,7 @@
0
     <key>escaped_char</key>
0
     <dict>
0
       <key>match</key>
0
- <string>\\(?:0\d{1,2}|x[\da-fA-F]{1,2}|.)</string>
0
+ <string>\\(?:[0-7]{1,3}|x[\da-fA-F]{1,2}|.)</string>
0
       <key>name</key>
0
       <string>constant.character.escape.ruby</string>
0
     </dict>

Comments

    No one has commented yet.