Hi,
There are instances where I need to check the pattern before highlighting it and it could be across multiple lines, could a switch be added to allow specific matches to go through multiple lines?
The regex shown in the link would work in both cases if multiline was enabled as the syntax differentiate arrow functions from expression groups:
I know that there would be performance implications and that’s why I am suggesting a switch on the regex that would be off by default, most syntaxes would benefit from this feature.
Sorry if this was suggested before.