atom / atom-dark-syntax

Atom Dark Syntax theme
MIT License
58 stars 97 forks source link

`@supports not` triggers incorrectly colored CSS #28

Closed maxvoltar closed 8 years ago

maxvoltar commented 8 years ago
@supports not (-webkit-backdrop-filter: blur(10px)) {
  background: rgba(230, 230, 230, 1);
}

All CSS that comes after the first line loses its color coding.

Screenshot: screenshot 2016-03-08 14 25 24

winstliu commented 8 years ago

@maxvoltar Sorry to crush your hopes, but this is still the wrong repo :grimacing:. Can you please move it over to the language-css repo? Language packages handle tokenization of files, and then the syntax themes highlight files based on the tokenization.

maxvoltar commented 8 years ago

Goddammit, sorry!