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

Commit

Permalink
update regex conjunction, pmichaud++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 25, 2011
1 parent 46bde8a commit f255ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features.txt
Expand Up @@ -32,7 +32,7 @@ Parametric roles: rm+
Quantifiers, alternations: rm+ rn+ n+
Match objects: rm+ rn+ n+
Named and positional captures: rm+ rn+ n+
Conjunction: rm- rn-
Conjunction: rm+ rn+ n-
Longest-Token Matching: rm+- (only for constants) rn- n+
Character classes: rm+- (no backlash escapes) rn-
Embedded code blocks: rm+ rn-
Expand Down

0 comments on commit f255ab6

Please sign in to comment.