Open
Description
Hey there
I was looking into using the builtin treesit functionalities from Emacs 29+ and looked through available packages and how they work.
During my search I stumbled across this repository but also found https://github.com/kiennq/treesit-langs.
@kiennq 's fork seems to be older and besides makeing the tree-sitter libraries available to Emacs, it also provides a parser for the *.scm
files and a highlighting minor mode similar to the elisp-tree-sitter
package.
However, the highlighting files are also different from the ones in tree-sitter-langs
(at least in part, e.g. for Python).
Are there any plans to merge the work? From a user perspective it would be great to have a central place for tree-sitter packages.