Skip to content
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

End tag block is considered wrong when another block included #198

Open
nedik007 opened this issue Jun 27, 2022 · 2 comments
Open

End tag block is considered wrong when another block included #198

nedik007 opened this issue Jun 27, 2022 · 2 comments

Comments

@nedik007
Copy link

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:

  • PhpStorm version [2021.2.4]
  • Plugin version [1.1.5]
@krasnyt
Copy link

krasnyt commented Feb 22, 2023

This would be very nice to fix.

@mesour
Copy link
Collaborator

mesour commented Sep 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants