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

Language syntax VB: backslash is not an escape character #1996

Closed
pablonete opened this issue Jun 2, 2020 · 4 comments
Closed

Language syntax VB: backslash is not an escape character #1996

pablonete opened this issue Jun 2, 2020 · 4 comments

Comments

@pablonete
Copy link
Member

monaco-editor version: 0.20.0
Browser: Chrome
OS: Windows
Playground code that reproduces the issue:

Open https://microsoft.github.io/monaco-editor/
Select Language vb

Print "Hola" & "\" & Name
' This line should be green. \ is not an escape in VB.

The backslash is not an escape character, so ending quote should be considered.

@kinloongTong
Copy link

I have the same problem.

@chilipepperpizza
Copy link

Looks like there is a PR for this issue - microsoft/monaco-languages#90

@fowl2
Copy link

fowl2 commented Aug 7, 2020

this issue is a duplicate of #1958

@vscodebot
Copy link

vscodebot bot commented Sep 10, 2020

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants