This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
PHP EOP, xml content #155
Closed
Description
In PHP, when using <<<EOP var type with XML content, the syntax colorization is not right. See screenshot, line 237 (in the screenshot).
It's because of the XML first line declaration, which is endded with "?>", which is the PHP closing tag too. When I remove it, the syntax color is OK.
As you can see too, if there's underscore char in XML tag, the whole word after the underscore, with the closing tag, is not colorized (see <masque_saisie> and <masque_rendu> on the screen, line 239-240)