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
Labels
I have the following regex using
%r{}
which is highlighted correctly as follows: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: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 ❤️
The text was updated successfully, but these errors were encountered: