jEdit php-mode syntax bug
comments | Posted in jedit | texteditor on Sunday, August 12 2007 02:40:00 PDT

Since release of jEdit4.3pre9 the PHP syntax mode slightly broke and long string literals would break PHP syntax coloring. After a bit of rooting around in the jEdit forums I found this post recently: jedit Forum Link

The solution is to remove this attribute from line 184 of php.xml: ESCAPE=""

So that the line reads like this:

Happy PHP coding (thats got to be an oxymoron).

Update: This appears fixed in jEdit4.3pre10

blog comments powered by Disqus