[Bug 77269] New: perl syntax highlightning not working correctly with regex when using \/

Michael Virnstein michael.virnstein at brodos.de
Thu Mar 11 11:10:09 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=77269      
           Summary: perl syntax highlightning not working correctly with
                    regex when using \/
           Product: kdevelop
           Version: 3.0.1
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: michael.virnstein brodos de


Version:           3.0.1 (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
OS:          Linux

when i use e.g. the following code:
my $path = "/home/user/blah/";
$path =~ s/\/$//;
the syntax highlightning doesn't recognize that the / before $ in s/\/$// is "backslashed". Therefore the code after that line isn't highlighted correctly anymore.




More information about the KDevelop-devel mailing list