Open alexr00 opened 3 years ago
Multi-line string literals break CSS syntax highlighting.
a::after { content: "long\ value"; }
Expected behavior:
A multi-line string literal does not affect other rules.
Actual behavior:
There is no syntax highlighting after the backslash (any subsequent CSS is the same colour as the backslash itself).
Reproduces how often:
100%
From commit 339e9600ce4e024fa97a711d6330e3b5344fcbdc
Originally from @dansebcar in https://github.com/microsoft/vscode/issues/125739
Prerequisites
Description
Multi-line string literals break CSS syntax highlighting.
Steps to Reproduce
Expected behavior:
A multi-line string literal does not affect other rules.
Actual behavior:
There is no syntax highlighting after the backslash (any subsequent CSS is the same colour as the backslash itself).
Reproduces how often:
100%
Versions
From commit 339e9600ce4e024fa97a711d6330e3b5344fcbdc
Additional Information
Originally from @dansebcar in https://github.com/microsoft/vscode/issues/125739