PHP and heredoc
Submitted by Thursday, 12 August, 2004 - 20:47
on
Is there a way to get jEdit to syntax highlight a heredoc string based on the delimiter?
For example, if I have a heredoc comment such as this
$table = <<<HTML
<table>
....
</table>
HTML;
can I get jEdit to see the HTML delimiters and then treat the content in between as HTML and perform syntax highlighting accordingly?
For example, if I have a heredoc comment such as this
$table = <<<HTML
<table>
....
</table>
HTML;
can I get jEdit to see the HTML delimiters and then treat the content in between as HTML and perform syntax highlighting accordingly?