While editing an ant xml build file, I noted that the highlight of matched
xml tag was wrong. The ant file is ok because it runs all fine. Example of
the wrong highlighting:

  [place cursor here]<target name="clean">
    <delete dir="install" />[the match goes to here, in color of unmatched
brace]  
    <mkdir dir="install" />
    <delete dir="cvs" />
    <mkdir dir="cvs" />
  </target>

But openning another xml it matches all ok.

[]'s,

Rodrigo.

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to