mattmartini / BBEdit-Codeless-Language-Module-for-HAML-SASS

This will provide syntax coloring for HAML/SASS in BBEdit.
39 stars 10 forks source link

No color highlighting? #2

Open shumuko opened 12 years ago

shumuko commented 12 years ago

Hi there,

I'm a newbie for setting up the BBEdit Module for any of the languages. I followed what you said there but don't see any color highlighting for HAML and Sass. Any help will be greatly appreciated.

Thanks! -shumuko

mattmartini commented 12 years ago

Shumuko, First be sure to: Copy the plist files into ~/Library/Application Support/BBEdit/Language Modules/ Add a suffix mapping in BBEdit Preferences-> Languages - be sure to add one for .haml and .sass and .scss

Is BBEdit recognizing haml and sass files you open as such? For example if you open index.haml does HAML show up in the type of file box in the lower left corner (status box)?

Are you seeing color highlighting in other types of files HTML, CSS,...

What version of BBEdit are you using?

shumuko commented 12 years ago

I'm using v9.6

Both seems working now but in the sass file, all I have color highlighting are the "@import". Any other scss style are all considered as comment. Just one color shown...

mattmartini commented 12 years ago

The syntax highlighting is geared toward sass, not really towards scss. For scss you get pretty good highlighting with the css highlighting. I don't really use the scss syntax so I didn't concentrate on this.

shumuko commented 12 years ago

cool. Thanks!