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

Incorrect syntax highlighting with selector interpolation and underscores #208

Open
aar0nr opened this issue Apr 26, 2017 · 1 comment · May be fixed by #227
Open

Incorrect syntax highlighting with selector interpolation and underscores #208

aar0nr opened this issue Apr 26, 2017 · 1 comment · May be fixed by #227
Labels

Comments

@aar0nr
Copy link

aar0nr commented Apr 26, 2017

Description

scss_bug2

Expected behavior: I expect the __foo portion of the selector to be the same color as other selectors.

Actual behavior: The selector is colored incorrectly.

Versions

Atom

Atom: 1.16.0
Electron: 1.3.13
Chrome: 52.0.2743.82
Node: 6.5.0

APM

apm: 1.16.1
npm: 3.10.5
node: 6.9.5 x64
python: 2.7.13
git: 2.12.2

Package

language-sass: 0.58.0

@50Wliu 50Wliu added the bug label Apr 26, 2017
@50Wliu
Copy link
Contributor

50Wliu commented Jun 8, 2017

.test {
  #{&}__foo {
    padding: 10px;
  }

  #{&}--foo {
    padding: 10px;
  }
}

50Wliu added a commit that referenced this issue Jul 20, 2017
@50Wliu 50Wliu linked a pull request Jul 20, 2017 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants