Skip to content

Commit

Permalink
Bump MAX_LOOKAHEAD_LINES
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 23, 2019
1 parent c13a2d0 commit aa11212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Context(name, tokenType, depth, parent, line, pos) {
this.startPos = pos
}

var MAX_LOOKAHEAD_LINES = 2
var MAX_LOOKAHEAD_LINES = 3

function MatchContext() {
this.stream = null
Expand Down

0 comments on commit aa11212

Please sign in to comment.