-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
When using flag u, Regex Colorizer (as of v1.0.0) uses a simplistic regex to identify Unicode properties with \p{...} and \P{...}. It would be better to flag any values that are not actually supported by ECMAScript.
@mathiasbynens has a bunch of great, related libraries. See:
- unicode-match-property-ecmascript
- unicode-match-property-value-ecmascript
- unicode-property-aliases-ecmascript
- unicode-property-value-aliases-ecmascript
- unicode-canonical-property-names-ecmascript
- etc.
Not yet sure which of these are the most relevant.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels