klorenz / atom-regex-railroad-diagrams

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

Fails on adding flags on regex literals in javascript #53

Closed ghost closed 9 years ago

ghost commented 9 years ago

For example the code /(<|>)/ will work just fine, but /(<|>)/gi will fail giving a `Expected "$", "(", ......, but ")" found.

klorenz commented 9 years ago

This is fixed in 0.9, flags are not yet displayed in regex.