Issue
SCSS highlighting for some properties are highlighted as if they are selectors. I’m looking for settings to adjust or a plugin that will fix the highlighting as it’s distracting.
How VSC displays:
,
how the same code looks in Sublime Text 3:
Solution
Paul Grant developed a patch which fixes this problem perfectly.
https://marketplace.visualstudio.com/items?itemName=cssinate.scss-language-improvements
Answered By – thisisannie
Answer Checked By – Candace Johnson (AngularFixing Volunteer)