mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/web: open templates/.+\.php$ in web-mode
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
:mode "\\.tsx$"
|
||||
:mode "\\.vue$"
|
||||
:mode "wp-content/themes/.+/.+\\.php$"
|
||||
:mode "templates/.+\\.php$"
|
||||
:config
|
||||
(add-hook 'web-mode-hook #'turn-off-smartparens-mode)
|
||||
(set! :company-backend 'web-mode '(company-web-html company-yasnippet))
|
||||
|
Reference in New Issue
Block a user