atom-regex-railroad-diagrams icon indicating copy to clipboard operation
atom-regex-railroad-diagrams copied to clipboard

display regex as railroad diagram, if cursor moves to it

Results 26 atom-regex-railroad-diagrams issues
Sort by recently updated
recently updated
newest added

The regex diagrams are popping up when using raw strings in Python, e.g. `print(r'foo bar')`.

Diagrams are not showing for python regexes None of these examples show a railroad diagram: **Simple Example** ```python import re re.search(r'abc', '123abcxyz') ``` **Verbose Example** ```python import re email_regex =...

I am a vim-mode-plus user, and the its default keybinding *\* for undo conflict with atom-regex-railroad-diagrams's, I hope there will have an option which can disable the default keybinding.

Top scopes are the Babel scopes. Middle scopes are the new tree-sitting parser scopes. Bottom scopes are the old Javascript scopes ![image](https://user-images.githubusercontent.com/368399/46091861-9220ed80-c1ab-11e8-94df-4dc180f3beeb.png)

[Enter steps to reproduce:] 1. Open a project in Atom 2. Error seemed to be triggered on an editor pane that's editing a shell script (though that may be irrelevant)...

when using the tree-sitter parser (enable in setting -> core -> Use Tree Sitter Parsers) it tooks the whole file content as a regular expressin as soon as i click...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.28.1 x64 **Electron**: 2.0.4 **OS**: Mac OS X 10.13.5 **Thrown From**: [regex-railroad-diagram](https://github.com/klorenz/atom-regex-railroad-diagrams) package 0.19.4 ### Stack Trace Uncaught TypeError: Cannot destructure...

[Enter steps to reproduce:] This happened as I was typing a Ruby regex with literal / characters in it. **Atom**: 1.25.1 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.13.3 **Thrown...

Using Atom 1.25.0 on a javascript file. I'm not sure what extension is using it. Automated issue creation in Atom. 1. ... 2. ... **Atom**: 1.25.0 x64 **Electron**: 1.7.11 **OS**:...

[Enter steps to reproduce:] 1. Click a non-regex line of code in a Javascript file **Atom**: 1.25.0-beta2 x64 **Electron**: 1.7.11 **OS**: Ubuntu 16.04.3 **Thrown From**: [regex-railroad-diagram](https://github.com/klorenz/atom-regex-railroad-diagrams) package 0.19.4 ### Stack...