multi-web-mode
multi-web-mode copied to clipboard
Multi Web Mode is a minor mode wich makes web editing in Emacs much easier.
Thanks for your emacs extension. I'm using the latest multi-web-mode for PHP/HTML editing, it can recognise html and php very accurately. However, PHP indentation is incorrect, please see the image:...
Hello, I was wondering if multi-web-mode could be re-engineered to work inside [minted](https://ctan.org/tex-archive/macros/latex/contrib/minted/) environments on AucTeX for all the programming languages covered by Pygments. This would allow maximum flexibility when...
For 20 years i've been fighting with emacs' indentation of JS code in SCRIPT tags. Three minutes after installing this (which i stumbled across in a stackoverflow answer), my problems...
See https://github.com/capitaomorte/autopair/issues/32 - author suggested reporting here. Deleting a closing paren with autopiar-mode and multi-web-mode both on causes an elisp error.
...with a user-friendly diagnostic. Otherwise the error is a mysterious Error in post-command-hook (mweb-post-command-hook): (invalid-function (quote mode))
Hi... is there a way to dynamically change the mweb-default-major-mode... once a file has been opened. I've started a new role developing coldfusion. Here files can be written using either...
Hi, thanks for a plug-in with a lot of potential. It seems like the evil-mode modes are lost when the plug-in changes major mode. Like if I am in Visual...
Consider this file: ``` I'm using multi-web-mode function a() { console.log("a"); } ``` When I move down inside the script multi-web-mode enables javascript-mode on the whole buffer. But javascript-mode gets...
``` (setq mweb-tags '((php-mode "" ""))) ``` Above is how we initialize major mode selector (how I can call it?). I think, it is useful when `mweb` permits to add...
Big fan of [git-emacs](https://github.com/tsgates/git-emacs) here. When a mode switch occurs the modeline indicator disappears.