I've been attempting to write some PHP tutorials for a PHP CMS I'm working on,
Thacmus, and I've noticed an odd behavior in the 'Template' part of the
highlighter.
If I create a multi-line piece of text between two brackets, { }, it won't stop
highlighting the templates until I add another } to the end.
Examples: [note - I know this isn't how they're used, but this is in the format
they're in]
if (etc) { other; } - Normal
if (etc) {
other;
} bleh - Doesn't work - Keeps on highlighting past
if (etc) {
other;
} bleh } blarg - Stops highlighting after second bracket
As temporary fix, I just have the Template font color as black, but then that
overlays any highlighting in the normal HTML, which bothers me some.
--
<http://forum.pspad.com/read.php?4,40968,40968>
PSPad freeware editor http://www.pspad.com