klorenz / atom-regex-railroad-diagrams

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

Suggestion: be more explicit with description of repetition #55

Closed aharpervc closed 9 years ago

aharpervc commented 9 years ago

For example, instead of "greedy" and "lazy" for \s* and .+? respectively, print out something like "zero or more (greedy)" and "at least one or more (lazy)". The repetition syntax already results in this kind of description, and that's good.

klorenz commented 9 years ago

Done in tooltips. (from 0.9)