[Bug 718424] Re: Perl syntax coloring breaks with basic macther regular expression

2011-02-13 Thread Isto Nikula
** Attachment added: "Screenshot or the erroneous highlighting" https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/718424/+attachment/1848784/+files/718424.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in ubuntu. htt

[Bug 718424] [NEW] Perl syntax coloring breaks with basic macther regular expression

2011-02-13 Thread Isto
Public bug reported: Binary package hint: gedit Code: while (<>) { if (/(\s+)text/) { print "ok"; } if (/(\w+)test/) { print "ok"; } if (m/test/) { print "not ok, the pattern after m is not colored correctly"; } if (m/(\w+)test/) { print "not ok, the pattern afte