emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hosting tree-sitter pre-built language definitions on ELPA?


From: Yuan Fu
Subject: Hosting tree-sitter pre-built language definitions on ELPA?
Date: Sat, 1 Oct 2022 21:47:11 -0700

Tree-sitter needs language definitions to parse different languages. These 
language definitions come in the form of dynamic libraries. We can’t bundle 
them with Emacs since their version must match that of tree-sitter library, and 
we don’t bundle the tree-sitter library; also they are machine-dependent.

I wonder if we can host pre-built language definitions for languages we provide 
tree-sitter support OOTB on ELPA, so users can easily download them?

Yuan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]