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

linting error for raw string macro #1630

Closed
rapus95 opened this issue Nov 3, 2021 · 2 comments · Fixed by #1830
Closed

linting error for raw string macro #1630

rapus95 opened this issue Nov 3, 2021 · 2 comments · Fixed by #1830
Labels
CM6 CodeMirror 6

Comments

@rapus95
Copy link

rapus95 commented Nov 3, 2021

image
as you can see it suddenly stops recognizing using statements

@greimel
Copy link
Contributor

greimel commented Nov 3, 2021

It seems that Pluto doesn't realize that "\\" is an escaped backslash, but thinks that the second " is escaped. See the reduced example

image

begin
	"\\"
	x = 5
end

@fonsp
Copy link
Owner

fonsp commented Nov 8, 2021

Thanks! Moved to https://github.com/lezer-parser/julia/issues/11

Repository owner locked and limited conversation to collaborators Nov 8, 2021
@fonsp fonsp added the CM6 CodeMirror 6 label Nov 9, 2021
@fonsp fonsp linked a pull request Jan 20, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CM6 CodeMirror 6
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants