[emacs] include smarty templates in multi-web mode

This commit is contained in:
Correl Roush 2013-10-22 11:09:04 -04:00
parent 257a5d9953
commit 7c3f2951e0

View file

@ -17,5 +17,5 @@
(setq mweb-tags '((php-mode "<\\?php\\|<\\? \\|<\\?=" "\\?>")
(js-mode "<script[^>]*>" "</script>")
(css-mode "<style[^>]*>" "</style>")))
(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)