rentalhost/laravel-insight

Blade: advanced folding support

rentalhost opened this issue · 0 comments

Following #21

Due to Blade plugin implementation, some kind of Blade statements are not supported. It should be hardcoded until it be fixed (WI-36875).

Consider:

  • Supports to @php to @endphp;
  • Supports to @push to @endpush;
  • Supports to @hassection to @else, @elseif and @endif;