Closed angeljqv closed 2 years ago
Hi I've did some updates. I hope this issue is fixed. https://github.com/haidubogdan/netbeans-php-blade-plugin/releases/tag/v.1.0.0.6-beta
This parse error for the snippet bellow is due to LESS parser, I think it's not directly related with the plugin.
@section('content')
<td style="mso-number-format:'@';"></td>
@endsection
This parse error for the snippet bellow is due to LESS parser
@section('content') <td style="mso-number-format:'@';"></td> @endsection
If you disable LESS parser
, Blade Sintax Error pop up, but it doesn't matter to me, thanks
From #12, I have that problem too, i don't know how to avoid it