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
When @php is used within an HTML element itself, all following elements change color as if there is a "gap" or missing code.
Example: <body @php body_class() @endphp>
<body @php body_class() @endphp>
"Body" is in red, but all other html tags, including the ending </body> tag become orange (or some other color depending on theme)
</body>
The text was updated successfully, but these errors were encountered:
9e4a11a
Ingramz
No branches or pull requests
When @php is used within an HTML element itself, all following elements change color as if there is a "gap" or missing code.
Example:
<body @php body_class() @endphp>
"Body" is in red, but all other html tags, including the ending
</body>
tag become orange (or some other color depending on theme)The text was updated successfully, but these errors were encountered: