Medalink / laravel-blade

This package adds syntax definitions for the Laravel Blade engine.
http://www.laravel.com
MIT License
421 stars 103 forks source link

Doesn't highlight alpinejs properly. #196

Closed OzanKurt closed 1 year ago

OzanKurt commented 1 year ago

image

OzanKurt commented 1 year ago

image

deathaxe commented 1 year ago

I'd say this requires a dedicated syntax and is out of scope of a basic "Blade" syntax. Can't be expected to work as combinding Blade and vue.js wouldn't.

deathaxe commented 1 year ago

We can at least make sure attribute values are scoped as string after @click.

Scoping attribute values as javascript is however out of scope.

OzanKurt commented 1 year ago

Thanks!