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
Test case: <style type="text/css"> <?php echo $ok; ?> </style>
<style type="text/css"> <?php echo $ok; ?> </style>
Broken highlighting:
Related: #54
The text was updated successfully, but these errors were encountered:
I stumbled across a related issue: Using HTML comments (<!--) inside the style tag breaks code highlighting for the remainder of the document.
Test case: https://sourceware.org/binutils/docs/as/index.html
Sorry, something went wrong.
I've found this in vscode, the original issue I created is adrhumphreys/vscode-silverstripe#22 but the TL;DR: is
<style>a</style>
everything after a is incorrectly recognized as a CSS selector.
a
No branches or pull requests
Test case:
<style type="text/css"> <?php echo $ok; ?> </style>
Broken highlighting:
Related: #54
The text was updated successfully, but these errors were encountered: