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 using block as part of another block, then phpstorm mark the ending tag as wrong.
{block a} {block b} {/block} {/block} ---≥ this tag is considered as wrong (is marked as RED in phpstorm)
Environment:
The text was updated successfully, but these errors were encountered:
This would be very nice to fix.
Sorry, something went wrong.
This is hard to fix in this plugin.
It is fixed in Pro plugin: https://plugins.jetbrains.com/plugin/19661-latte-pro here is migration guide from free plugin: https://mesour-intellij-plugins.github.io/latte.html#migration
No branches or pull requests
When using block as part of another block, then phpstorm mark the ending tag as wrong.
Environment:
The text was updated successfully, but these errors were encountered: