|
From: <no...@so...> - 2002-05-29 10:29:46
|
Bugs item #561861, was opened at 2002-05-29 10:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=561861&group_id=588 Category: text area and syntax packages Group: minor bug Status: Open Resolution: None >Priority: 1 Submitted By: Alexander Schuch (ci-dev) Assigned to: Nobody/Anonymous (nobody) Summary: error in PHP highlighter Initial Comment: I noticed a small error in PHP syntax highlighter (jEdit 4.0): using 'echo "$Test\n$Test1";' highlights whole '$Test\n$Test1' as a variable although these are two ones. A slash is no valid character of a variable name. Another small mistake I noticed is that 'die()' isn't recognized by the highlighter. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=561861&group_id=588 |