Skip to content

Class Selector Highlight Issue #215

@dggsax

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!

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