haidubogdan / netbeans-php-blade-plugin

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

Breaks Javascript highlighting #61

Closed cesarreyes3 closed 3 months ago

cesarreyes3 commented 3 months ago

image

<script>
/*@can('test')*/
console.log('test');
/*@endcan*/
console.log('test2');
</script>
haidubogdan commented 3 months ago

Hi, Thank you for the observation. I did a new release version 2.4.8.8 which should fix this issue.

cesarreyes3 commented 3 months ago

Thanks 👍