Sublime Forum

Text highlighting strange since update 3103

#1

in my sass files I get strange new highlights for brackets and and semicolon:

This has not been there before and is a bit annoying. Is there any way to fix this?

0 Likes

#2

What syntax are you using? Can you display the rest of the file?

My guess is that the Sass code higher up in the document is not valid CSS and is breaking with the new syntax.

If you are not using a Sass syntax yet, perhaps check out https://packagecontrol.io/packages/Sass.

0 Likes

#3

I am using regular sass syntax - nothing fancy. It’s in all my scss files. css files work fine though.

0 Likes

#4

Are you using the CSS syntax, or have you installed one for Sass? If you are using the CSS syntax, I would expect the output to be broken since Sass is not valid CSS.

0 Likes

#5

I don’t know how - but the highlighting has disappeared. I haven’t changed anything. And I had the sass package installed before.

Thank you wbond anyways!

0 Likes