sc8696 / sublime-css-auto-comments

Sublime plugin for auto commenting of CSS
37 stars 2 forks source link

scss syntax #1

Closed nilshendriks closed 2 years ago

nilshendriks commented 11 years ago

For me it is not working with SCSS in ST 3 beta.

sc8696 commented 11 years ago

What OS? It works fine for me in Windows and OSX on ST3 Beta in SCSS

Also be sure you have the latest version, it was updated to work in ST3 lately.

nilshendriks commented 11 years ago

Hi,

OS X 10.8.4

It has to do with the syntax set on the file. With syntax set to SCSS it doesn't work, with CSS it does.

Cheers, Nils

On 6 Jul, 2013, at 12:13 AM, Steve notifications@github.com wrote:

What OS? It works fine for me in Windows and OSX on ST3 Beta in SCSS

— Reply to this email directly or view it on GitHub.

sc8696 commented 11 years ago

This could be due to no specific "scss" setting in the keymap, though it works with the "sass" setting for scss files for me on all platforms.

It may be fixed now but I have no idea as I can't seem to replicate your issue at all

nilshendriks commented 11 years ago

Oh, ok, I'll just use sass syntax highlighting instead of scss, no biggie :-)