MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
836 stars 110 forks source link

@warn breaks the highlighting of subsequent comments #190

Open olafgleba opened 9 years ago

olafgleba commented 9 years ago

Every comment section (/**/, //) after setting a @warn in SCSS files gets weird syntax highlighting. Would be great if you have a look on that issue. Many thx in advance.

With set @warn, the comment highlighting breaks:

width- warn

Comment out the @warn declaration gives the desired/normal highlighting:

without- warn