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 #280

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

SCSS Attribute Selector Syntax Highlighting Broken #280

alexr00 opened this issue Oct 26, 2020 · 1 comment

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 'team' to get a string scope but the scope it gets are:

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

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

@niktariy
Copy link

niktariy commented Mar 4, 2021

Still the problem
image

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

2 participants