Sass: AutoComplete in Comments

There’s a few differences in Comments between CSS and Sass:

  1. Opening a comment in CSS…
    Screen Shot 2022-10-03 at 12.34.07 PM

…compared to SCSS

Notice how the syntax highlighting stops after the /* in SCSS but CSS doesn’t show the Comment highlighting until the */ is closed. Not sure which would be considered “correct”, but I prefer it the way Sass shows it.

  1. CSS autocompletions stop inside a comment…
    Screen Shot 2022-10-03 at 1.31.19 PM

…but SCSS does not.