Skip to content

Commit facf776

Browse files
authored
Merge pull request #5 from Kacarott/dev
Fix #4
2 parents bd1b86f + 7f5d987 commit facf776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdacalc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ CodeMirror.defineMode("lambdacalc", function(_config, modeConfig) {
103103
}
104104

105105
function onFail(stream, state) {
106-
stream.match(/[^\s]*/);
106+
stream.match(/[^\s#]*/);
107107
return FAIL ;
108108
}
109109

0 commit comments

Comments
 (0)