Hello,
With the following code:
<?php
echo '<?xml version="1.0" encoding="UTF-8"?><tracker />';
echo PHP_EOL;
PrismJS does not syntax highlight the second statement (and the following ones, if any).
Tested on PrismJS 1.15.0
Best regards,
Nicolas
"Second statement" in the above example is the echo PHP_EOL; line?
Yes
Thanks for the fix!
Do you have any approximation date when it will be released?
You can create your own bundle on the download page to get it right now.
We don't have a date for the new release yet (#1713).