public
Fork of drnic/ruby-on-rails-tmbundle
Description: Ruby on Rails TextMate bundle [master branch is svn trunk; patches to drnicwilliams@gmail.com]
Homepage: http://macromates.com
Clone URL: git://github.com/Infininight/ruby-on-rails-tmbundle.git
Fixing the syntax for ERb tags so that they do not get syntax highlighted 
as a minus operator by the Ruby grammar.

git-svn-id: 
http://macromates.com/svn/Bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle
@8681 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
JEG2 (author)
Mon Dec 17 05:19:08 -0800 2007
commit  98fdbdfd0d3e46e5983d41d44953bb37d94bc1d1
tree    72f39c762002ea9b8ddc63644290de73352c9bf1
parent  1dbbb0b6add8f3cce5ef654a905d95d6c32a1db0
...
1
2
 
3
4
5
...
42
43
44
45
 
46
47
48
...
1
 
2
3
4
5
...
42
43
44
 
45
46
47
48
0
@@ -1,5 +1,5 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
 <plist version="1.0">
0
 <dict>
0
   <key>fileTypes</key>
0
@@ -42,7 +42,7 @@
0
     </dict>
0
     <dict>
0
       <key>begin</key>
0
- <string>&lt;%+(?!&gt;)=?</string>
0
+ <string>&lt;%+(?!&gt;)[-=]?</string>
0
       <key>captures</key>
0
       <dict>
0
         <key>0</key>

Comments

    No one has commented yet.