Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Support nested syntax #1

@Nixinova

Description

@Nixinova

This extension currently does not support CSS nesting, to be added in 1.0.0.

Example:

CSSNVSS 0.xNVSS 1.0
footer {color: black;}
footer a {font-size: 90%;}
footer {color: black;}
 & a {font-size: 90%;}
footer {
  color: black;
  a {font-size: 90%;}
}

Need to fix newlines breaking selector highlighting to allow for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething doesn't work as it shouldfixedThis bug has been fixedhighlighterRelated to syntax highlighting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions