emacs-php / php-ts-mode

A Tree-sitter based major mode for editing PHP codes
GNU General Public License v3.0
20 stars 8 forks source link

Review syntax highlighting after tree-sitter-php 0.23.0 is released #70

Open piotrkwiecinski opened 3 months ago

piotrkwiecinski commented 3 months ago

Tree-sitter-php 0.23.0 is going to have some breaking changes to enable support for PHP 8.4.

Here is a related PR: https://github.com/tree-sitter/tree-sitter-php/pull/247