This repo tries to implement as many major modes as possible for use with the new feature branch version of tree sitter for emacs. We implement font locking and indentation.
Supporting modes that have an emacs native mode is out of scope for this package. That should be handled by emacs proper. Also, this mode only supports tree-sitter related functionality. If your mode does a lot more than indenting, navigation and font locking, consider using that instead.