fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.63k stars 262 forks source link

Doesn't handle PHP in blade templates #1286

Closed cheryllium closed 7 months ago

cheryllium commented 9 months ago

Web mode does not handle PHP in blade templates, whether using @php or <?php syntax. There is no syntax highlighting and no indentation at all.

Context is a Laravel application and the file type is *.blade.php.

fxbois commented 7 months ago

sorry but too difficult to implement