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

incorrect highlight for multiple nesting #34

Open
ColCh opened this issue Apr 17, 2020 · 0 comments
Open

incorrect highlight for multiple nesting #34

ColCh opened this issue Apr 17, 2020 · 0 comments

Comments

@ColCh
Copy link

ColCh commented Apr 17, 2020

given this example

.Text {
    &__bold {
        font-weight: bold;
    }
    &__red {
        color: red;
    }

    &__bold&__red {
        border: 1px red solid;
    }
}

produces such highlight

image

but it should look like this (but without comma)

image

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

No branches or pull requests

1 participant