#!/bin/bash
echo "Downloading vendor for tree-grepper"
cd vendor
git clone https://github.com/tree-sitter/tree-sitter-rust.git
