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
Changed some 'Go To' scopes
drnic (author)
Wed Feb 27 01:47:51 -0800 2008
commit  5f11cb6d083ee6cbdf20a9ce0d5252f8d0cff166
tree    83d3a5075eb98fb4a06cdc87dc65da1f71e1ca45
parent  69d28905af965fe032ad09eb62ed0c65dd89a2e4
...
1
2
 
3
4
5
...
16
17
18
19
 
20
21
22
...
1
 
2
3
4
5
...
16
17
18
 
19
20
21
22
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>beforeRunningCommand</key>
0
@@ -16,7 +16,7 @@
0
   <key>output</key>
0
   <string>showAsTooltip</string>
0
   <key>scope</key>
0
- <string>source.ruby.rails, text.html.ruby, text.haml, source.ruby.rails.embedded.html, source.yaml, source.cvs, source.css, source.js</string>
0
+ <string>source.ruby.rails, text.html.ruby, source.ruby.rails.embedded.html, source.yaml</string>
0
   <key>uuid</key>
0
   <string>0CCC8443-40F3-4BAB-9440-D737562B5F45</string>
0
 </dict>
...
1
2
 
3
4
5
...
16
17
18
19
 
20
21
22
...
1
 
2
3
4
5
...
16
17
18
 
19
20
21
22
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>beforeRunningCommand</key>
0
@@ -16,7 +16,7 @@
0
   <key>output</key>
0
   <string>showAsTooltip</string>
0
   <key>scope</key>
0
- <string>meta.rails.controller, meta.rails.mailer, source.js, source.css, meta.rails.functional_test</string>
0
+ <string>meta.rails.controller, meta.rails.mailer, source.js, source.css</string>
0
   <key>uuid</key>
0
   <string>EE862691-A624-4797-90CF-EDD39EFB2D8E</string>
0
 </dict>

Comments

    No one has commented yet.