-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
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
PHP highlighting not working #21
Comments
So i've tested in VScode and it works correctly. I found these issues related to it: microsoft/vscode#14166 So i'm not sure why it doesn't work here. I think maybe because the actual grammar file is not the same as the one used by vscode? |
@octref It works if you do it in markdown on VSCode though. |
I can only allow 1 PHP grammar. If I change it, people who has written |
You're the man, @octref! Big thanks for all of your hard work in OSS! |
Awesome job, thanks @octref 👍 |
Hey 👋
It seems that PHP code blocks without a
<?php
opening tag don't get colorised correctly.I've tested and if you add a
<?php
tag, everything starts working correctly.I guess this is probably an upstream issue?
The text was updated successfully, but these errors were encountered: