[go: up one dir, main page]

Menu

#56 Incorect perl syntax highlighting

colorer-take5
closed-fixed
General (16)
5
2004-10-29
2004-10-12
No

In line

if($var =~ /{/ and $var !~ /}/) { do_something; }

{ and } inside regexps are incorrectly interpreted as
start and end of block.

Discussion

  • Igor Russkih

    Igor Russkih - 2004-10-12

    Logged In: YES
    user_id=313042

    Unfortunately perl regex syntax is very complicated, and
    colorer tries to support this complication. This is the source of
    some strange faults, including this.
    I'll try to do something.

     
  • Igor Russkih

    Igor Russkih - 2004-10-12
    • assigned_to: nobody --> lomecb
    • status: open --> open-accepted
     
  • Igor Russkih

    Igor Russkih - 2004-10-29

    Logged In: YES
    user_id=313042

    fixed.

    Problems in general regexp.hrc package.

     
  • Igor Russkih

    Igor Russkih - 2004-10-29
    • status: open-accepted --> closed-fixed
     

Log in to post a comment.