You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use nested block, and error is triggered.
Environment (please complete the following information):
PhpStorm version 20212.2.3
Plugin version 1.1.4-alfa4 (but it occurs also in stable version 1.1.3)
To Reproduce
Type-in the code blow.
Code
{block content}
{block title}
Title
{/block}
…
{/block}
The last {/block} is underlined with error: ", LatteTokenType.T_HTML_TAG_NATTR_NAME, LatteTokenType.T_MACRO_COMMENT or LatteTokenType.T_MACRO_OPEN_TAG_OPEN expected, got '{/'".
It is similar problem as in previously closed #109
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use nested block, and error is triggered.
Environment (please complete the following information):
To Reproduce
Type-in the code blow.
Code
The last {/block} is underlined with error: ", LatteTokenType.T_HTML_TAG_NATTR_NAME, LatteTokenType.T_MACRO_COMMENT or LatteTokenType.T_MACRO_OPEN_TAG_OPEN expected, got '{/'".
It is similar problem as in previously closed #109
The text was updated successfully, but these errors were encountered: