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

The `&` has a wrong scope name

aziz opened this issue · comments

& is a keyword so it should get a scope like keyword.control.parent-ref.css.sass.
It currently gets entity.name.tag.css.sass.symbol

I rewrote this package and updated lots of scope names. But sorry, when I was rewriting this package I forget this issues, and I named the & scope to keyword.other.parent-selector.sass. Do you think that is ok, or keyword.control.parent-ref.css.sass is better? Thanks