Skip to content

Instantly share code, notes, and snippets.

@mariusk
Created August 12, 2014 17:27
Show Gist options
  • Save mariusk/0000d1c4c75d868f965b to your computer and use it in GitHub Desktop.
Save mariusk/0000d1c4c75d868f965b to your computer and use it in GitHub Desktop.
(require 'multi-web-mode)
(setq mweb-default-major-mode 'html-mode)
(setq mweb-tags '((php-mode "<\\?php\\|<\\? \\|<\\?=" "\\?>")
(js-mode "<script +\\(type=\"text/javascript\"\\|language=\"javascript\"\\)[^>]*>" "</script>")
(js-mode "<script>" "</script>")
(css-mode "<style +type=\"text/css\"[^>]*>" "</style>")))
(setq mweb-filename-extensions '("php" "htm" "html" "ctp" "phtml" "php4" "php5"))
(multi-web-global-mode 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment