Skip to content

Commit

Permalink
add ONIG_SYN_ALLOW_CHAR_TYPE_FOLLOWED_BY_MINUS_IN_CC to syntax Perl_NG
Browse files Browse the repository at this point in the history
  • Loading branch information
kkos committed Jun 10, 2024
1 parent c4a55f8 commit ad44511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/regsyntax.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ OnigSyntaxType OnigSyntaxPerl_NG = {
ONIG_SYN_OP2_QMARK_PERL_SUBEXP_CALL )
, ( SYN_GNU_REGEX_BV | ONIG_SYN_ISOLATED_OPTION_CONTINUE_BRANCH |
ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP |
ONIG_SYN_ALLOW_MULTIPLEX_DEFINITION_NAME )
ONIG_SYN_ALLOW_MULTIPLEX_DEFINITION_NAME |
ONIG_SYN_ALLOW_CHAR_TYPE_FOLLOWED_BY_MINUS_IN_CC )
, ONIG_OPTION_SINGLELINE
,
{
Expand Down

0 comments on commit ad44511

Please sign in to comment.