Skip to content

Commit

Permalink
Add flags for ?< and \k named-capture to java syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
haozhun authored and cberner committed Apr 21, 2015
1 parent c703f2a commit 7b2fc9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/joni/Syntax.java
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ public boolean warnReduntantNestedRepeat() {
( OP2_ESC_CAPITAL_Q_QUOTE | OP2_QMARK_GROUP_EFFECT |
OP2_OPTION_PERL | OP2_PLUS_POSSESSIVE_REPEAT |
OP2_PLUS_POSSESSIVE_INTERVAL | OP2_CCLASS_SET_OP |
OP2_QMARK_LT_NAMED_GROUP | OP2_ESC_K_NAMED_BACKREF |
OP2_ESC_V_VTAB | OP2_ESC_U_HEX4 |
OP2_ESC_P_BRACE_CHAR_PROPERTY ),

Expand Down

0 comments on commit 7b2fc9e

Please sign in to comment.