No error is raised for a blade file containing something like the following where a closing bracket is missing:
{{ __("This should appear in your own language" }}
When attempting to view the rendered blade file, we get a PHP syntax error:
syntax error, unexpected token ";", expecting ")"
Duster should highlight this problem.