PHP Syntax Highligting
Posted: Tue Jan 20, 2004 5:57 pm
As languages get goofier syntax highlighting needs to be improved.
The syntax highlighting support in TextPad is a bit clownin' and there is one major thing, and a minor thing that has gotz to be changed.
[major] Support for Heredoc strings (<<<EOT)
http://www.php.net/manual/en/language.t ... ax.heredoc
When I use Heredoc strings in my PHP scripts it will totally face up the syntax highlighting. I tried to set <<<EOT and EOT; in the syntax file instead of " but it didn't work.
[minor] Support for funny strings: print "PHP Action {$_GET['junk']}";
It would be nice if Textpad could highlight that expression properly.
The syntax highlighting support in TextPad is a bit clownin' and there is one major thing, and a minor thing that has gotz to be changed.
[major] Support for Heredoc strings (<<<EOT)
http://www.php.net/manual/en/language.t ... ax.heredoc
When I use Heredoc strings in my PHP scripts it will totally face up the syntax highlighting. I tried to set <<<EOT and EOT; in the syntax file instead of " but it didn't work.
[minor] Support for funny strings: print "PHP Action {$_GET['junk']}";
It would be nice if Textpad could highlight that expression properly.