Skip to content

Class Selector Highlight Issue #215

Description

@dggsax

This has probably already been reported, but there's some weird syntax highlighting happening. When I try to do the following:

.class {
    // some css stuff
    &-second {
        // some more css stuff
    }
 }

to get:

.class {
    // some css stuff
}
.class-second {
    // some css stuff
    // some more css stuff
}

the package will highlight the "-second" as if it's an error. Screenshot below for reference.
image

Thanks!

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions