emacs - In Spacemacs, how do I enable web-mode .blade.php files? -
what should put in .spacemacs web-mode
enabled instead of php-mode
.blade.php
files in laravel?
place following in $home/.spacemacs file, in dotspacemacs/user-config
function:
(add-to-list 'auto-mode-alist '("\\.blade.php\\'" . web-mode))
Comments
Post a Comment