microsoft / microsoft/vscode

CSS Bracket colorization error when } is inside of url

Open
#336,561 2 comments 0 reactions 1 assignee Claimed by @aeschli View on GitHub
Dominant language
TypeScript
Stars
193k
Forks
42.4k
PR merge metrics
PR metrics pending

Description

.special-chars {
content: "semicolon ; and brace }";
background: url('image;file}.png');
--custom: calc(100% - 20px);
}

this css is displayed wrong in vscode (the } inside of url closes the rule bracket)

see:

Image
see the bracket behind file is yellow

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.