Extension Version
1.1.1
PHP Binary
Herd
Operating System
macOS
What happened?
I love how this extension highlights untranslated strings in blade files.
However, if the attribute has a colon-character prefix, the untranslated string is not highlighted.
This works:
<flux:input label="{{ __('Name') }}"></flux:input>
But this does not:
<flux:input :label="__('Name')"></flux:input>
Mimimal Code Sample