From 5bee586f0ae83d00c258859e36d9d5acb6cc922a Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 15 Jul 2014 11:40:18 +0300 Subject: [PATCH] [Fix #602] Associate .tpl files with web-mode --- modules/prelude-web.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/prelude-web.el b/modules/prelude-web.el index 2dc8b03..741c2ff 100644 --- a/modules/prelude-web.el +++ b/modules/prelude-web.el @@ -38,6 +38,7 @@ (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\\'" . 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 '("\\.as[cp]x\\'" . web-mode))