public
Description: TextMate bundle - Amplified Mate Productivity
Homepage: http://code.leadmediapartners.com/tools/rubyamp
Clone URL: git://github.com/timcharper/rubyamp.git
Match method names and strings
timcharper (author)
Wed Jul 30 13:24:45 -0700 2008
commit  3912844f1b1df197cb783651c56aa412dc38fc6e
tree    77d23a9d7114de957e7ea0a62e14472ba1edca98
parent  460f9a2200783c1e6677254f6492679d2b8626bf
...
52
53
54
 
 
 
 
 
 
55
56
57
...
80
81
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
84
85
...
52
53
54
55
56
57
58
59
60
61
62
63
...
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
0
@@ -52,6 +52,12 @@
0
     </dict>
0
     <dict>
0
       <key>match</key>
0
+ <string>(?&lt;=`)[a-z_A-Z][a-z_A-Z0-9]*(?=')</string>
0
+ <key>name</key>
0
+ <string>keyword</string>
0
+ </dict>
0
+ <dict>
0
+ <key>match</key>
0
       <string>(?&lt;=^ {4}On line \#\d\d\d of )[^:]+</string>
0
       <key>name</key>
0
       <string>markup.underline.link</string>
0
@@ -80,6 +86,23 @@
0
       <key>name</key>
0
       <string>constant.numeric</string>
0
     </dict>
0
+ <dict>
0
+ <key>begin</key>
0
+ <string>"</string>
0
+ <key>end</key>
0
+ <string>"</string>
0
+ <key>name</key>
0
+ <string>string.quoted.double.untitled</string>
0
+ <key>patterns</key>
0
+ <array>
0
+ <dict>
0
+ <key>match</key>
0
+ <string>\\.</string>
0
+ <key>name</key>
0
+ <string>constant.character.escape.untitled</string>
0
+ </dict>
0
+ </array>
0
+ </dict>
0
   </array>
0
   <key>scopeName</key>
0
   <string>log</string>

Comments

    No one has commented yet.