naomi icon indicating copy to clipboard operation
naomi copied to clipboard

SCSS: Wrong property highlighting

Open phts opened this issue 6 years ago • 0 comments

  • variables are not highlighted
background-color: $color-body-bg;
  • Ordinary values are not highlighted
position: absolute;
-webkit-text-size-adjust: none;
  • value grayscale is partially highlighed
-moz-osx-font-smoothing: grayscale;
  • value antialiased is highlighted
-webkit-font-smoothing: antialiased;
screen shot 2018-11-08 at 21 12 35

PS. Tested on built-in scheme e.g. Monokay. Naomi scheme is little better but still not good.

phts avatar Nov 08 '18 20:11 phts