klorenz / atom-regex-railroad-diagrams

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

Doesn't pick up scopes from tree-sitting javascript parser #111

Open awilkins opened 5 years ago

awilkins commented 5 years ago

Top scopes are the Babel scopes.

Middle scopes are the new tree-sitting parser scopes.

Bottom scopes are the old Javascript scopes

image