Changes bb
This commit is contained in:
18
init.el
18
init.el
@@ -114,15 +114,15 @@
|
|||||||
|
|
||||||
;;;; Web Related
|
;;;; Web Related
|
||||||
(use-package web-mode
|
(use-package web-mode
|
||||||
:init
|
:mode
|
||||||
(add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode))
|
(
|
||||||
(add-to-list 'auto-mode-alist '("\\.[agj]sp\\'" . web-mode))
|
".phtml$"
|
||||||
(add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode))
|
".html?$"
|
||||||
(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode))
|
".djtml$"
|
||||||
(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
|
".jsx?$"
|
||||||
(add-to-list 'auto-mode-alist '("\\.djhtml\\'" . web-mode))
|
".tsx?$"
|
||||||
(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package php-mode)
|
(use-package php-mode)
|
||||||
;;;; End Web related
|
;;;; End Web related
|
||||||
|
|||||||
Reference in New Issue
Block a user