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

::v-deep selector syntax highlighting support #1419

Open
3 tasks done
hyvyys opened this issue Sep 6, 2019 · 4 comments
Open
3 tasks done

::v-deep selector syntax highlighting support #1419

hyvyys opened this issue Sep 6, 2019 · 4 comments

Comments

@hyvyys
Copy link

hyvyys commented Sep 6, 2019

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform: Win
  • Vetur version: 0.22.2
  • VS Code version: 1.38.0

Problem

I believe the ::v-deep selector is not supported by the syntax highlighter in Vetur.

image
image

Reproducible Case

.checkbox-small.ui-checkbox {
  margin: 0;
  font-size: 1em;
  align-self: center;

  ::v-deep .ui-checkbox__checkmark {
    height: 1rem;
    width: 1rem;
    margin-top: 0.2rem;
  }
  ::v-deep .ui-checkbox__label-text {
    font-size: 1em;
    margin-left: 0.15em;
  }
}

.nav-wrapper {
  width: 0;

  ::v-deep .positioned {
    background: $light;
    right: $vuebar-width;
    width: 175px;
    @include pseudo;
    &::after {
      left: 100%;
      background: $light;
      width: $vuebar-width;
    }
  }
}
@andrew-boyd
Copy link

Our team is also experiencing this issue.

@octref
Copy link
Member

octref commented Dec 11, 2019

Upstream issue: atom/language-sass#254

@octref octref added the grammar label Dec 11, 2019
@Herbata-Sys
Copy link

Issue still occurs

@wowissu
Copy link

wowissu commented Dec 3, 2020

$vdeep: "::v-deep"

#{$vdeep} .subclass {
// ... 
}

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

No branches or pull requests

5 participants