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

String literals incorrectly handle \" and other escapes #33

Open
ian-h-chamberlain opened this issue May 28, 2022 · 0 comments · May be fixed by #34
Open

String literals incorrectly handle \" and other escapes #33

ian-h-chamberlain opened this issue May 28, 2022 · 0 comments · May be fixed by #34

Comments

@ian-h-chamberlain
Copy link

String literals containing \" break highlighting for the remainder of the file, or until a "matching" \" is found.

Example:

Screen Shot 2022-05-28 at 8 38 05 AM

I think this can be resolved easily by adding support for some common escape sequences – I will open a PR with my proposed fix shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant