views:

286

answers:

1

I've encountered this issue on two different machines and can't figure out what the cause is.

SASS syntax highlighting works fine in TextMate when I install a SASS bundle like this. However, when I also install a HAML bundle, like this one, SASS code reverts to plain text color.

I've tried a bunch of different combinations of bundles out there, all with the same lousy result.

Any idea what I may be doing wrong here?

+1  A: 

Turns out the *.sass extention was somehow associated with HAML files. When I reverted it to SASS in the status bar of TextMate, things went back to normal. Quite inane.

hakanensari