<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,7 +53,7 @@
   ;; disable if you don't want it...
   (rhtml-activate-fontification))
 
-(add-to-list 'auto-mode-alist '(&quot;\\.rhtml$&quot; . rhtml-mode))
+(add-to-list 'auto-mode-alist '(&quot;\\.html\\.erb$&quot; . rhtml-mode))
 
 (define-key ruby-mode-map
   &quot;\C-c\C-v&quot; (lambda () (interactive) (toggle-buffer 'rails-view)))
@@ -63,7 +63,7 @@
 (defun extract-partial (begin end partial-name)
   (interactive &quot;r\nsName your partial: &quot;)
   (kill-region begin end)
-  (find-file (concat &quot;_&quot; partial-name &quot;.rhtml&quot;))
+  (find-file (concat &quot;_&quot; partial-name &quot;\\.html\\.erb&quot;))
   (yank)
   (pop-to-buffer nil)
   (insert (concat &quot;&lt;%= render :partial =&gt; '&quot; partial-name &quot;' %&gt;\n&quot;)))</diff>
      <filename>rhtml-mode.el</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@
 
 (defun rhtml-find-partial (partial)
   (interactive &quot;MPartial: &quot;)
-  (find-file (concat &quot;_&quot; partial &quot;.rhtml&quot;)))
+  (find-file (concat &quot;_&quot; partial &quot;\\.html\\.erb&quot;)))
 
 ;; utility functions
 </diff>
      <filename>rhtml-navigation.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc8d6c489991fcb59bc806cc32aca7e96be080e8</id>
    </parent>
  </parents>
  <author>
    <name>Eric Schulte</name>
    <email>schulte.eric@gmail.com</email>
  </author>
  <url>http://github.com/eschulte/rhtml/commit/ccf020045e77cbfa68f5e17307bcc1b0fb27759d</url>
  <id>ccf020045e77cbfa68f5e17307bcc1b0fb27759d</id>
  <committed-date>2008-12-27T10:35:32-08:00</committed-date>
  <authored-date>2008-12-27T10:35:32-08:00</authored-date>
  <message>changes from .rhtml to .html.erb</message>
  <tree>ebacb0a62933341727cf5dc72a4c00495dfc6dac</tree>
  <committer>
    <name>Eric Schulte</name>
    <email>schulte.eric@gmail.com</email>
  </committer>
</commit>
