Syntax-highlighting-for-Sass icon indicating copy to clipboard operation
Syntax-highlighting-for-Sass copied to clipboard

The `&` has a wrong scope name

Open aziz opened this issue 10 years ago • 1 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

aziz avatar Nov 23 '15 22:11 aziz

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

P233 avatar Nov 26 '17 04:11 P233