id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
745,[Perl 5 syntax highlighting] delimiter used in extended regular expressions displays wrong,daxim,azawawi,"If a comment contains a / the highlighting colour indicates that the regex has ended, whilst it continues on subsequent lines. Reported by mberends on IRC.

{{{

 if ($line =~ m/
     ^       # beginning of line
     (.+)
     \/      # this is for the forward slash /
     (\S*)
     \s*     # drops all spaces
     (.*)
     $       # end of line
  /x) {
     print ""$1 : $2\n"";
 }

}}}",defect,assigned,minor,,Syntax Highlighting,0.50,,,
