jaumefontal / SASS-Build-SublimeText2

SASS build sytem for Sublime Text 2
135 stars 34 forks source link

SCSS support #4

Closed rk closed 12 years ago

rk commented 12 years ago

The new SCSS format should be supported, as it is now SASS's primary format. Right now I have to manually tell Sublime that the file uses SASS to build, and it would be nice for it to be automatic.

jaumefontal commented 12 years ago

Are you using the SASS plugin? https://github.com/nathos/sass-textmate-bundle

By default the SASS Build compile the files with files who uses the scope source.sass. Can you look in your Syntax files and see what scope is using? maybe you need to change it in the build file.

Let me know! ;)

rk commented 12 years ago

I was not. I found the syntax support in it for SCSS to be buggy with multiline comments (/* */), so I switched to the SCSS bundle. Its registered filetypes are "scss" or "css.scss".

jaumefontal commented 12 years ago

Oh, sounds nice! I'm going to play a bit with the SCSS bundle too!

I have updated the builds to be able to compile by default scss files.

Do you have 5 mins to get the latest version of the plugin and try it?

Thanks!! ;)

rk commented 12 years ago

That worked like a charm. Thanks!