haidubogdan / netbeans-php-blade-plugin

Netbeans 18+ module plugin for php blade template files
Apache License 2.0
26 stars 4 forks source link

No highlight open tags `@canany`/`@endcanany` when selecting end tags #38

Closed angeljqv closed 6 months ago

angeljqv commented 6 months ago

~@can/@canany are laravel core but shows unknown directive,~ Fix on v2.0.5 ~also no highlight tags, if you select open/close canany, the counterpart is not highlighted, it is difficult to find where the block starts/ends~ On can/@canany not works highlight on selecting end tag

image

@canany([''])

@endcanany

@can('')

@endcan
haidubogdan commented 6 months ago