klorenz / atom-regex-railroad-diagrams

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

Complains about missing parenthesis #77

Closed stugol closed 7 years ago

stugol commented 8 years ago

The extension is confused by the regular expression:

(?<=^|\W)([\d]+(?:|\.[\d]+))(\+|){(.*?)\|(.*?)}(?=\W|$)

It complains:

Expected ")" or "|" but end of input found

klorenz commented 7 years ago

This is fixed with latest release