-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Comment plugin doesn't work #1975
Comments
Thank you for this patch. console.log("/*string gets corrupted.*/"); |
marijnh
added a commit
that referenced
this issue
Dec 9, 2013
To make sure it isn't seeing comments that are actually strings. Issue #1975
Indeed. Should be better with attached patch. |
anaran
pushed a commit
to anaran/CodeMirror
that referenced
this issue
Feb 22, 2014
anaran
pushed a commit
to anaran/CodeMirror
that referenced
this issue
Feb 22, 2014
To make sure it isn't seeing comments that are actually strings. Issue codemirror#1975
3 tasks
davidfstr
added a commit
to techsmartkids/codemirror5
that referenced
this issue
Apr 22, 2024
davidfstr
added a commit
to techsmartkids/codemirror5
that referenced
this issue
Apr 23, 2024
marijnh
pushed a commit
that referenced
this issue
Apr 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to comment the following line
This results in
instead of
//console.log("//string gets corrupted.");
The text was updated successfully, but these errors were encountered: