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

CSS does not highlight nested var() #106

Open
miragecraft opened this issue Apr 15, 2023 · 0 comments
Open

CSS does not highlight nested var() #106

miragecraft opened this issue Apr 15, 2023 · 0 comments
Labels
outdated languages The language definition is likely outdated from upstream

Comments

@miragecraft
Copy link

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.

@allejo allejo added the outdated languages The language definition is likely outdated from upstream label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
outdated languages The language definition is likely outdated from upstream
Projects
None yet
Development

No branches or pull requests

2 participants