I am experimenting with BEM syntax in a project using SCSS. My editor is Sublime Text 3, and I use SCSS syntax highlighting.
The problem I am facing is that when I set the & selector with the parent selector in this article by Mike Fowler , Sublime underlines it red. Here is an example:

The code compiles fine, I would just rather have Sublime not flag this as errors.
Can someone help config Sublime do just that?
sass sublimetext syntax-highlighting bem
fourhexagons
source share