Skip to content
Snippets Groups Projects
Commit 6fa57522 authored by John Van Der Loo's avatar John Van Der Loo Committed by Marijn Haverbeke
Browse files

[mathematica mode] Fix stuck-stream error on unrecognized syntax

parent 6f1ce2a8
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ CodeMirror.defineMode('mathematica', function(_config, _parserConfig) {
}
// everything else is an error
stream.next(); // advance the stream.
return 'error';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment