atom/language-css

CSS syntax coloring fails for 'justify-items' property, missing scope.

Closed this issue · 1 comments

  1. Write a justify-items property on any selector of a CSS file, for instance:
div {
    justify-items: stretch;
}
  1. Verify that the property name justify-items is not being colored like a property name.

  2. Verify using the TM scope inspector that, unlike other CSS property names, the token for justify-items doesn't have the support.type.property-name.css scope.

screenshot_3
screenshot_4

Copied from original issue: microsoft/vscode#42843

Duplicate of #131