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
php multiple line comment is not getting highlighted properly if there is any php tag is inside the commented code
this is working fine on sublime text 3. but subliment text 4 has this issue
The text was updated successfully, but these errors were encountered:
duplicate and fixed
#3540
Sorry, something went wrong.
After applying the patch from this GitHub repository: https://github.com/jfcherng-sublime/ST-my-settings/blob/master/scripts/update_official_packages.sh, the overall functionality seems to be working fine.
However, there is an issue with the PHP block comment inside the script tag, which is not functioning correctly.
I can confirm your screenshot illustrates a bug. But please file another issue for it.
The
?> */
part should be comment.
No branches or pull requests
What happened?
php multiple line comment is not getting highlighted properly if there is any php tag is inside the commented code
this is working fine on sublime text 3. but subliment text 4 has this issue
The text was updated successfully, but these errors were encountered: