klorenz / atom-regex-railroad-diagrams

display regex as railroad diagram, if cursor moves to it
MIT License
250 stars 31 forks source link

feature request: Unicode category and script support #67

Closed elrolito closed 8 years ago

elrolito commented 8 years ago

Currently if I have a pattern like /\p{Latin}/ it displays as \p, {, L, a, t, i, n, } in the railroad diagram.

Would be nice if the categories and scripts listed on http://www.regular-expressions.info/unicode.html were displayed correctly.

Thanks.

klorenz commented 8 years ago

implemented with 0.14.0