Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[scss] Wrong "cursor" property highlighting #40723

Closed
usernamehw opened this issue Dec 22, 2017 · 4 comments
Closed

[scss] Wrong "cursor" property highlighting #40723

usernamehw opened this issue Dec 22, 2017 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@usernamehw
Copy link
Contributor

  • VSCode Version: 1.19.1, 1.20
  • OS Version: Win10

bad_highlight

Reproduces without extensions: Yes

@weinand
Copy link
Contributor

weinand commented Dec 22, 2017

Sorry, but I cannot spot what is wrong here.

@weinand weinand added the info-needed Issue requires more information from poster label Dec 22, 2017
@usernamehw
Copy link
Contributor Author

@weinand, other properties have the right TM selectors:

support.type.property-name.css
meta.property-name.scss
meta.property-list.scss
source.css.scss

But cursor identifies itself as a tag

entity.name.tag.css
meta.property-list.scss
source.css.scss

@usernamehw
Copy link
Contributor Author

Also applies to mask, content, filter, font

body {
    cursor: pointer;
    ::before {
        content: '';
    }
    filter: blur(5px);
    font: 12px/14px sans-serif;
    mask: none;
}

@usernamehw
Copy link
Contributor Author

Nevermind... atom/language-sass#226

@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants