microsoft / microsoft/vscode-css
CSS multiline string incorrect syntax highlighting
Open
@aeschli is already working on this.
Since May 4, 2024.
bug
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 25
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 2
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.89.0
- OS Version: Windows 11
Steps to Reproduce:
- Create a css file. Write, for example
@import url('a-really-long\
-url');
- The syntax highlighting is wrong. It seems to not interpret the string as a whole.
This was mentioned in issue microsoft/vscode#125739, which was closed and locked with a reference to another repo, but that repo was archived. Is there a plan to fix this bug?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.