aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-mmm-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove mmm-mode, php-mode :: only web-modeJesús2018-11-121-29/+0
| | | | | | | | | Working in PHP languages with HTML is a daily task. In the first instance I tried to combine its syntax with multi-web-mode but it consumed a lot of resources. In the second instance I made the language reader using mmm-mode, reading php-mode in web mode. However this has not been enough because the color problems between modes produce bugs. Now only the web-mode for PHP works, and I have managed to activate PHP flycheck for web-mode.
* Improve mmm-modeJesús2018-11-101-7/+20
|
* Added support for PHP + HTML combined with the help of mmm-modeJesús2018-11-061-0/+16
Note: remember that working with PHP and combined HTML isn't a best practice