diff --git a/Source/Grammar.pp b/Source/Grammar.pp index 4176085..15e1714 100644 --- a/Source/Grammar.pp +++ b/Source/Grammar.pp @@ -106,7 +106,7 @@ // Please, see PCRESYNTAX(3), General Category properties, PCRE special category // properties and script names for \p{} and \P{}. %token character_type \\([CdDhHNRsSvVwWX]|[pP]{[^}]+}) -%token anchor \\(bBAZzG)|\^|\$ +%token anchor \\([bBAZzG])|\^|\$ %token match_point_reset \\K %token literal \\.|.