Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mmm-mode, php-mode :: only web-mode | Jesús | 2018-11-12 | 1 | -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-mode | Jesús | 2018-11-10 | 1 | -7/+20 |
| | |||||
* | Added support for PHP + HTML combined with the help of mmm-mode | Jesús | 2018-11-06 | 1 | -0/+16 |
Note: remember that working with PHP and combined HTML isn't a best practice |