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

Syntax Highlighting Breaks for Backslash-Escaped Quotes #48

Open
niemeier23 opened this issue Mar 28, 2024 · 0 comments
Open

Syntax Highlighting Breaks for Backslash-Escaped Quotes #48

niemeier23 opened this issue Mar 28, 2024 · 0 comments

Comments

@niemeier23
Copy link

niemeier23 commented Mar 28, 2024

As you can see, the backslash-escaped double-quote is where the syntax highlighting breaks. I assume it's because the regex is expecting a closing double-quote, instead of treating it as a literal character.
image

This screenshot shows how the syntax highlighting should work, because this code example uses the Progress-suggested way of escaping. But, the documentation also allows for Unix-style escaping with a backslash, and so it would be excellent if this extension could be updated to allow the backslash as an escape character, too.
image

Thanks!

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

No branches or pull requests

1 participant