Closed sandrodz closed 6 years ago
Hi, the problem seems to come from the parentheses. Use if prod
instead of if(prod)
.
I will try to fix that.
Hi, you can use composer update
to update the Phug lexer. The syntax if(prod)
is now valid.
Thanks! works now.
Hello,
I encountered an issue with the following code:
In nested
if else
else is causing error:Thanks!