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

syntax highlighting #6

Closed piotrkwiecinski closed 1 year ago

piotrkwiecinski commented 1 year ago

add missing enum add missing function feature definition add definition for class,trait,enum declaration rework type definitions

It's not perfect. There are some artifacts to exclude in future:

phptsprogress

zonuexe commented 1 year ago

@piotrkwiecinski Great! Thank you!