Skip to content

Commit

Permalink
Fix keep closing tag. Issue keeto#4
Browse files Browse the repository at this point in the history
  • Loading branch information
GCheung55 committed May 15, 2012
1 parent cf1454e commit ef7f494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slab.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var exps = {
comment: (/\{\*[^]*?\*\}/g),

// parser escape
kept: (/\{keep\}([^]*?)\{endslab\}/g),
kept: (/\{keep\}([^]*?)\{endkeep\}/g),
keptIdent: (/(%#%)E[0-9]+\1/g),

// new lines
Expand Down

0 comments on commit ef7f494

Please sign in to comment.