Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该在 .spacemacs 中放入什么,以便web-mode启用它而不是 Laravel 中php-mode的.blade.php文件?
web-mode
php-mode
.blade.php
将以下内容放在$HOME/.spacemacs文件的dotspacemacs/user-config函数中:
dotspacemacs/user-config
(add-to-list 'auto-mode-alist '("\\.blade.php\\'" . web-mode))