craigsheen / atom-regex-railroad-diagrams

display regex as railroad diagram, if cursor moves to it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regex-railroad-diagram package

A regular expression railroad diagram view for regular expression under cursor. This is still in development and for me it is a test of graphics capabilities of Atom.

regex-railraod-diagram in action

It also shows you a parsing error message, if your regex is not syntactically correct.

For now it only supports most common regex features, but there are more to come.

About

display regex as railroad diagram, if cursor moves to it

License:MIT License


Languages

Language:CoffeeScript 49.0%Language:JavaScript 39.4%Language:CSS 11.6%