1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 08:10:47 -07:00
emacs/admin/notes/tree-sitter/build-module
..
batch.sh
build.sh
README

To build the language definition for a particular language, run

    ./build.sh <language>

eg,

    ./build.sh html

The dynamic module will be in /dist directory

To build all modules at once, run

    ./batch.sh

This gives you C, JSON, Go, HTML, Javascript, CSS, Python, Typescript,
C#, C++, Rust. More can be added to batch.sh unless it's directory
strucure is not standard.