Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit f255ab6

Browse files
committed
update regex conjunction, pmichaud++
1 parent 46bde8a commit f255ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Parametric roles: rm+
3232
Quantifiers, alternations: rm+ rn+ n+
3333
Match objects: rm+ rn+ n+
3434
Named and positional captures: rm+ rn+ n+
35-
Conjunction: rm- rn-
35+
Conjunction: rm+ rn+ n-
3636
Longest-Token Matching: rm+- (only for constants) rn- n+
3737
Character classes: rm+- (no backlash escapes) rn-
3838
Embedded code blocks: rm+ rn-

0 commit comments

Comments
 (0)