haidubogdan / netbeans-php-blade-plugin

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

Blade Sintax Error, Unexpected T_BLADE_CLOSE_ECHO #3

Closed systemsolutionweb closed 2 years ago

systemsolutionweb commented 2 years ago

I get Blade Sintax Error, Unexpected T_BLADE_CLOSE_ECHO if i do this

<script>
var a={a:{}};
</script>
haidubogdan commented 2 years ago

Hi thank you for the observation. I've pushed a new commit with the fixes for this issue. and I've also created a pre-release : https://github.com/haidubogdan/netbeans-php-blade-plugin/releases

systemsolutionweb commented 2 years ago

@haidubogdan thanks for answering, but it broke something on js highlight

Try this

<script>
var a; // test
var b='value';
</script>

I'm getting this on 12.5 image all the js looks as commented blocks

erikn69 commented 2 years ago

all the js looks as commented blocks

+1

haidubogdan commented 2 years ago

I've pushed a new release. Hope the issue will be fixed https://github.com/haidubogdan/netbeans-php-blade-plugin/releases/tag/nb122-126-03032022

systemsolutionweb commented 2 years ago

Fixed