We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
"Second statement" in the above example is the echo PHP_EOL; line?
echo PHP_EOL;
Sorry, something went wrong.
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).
Successfully merging a pull request may close this issue.
Hello,
With the following code:
PrismJS does not syntax highlight the second statement (and the following ones, if any).
Tested on PrismJS 1.15.0
Best regards,
Nicolas
The text was updated successfully, but these errors were encountered: