Clone fixture grammars from new tree-sitter org
This commit is contained in:
parent
e90a425618
commit
5a595d6e70
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ for grammar in ${GRAMMARS[@]}; do
|
|||
echo "Fetching ${grammar} grammar..."
|
||||
|
||||
grammar_dir=${GRAMMARS_DIR}/${grammar}
|
||||
grammar_url=https://github.com/maxbrunsfeld/tree-sitter-${grammar}
|
||||
grammar_url=https://github.com/tree-sitter/tree-sitter-${grammar}
|
||||
|
||||
if [ ! -d $grammar_dir ]; then
|
||||
git clone $grammar_url $grammar_dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue