haidubogdan / netbeans-php-blade-plugin

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

Blade directives break javascript highlighting after use them on comments #23

Closed parallels999 closed 2 years ago

parallels999 commented 2 years ago

Seems a small thing, but it is strange to me, maybe a bug

Example Blade Markdown:

<script>
var test1 = 'test';
/*@test('test')*/
var test2 = 'test';
function test(data) {}
if (test2) {}
</script>

Netbeans: After comment, highlighting stops working image

haidubogdan commented 2 years ago

ok, good observation. Thank you.

parallels999 commented 2 years ago

It seems fixed on the last release, thanks