mesour-intellij-plugins / latte-pro-issues

2 stars 0 forks source link

Missing errors for invalid syntax #85

Open SendiMyrkr opened 1 year ago

SendiMyrkr commented 1 year ago

Following examples looks like fine in plugin, but throw exceptions at run

{var string $base64Id = {base64_encode($branch->id)}} => Latte throws Unexpected '{' exception {$base64Id{asd}} => Latte throws unterminated string exception

mesour commented 5 months ago

@SendiMyrkr will be solved in 2.0.0

image