Hello,<br><br>I was wondering if anyone could point me in the right direction here.  I searched the list archives and have tried the following.<br><br>Opened up ~/Applications/TextMate.app/Contents/Info.plist and found this entry:
<br><br>        <dict><br>            <key>CFBundleTypeExtensions</key><br>            <array><br>                <string>rhtml</string><br>            </array><br>            <key>CFBundleTypeIconFile</key>
<br>            <string>RHTML</string><br>            <key>CFBundleTypeName</key><br>            <string>HTML with embedded Ruby</string><br>        </dict><br><br>Which I modified to be:
<br><br>        <dict><br>
            <key>CFBundleTypeExtensions</key><br>
            <array><br>
                <string>rhtml</string><br>                <string>erb</string><br>            </array><br>
            <key>CFBundleTypeIconFile</key><br>
            <string>RHTML</string><br>
            <key>CFBundleTypeName</key><br>
            <string>HTML with embedded Ruby</string><br>
        </dict><br>
<br>I also later tried:<br><br>        <dict><br>

            <key>CFBundleTypeExtensions</key><br>

            <array><br>

                <string>rhtml</string><br>
                <string>html.erb</string><br>
            </array><br>

            <key>CFBundleTypeIconFile</key><br>

            <string>RHTML</string><br>

            <key>CFBundleTypeName</key><br>

            <string>HTML with embedded Ruby</string><br>

        </dict><br>

<br>Saved Info.plist, then Quit completely out of TextMate.  Next, opened up an existing rails project, but the 'index.html.erb' for example, still showed the generic TextMate icon in the project drawer, not the tiny blue globe one that 'rhtml' files use.  (I really like the way it strikes the eye... what can I say?)
<br><br>Has anyone been able to get Rails 2.0's new 'html.erb', 'css.erb', etc. files to show up in the drawer with teh sexy rhtml icon? =)<br><br>Cheers,<br><br>- Shanti<br><br>ps. this is probably completely unrelated, but I also went through Finder and did the 'get info' -> 'change all' trick to open all '
html.erb' files in TextMate, yet the icon in Finder remains the generic white OSX one, not TextMate's.  Figured that's an OS X thing but thought I'd mention it just in case.<br><br>