Forgive me if this is sloppy; I'm basing my response on E, not
Textmate.  You need to find your bundles directory in OSX.  I'm not
sure where this is; check the TextMate website.  When you find it,
look for Rails.tmbundle.  You need to navigate to [your textmate
bundle path]\Rails.tmbundle\Support\lib\rails.  I believe that on OSX
you have to click a button in the file browser to show the contents of
a bundle, and you may have to do that when you see Rails.tmbundle.  In
that folder is a file called rails_path.rb.  Open it in Textmate and
look for the definition of default_extension_for(type).  You'll see
that for the :view type, the default extension is .rhtml.  If you
change that to .haml, your command+option+Down should start taking you
to your .haml views.

--dhc--


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to