Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Jul 7, 2019
1 parent e7d39ef commit 4509709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getMatchers(): array
'regexp' => '\\$(\\w+)(?:=((?&LiteralOrUnquoted)))?'
],
'Token' => '\\{((?&TokenId))(\\?)?(?:=((?&LiteralOrUnquoted)))?'.
' ;? ((?&TokenOptions))? ;? '
' (?:; ((?&TokenOptions))?)? '
.'\\}',
'TokenId' => '[A-Z]+[0-9]*',
'TokenOptionRegular' => [
Expand Down

0 comments on commit 4509709

Please sign in to comment.