Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Multi-line regular expression using // is not highlighted correctly #144

Closed
andypike opened this issue Mar 31, 2016 · 1 comment · Fixed by #158
Closed

Multi-line regular expression using // is not highlighted correctly #144

andypike opened this issue Mar 31, 2016 · 1 comment · Fixed by #158
Labels

Comments

@andypike
Copy link

I have the following regex using %r{} which is highlighted correctly as follows:

screen shot 2016-04-01 at 00 36 18

I'm using the Rubocop linter and it suggested using // in this case so I made that change and the code works just fine, so this is valid Ruby but the syntax highlighting isn't the same:

screen shot 2016-04-01 at 00 36 52

I've had a look through the package to try and fix it myself but I'm not 100% sure how the package works. This is using Atom 1.6.0 and version 0.68.0 of this package.

If there is any other information you need then please let me know.

Thanks ❤️

@winstliu winstliu added the bug label Mar 31, 2016
@winstliu
Copy link
Contributor

Thanks for the report!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants