[Fix #602] Associate .tpl files with web-mode
This commit is contained in:
parent
fa40fc8a7e
commit
5bee586f0a
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
(add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode))
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.tpl\\'" . web-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.jsp\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.jsp\\'" . web-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode))
|
||||||
|
|
Loading…
Reference in a new issue