mesour-intellij-plugins / latte-pro-issues

2 stars 0 forks source link

Support for n:tag-if #156

Open Lumeriol opened 5 months ago

Lumeriol commented 5 months ago

n:tag-if is missing from the tag list, it is hidden in the documentation in the if-else section

<a href="..." n:tag-if="$clickable">Hello</a>

{* prints 'Hello' when $clickable is falsey *}
{* prints '<a href="...">Hello</a>' when $clickable is truthy *}