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
Search Repo:
Adding .builder extension to Ruby on Rails grammar, and .erb and .html.erb 
extensions to HTML (Rails) grammar.


git-svn-id: 
http://macromates.com/svn/Bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle
@8751 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
msheets (author)
Sat Dec 29 09:17:52 -0800 2007
commit  81c037533c3e71d9ced85b43a3b882eaa22fb3e4
tree    759791c2fba62c16297bdbfd70715f9f1cc446a2
parent  98fdbdfd0d3e46e5983d41d44953bb37d94bc1d1
...
5
6
7
 
 
8
9
10
...
5
6
7
8
9
10
11
12
0
@@ -5,6 +5,8 @@
0
   <key>fileTypes</key>
0
   <array>
0
     <string>rhtml</string>
0
+    <string>erb</string>
0
+    <string>html.erb</string>
0
   </array>
0
   <key>foldingStartMarker</key>
0
   <string>(?x)
...
1
2
 
3
4
5
6
7
 
8
9
10
...
1
 
2
3
4
5
6
7
8
9
10
11
0
@@ -1,10 +1,11 @@
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
   <array>
0
     <string>rxml</string>
0
+    <string>builder</string>
0
   </array>
0
   <key>foldingStartMarker</key>
0
   <string>(?x)^

Comments

    No one has commented yet.