Skip to content

Commit

Permalink
Update browser.html
Browse files Browse the repository at this point in the history
  • Loading branch information
underpig1 committed Aug 7, 2020
1 parent 32405fa commit 37b9fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/browser/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ <h3>NEURON</h3>
for (var i in grammers.patterns) {
var re = new RegExp(grammers.patterns[i].match, "g");
var str = code.innerHTML;
var match;
while ((match = re.exec(str)) != null) {
matches.push([match.index, re.lastIndex, grammers.patterns[i].name]);
}
Expand Down

0 comments on commit 37b9fe8

Please sign in to comment.