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

7 lines
202 B
Bash
Raw Normal View History

2019-08-31 07:14:13 -04:00
git clone https://github.com/tree-sitter/tree-sitter --branch 0.15.7 --depth 1
cd tree-sitter
git submodule update --init
git apply ../scripts/tree-sitter.diff
./script/build-wasm
cargo build --release