Highlighting seems broken
ohnosharks opened this issue · 6 comments
ohnosharks commented
braver commented
and what's broken about it exactly? what does a CSS file look like in your setup?
ohnosharks commented
braver commented
What is the syntax reported in the bottom right corner of SublimeText?
Also, if possible can you share your full .less file?
ohnosharks commented
Oh, looking over the file now I figured out what broke it.
It was an old@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500);
not having the URL wrapped in quotes, interpreting the http://
as a comment.
I guess that wasn't an issue before an update? Sorry for the inconvenience.
braver commented
I think actually the spec doesn't require quotes around a URL. I'll look into it.
ohnosharks commented