klorenz / atom-regex-railroad-diagrams

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

Problem understanding end of regex #59

Closed aharpervc closed 9 years ago

aharpervc commented 9 years ago

This is 0.91, in a .rb file:

matches = /Invalid column name '(?<identifier>.*?)'/.match error_text

ss1

That line starts with 3 tabs. When I bump it up to 5 tabs, I get this:

ss2

aharpervc commented 9 years ago

Possibly related to #58

klorenz commented 9 years ago

fixed (with workaround) in 0.10.0