emacs-php / php-mode

A powerful and flexible Emacs major mode for editing PHP scripts
GNU General Public License v3.0
583 stars 118 forks source link

Make php-mode inherit from php-base-mode instead of c-mode #772

Closed zonuexe closed 10 months ago

zonuexe commented 10 months ago

Add php-base-mode like js-base-mode for enhanced interoperability with php-ts-mode.

You can use php-base-mode-hook for common configuration of php-mode and php-ts-mode.

closes https://github.com/emacs-php/php-mode/pull/678