I fourth this! A perfect example is currently my code which displays like the
following:
[color=#999999]*/* Build the XML header */*[/color]
[color=#000099]$xml_file[/color] = [color=#009900]"<?xml
version="[/color]1.0"_[color=#666666]?>[/color]_n";
$xml_file .= "_[color=#666666]<?xml[/color]_-stylesheet type="text/xsl"
href="data_for_xml.xsl"_[color=#666666]?>[/color]_";
and ideally, if escape characters worked it would look like:
[color=#999999]*/* Build the XML header */*[/color]
[color=#000099]$xml_file[/color] = [color=#009900]"<?xml
version="1.0"?>n"[/color];
[color=#000099]$xml_file[/color] .= [color=#009900]"<?xml-stylesheet
type="text/xsl" href="data_for_xml.xsl"?>";[/color]
Hope this helps you a little, your editor is fantastic, the best Windows editor
I've used!
--
<http://forum.pspad.com/read.php?2,15115,29315>
PSPad freeware editor http://www.pspad.com