regex spanning multiple lines should be syntax highlighted
Submitted by Monday, 24 October, 2005 - 15:49
on
When editing Perl scripts, jEdit highlights a regex syntax (blue by default), e.g., "m/\w\d/". But if the regex spans multiple lines, e.g.,
m/\w \x/x"
then jEdit fails to syntax-highlight it correctly.