summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/mathematica/mathematica.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/mathematica/mathematica.js')
-rw-r--r--public/vendor/codemirror/mode/mathematica/mathematica.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/vendor/codemirror/mode/mathematica/mathematica.js b/public/vendor/codemirror/mode/mathematica/mathematica.js
index 5ae6f55c..d6977088 100644
--- a/public/vendor/codemirror/mode/mathematica/mathematica.js
+++ b/public/vendor/codemirror/mode/mathematica/mathematica.js
@@ -126,6 +126,7 @@ CodeMirror.defineMode('mathematica', function(_config, _parserConfig) {
}
// everything else is an error
+ stream.next(); // advance the stream.
return 'error';
}