P233 / Syntax-highlighting-for-Sass

A Sublime Text 3 package for highlighting both Sass and SCSS syntax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parent Selector: Invalid syntax highlighting with BEM standards

benjamincudi opened this issue · comments

When referencing the parent selector, the package is highlighting any non-recognized selector/element as invalid. Unless what follows is a recognized HTML element, or follows recognized selectors, it highlights as invalid even though compilation supports the syntax.
invalid syntax

This should be fixed in the new version :)