tree-sitter-toml/scripts/setup-tree-sitter.sh

6 lines
168 B
Bash
Raw Normal View History

git clone https://github.com/ikatyang/tree-sitter --branch 0.16.7-custom --depth 1
cd tree-sitter
git submodule update --init
./script/build-wasm
cargo build --release