Skip to content

Commit

Permalink
Adding .builder extension to Ruby on Rails grammar, and .erb and .htm…
Browse files Browse the repository at this point in the history
…l.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
  • Loading branch information
msheets committed Dec 29, 2007
1 parent 98fdbdf commit 81c0375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Syntaxes/HTML (Rails).plist
Expand Up @@ -5,6 +5,8 @@
<key>fileTypes</key>
<array>
<string>rhtml</string>
<string>erb</string>
<string>html.erb</string>
</array>
<key>foldingStartMarker</key>
<string>(?x)
Expand Down
3 changes: 2 additions & 1 deletion Syntaxes/Ruby on Rails.plist
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>rxml</string>
<string>builder</string>
</array>
<key>foldingStartMarker</key>
<string>(?x)^
Expand Down

0 comments on commit 81c0375

Please sign in to comment.