atom / one-dark-syntax

Atom One dark syntax theme
MIT License
443 stars 236 forks source link

Improve LESS Highlighting #96

Closed jinsupark closed 7 years ago

jinsupark commented 7 years ago

It would be great if both these classes were orange to stay consistent with orange class naming syntax. It becomes confusing as the modifier class is the same color as the properties.

.class {
  &__this-class-stays-orange {

  }
  &.-this-class-is-grey {

  }
}