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)