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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

authentication - Mongodb revoke acccess to connect test database -

python - Scipy.Odr multiple variable regression -