Skip to content

Commit

Permalink
v. 0.10 re-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos M committed Aug 4, 2015
1 parent 1206c2d commit 3b138be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/prism_grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2313,8 +2313,8 @@ Parser[PROTO] = {
else if ( true !== type )
{
style = Style[type] || DEFAULT;
// match action error
if ( tokenizer.MTCH )
// action error
if ( tokenizer.ACT )
{
// empty the stack
stack.empty('sID', tokenizer.sID);
Expand Down
Loading

0 comments on commit 3b138be

Please sign in to comment.