public
Description: Merb bundle for TextMate (uses Ruby, Ruby on Rails, Datamapper and Sequel bundles as necessary)
Clone URL: git://github.com/drnic/merb-tmbundle.git
Search Repo:
Attempt to add 'Call Script Generate' support; failing at moment due to 
backtick not working
drnic (author)
Sun Mar 09 06:55:24 -0700 2008
commit  93cf718b01ccad8ce29c3415bbf2803f809e1e4a
tree    d82db7ac042f546546c0bde8944c47a41e23f2c2
parent  c61da7c1e65feb2a2a6b6b92711e7375c6b2c4ab
...
1
2
3
4
 
 
5
...
1
2
 
3
4
5
6
0
@@ -1,3 +1,4 @@
0
 .DS_Store
0
 pkg
0
-dist
0
\ No newline at end of file
0
+dist
0
+config/*.yml
0
\ No newline at end of file
...
51
52
53
54
 
55
56
57
...
51
52
53
 
54
55
56
57
0
@@ -51,7 +51,7 @@
0
     </dict>
0
     <dict>
0
       <key>include</key>
0
- <string>source.ruby.rails</string>
0
+ <string>source.ruby.merb</string>
0
     </dict>
0
   </array>
0
   <key>scopeName</key>
...
116
117
118
 
119
120
121
...
116
117
118
119
120
121
122
0
@@ -116,6 +116,7 @@
0
   <string>Merb</string>
0
   <key>ordering</key>
0
   <array>
0
+ <string>3CC649D9-F74B-4DE0-BCF4-B88954069DC3</string>
0
     <string>C93E4E5F-9507-458F-9716-ED90DA32613E</string>
0
     <string>AFDB1738-F662-4D0A-8EE9-7CAA0810DF37</string>
0
     <string>E5041B45-DA78-4C06-BBF9-58F35447C14E</string>

Comments

    No one has commented yet.