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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -