There was an error while loading. Please reload this page.
1 parent 191ae47 commit b4a40b3Copy full SHA for b4a40b3
mode/mllike/mllike.js
@@ -60,7 +60,7 @@ CodeMirror.defineMode('mllike', function(_config, parserConfig) {
60
}
61
62
if (ch === '(') {
63
- if (stream.eat('*')) {
+ if (stream.match(/^\*(?!\))/)) {
64
state.commentLevel++;
65
state.tokenize = tokenComment;
66
return state.tokenize(stream, state);
0 commit comments