mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] include smarty templates in multi-web mode
This commit is contained in:
parent
257a5d9953
commit
7c3f2951e0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue