Open zonuexe opened 1 year ago
What important things to do for php-ts-mode
work?
GNU Emacs is about to ship a library with the same name (i.e. php-ts-mode
) which is written by a different person named Vincenzo Pupillo:
https://mail.gnu.org/archive/html/bug-gnu-emacs/2024-06/msg00294.html
It's already in the master branch. It seems to contain more code (1654 lines) than the source file in this repository, but I don't know if it is better in features/quality. What will you do?
I mentioned it in https://github.com/emacs-php/php-ts-mode/pull/71#issuecomment-2181411016.
It's already ie emacs master and it's more feature complete than what we have.
It already includes support for:
I reckon it would be the best to deprecate this repo and point people to the core and send patches to Emacs directly.
We could start with porting indentation tests from this repo.
Organize TODOs for submitting
php-ts-mode
package to GNU ELPA.