brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Syntax Highlighting of "prefers-color-scheme" #11966

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by josch87 Thursday Feb 28, 2019 at 07:02 GMT Originally opened as https://github.com/adobe/brackets/issues/14660


Prerequisites

For more information on how to write a good bug report read here For more information on how to contribute read here

Description

Syntax Highlighting does not recognize the media query "prefers-color-scheme". Please also see

Steps to Reproduce

  1. set type to "html" or "CSS" etc.
  2. add the media query @media (prefers-color-scheme: dark) {}

Expected behavior: "prefers-color-scheme" should be highlighted appropriate

Actual behavior: "prefers-color-scheme" is highlighted red

Versions

core-ai-bot commented 3 years ago

Comment by josch87 Thursday Feb 28, 2019 at 07:29 GMT


Just realized that prefers-color-scheme is part of Media Queries Level 5 which is still in draft as of 16 July 2018. Therefore this feature has not to be implemented yet.