Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacarott committed Feb 25, 2022
1 parent e56eccd commit 7f5d987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdacalc.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CodeMirror.defineMode("lambdacalc", function(_config, modeConfig) {
}

function onFail(stream, state) {
stream.match(/[^\s]*/);
stream.match(/[^\s#]*/);
return FAIL ;
}

Expand Down

0 comments on commit 7f5d987

Please sign in to comment.