Closed rk closed 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! ;)
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".
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!! ;)
That worked like a charm. Thanks!
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.