Skip to content

CSS does not highlight nested var() #106

@miragecraft

Description

@miragecraft

With nested var() assignment, meaning using custom property as fallback for other custom properties, the nested var is not highlighted as it should.

Example:

* {
 background: var(--red, var(--blue, green));
}

Only the first var is highlighted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    outdated languagesThe language definition is likely outdated from upstream

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions