haidubogdan / netbeans-php-blade-plugin

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

Colon `:` breaks PHP comments hightlight on blade directives #62

Closed parallels999 closed 2 months ago

parallels999 commented 2 months ago

Colon : breaks PHP comments hightlight on blade directives

image

@test(/*$bool_flag ? 'string 1' : 'string 2'*/)

@test(/*$bool_flag ? 'string 1'   'string 2'*/)

In certain cases I have experienced freezes using this type of conditions when typing the colon, I have not yet isolated how to replicate the problem because it does not always happen, but when it does I must terminate netbeans

parallels999 commented 2 months ago

Thank you 🚀🎉❤️