php-mode.el (lang/php-mode.el) Updated: 2 months ago Add to my watchlist
PHP mode for EmacsAn Emacs major mode for editing PHP code. Features: Syntax coloring and indenting; Documentation browse and search functions; Support for Imenu and SpeedBar; Customization options
Version: 1.25.0 License: GPL-3+
Maintainers | ryandesign |
Categories | lang editors |
Homepage | https://github.com/emacs-php/php-mode |
Platforms | any |
Variants | - |
"php-mode.el" depends on
lib (1)
build (1)
Ports that depend on "php-mode.el"
No ports
Port notes
To use this, put the following into your ~/.emacs:
(setq auto-mode-alist
(cons '("\\.php\\w?" . php-mode) auto-mode-alist))
(autoload 'php-mode "php-mode" "PHP mode." t)
Port Health:
Loading Port Health