SCSS.tmbundle
SCSS.tmbundle copied to clipboard
Media Queries Still Marked Invalid
I saw the closed issue #5, but this is still happening on my machine, whether installing from the Bundles pane or downloading from here:

TextMate 2.0-alpha.9409
I have this exact issue: it's something to do with the function_attribute "invalid.illegal.character_not_allowed_here.scss" matching "match = '[={}?;@]';"
But I can't fix it.
A similar issue with media queries is also described on the forum. It has been mentioned that if the opening bracket is on a new line the media query will be marked as invalid:
Also note how the first rule inside the media query is not completely understood ( padding from padding-top is whited out )
Finally, it also seems that if multiple media queries with opening brackets following new lines then only the first one will show up as an error.
+1