Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

SCSS Attribute Selector Syntax Highlighting Broken #279

Open
1 task
alexr00 opened this issue Oct 26, 2020 · 0 comments
Open
1 task

SCSS Attribute Selector Syntax Highlighting Broken #279

alexr00 opened this issue Oct 26, 2020 · 0 comments

Comments

@alexr00
Copy link

alexr00 commented Oct 26, 2020

From @alan-pie in microsoft/vscode#109247

Prerequisites

Description

For code like this

.position-metadata li[data-type="team"] {
  background-image: image-url("team-icon.svg");
}

The text 'team' should be highlighted as a string but is not.
I would expect it to get a string scope, but the scopes it gets are:

meta.attribute-selector.scss
source.css.scss

Screen Shot 2020-10-23 at 9 04 12 AM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant