Skip to content

Instantly share code, notes, and snippets.

@randyjhunt
Created January 25, 2009 03:36
Show Gist options
  • Save randyjhunt/51672 to your computer and use it in GitHub Desktop.
Save randyjhunt/51672 to your computer and use it in GitHub Desktop.
1 - In textmate, open the bundle editor> Edit Languages
2 - pick Rails: HTML(rails) from the left hand thing
3 - Then change
fileTypes = ( 'rhtml' );
to
fileTypes = ( 'rhtml', 'html.erb' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment