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

Commit c37acce

Browse files
committed
add Unicode properties
1 parent f255ab6 commit c37acce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Match objects: rm+ rn+ n+
3434
Named and positional captures: rm+ rn+ n+
3535
Conjunction: rm+ rn+ n-
3636
Longest-Token Matching: rm+- (only for constants) rn- n+
37-
Character classes: rm+- (no backlash escapes) rn-
37+
Character classes: rm+- (no backlash escapes) rn+- (no backslash escapes)
38+
Unicode properties: rm- rn- n-
3839
Embedded code blocks: rm+ rn-
3940
Variable interpolation: rm+- (only scalars) rn-
4041
Grammars: rm+ rn-

0 commit comments

Comments
 (0)