3

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?

Hakan Ensari
  • 1,969
  • 1
  • 18
  • 32

1 Answers1

5

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.

Hakan Ensari
  • 1,969
  • 1
  • 18
  • 32