From 7c3f2951e0e7ae67348ddeb0e5348fc972fc697f Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 22 Oct 2013 11:09:04 -0400 Subject: [PATCH] [emacs] include smarty templates in multi-web mode --- .emacs.d/init.d/php.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.d/php.el b/.emacs.d/init.d/php.el index 0b8dd78..56eaf59 100644 --- a/.emacs.d/init.d/php.el +++ b/.emacs.d/init.d/php.el @@ -17,5 +17,5 @@ (setq mweb-tags '((php-mode "<\\?php\\|<\\? \\|<\\?=" "\\?>") (js-mode "]*>" "") (css-mode "]*>" ""))) -(setq mweb-filename-extensions '("php" "htm" "html" "ctp" "phtml" "php4" "php5")) +(setq mweb-filename-extensions '("php" "htm" "html" "ctp" "phtml" "php4" "php5" "tpl")) (multi-web-global-mode 1)