From 4d17da159fcc3b1c7a06ee97cc1994cbdeaf66c7 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sun, 13 Jul 2014 21:56:25 -0700 Subject: [PATCH] repo name tree_sitter -> tree-sitter --- README.md | 4 ++-- tree_sitter.gyp => project.gyp | 0 script/configure.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename tree_sitter.gyp => project.gyp (100%) diff --git a/README.md b/README.md index f3ab43df..272197bc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -tree_sitter +tree-sitter =========== A library for generating incremental LR parsers with integrated lexers -[![Build Status](https://travis-ci.org/maxbrunsfeld/tree_sitter.png?branch=master)](https://travis-ci.org/maxbrunsfeld/tree_sitter) +[![Build Status](https://travis-ci.org/maxbrunsfeld/tree-sitter.png?branch=master)](https://travis-ci.org/maxbrunsfeld/tree-sitter) ### References diff --git a/tree_sitter.gyp b/project.gyp similarity index 100% rename from tree_sitter.gyp rename to project.gyp diff --git a/script/configure.sh b/script/configure.sh index a9536bb3..637fecc5 100755 --- a/script/configure.sh +++ b/script/configure.sh @@ -3,7 +3,7 @@ set -e git submodule update --init --recursive -externals/gyp/gyp tree_sitter.gyp --depth . --format=make $@ +externals/gyp/gyp project.gyp --depth . --format=make $@ if [ "$1" == "-h" ]; then cat <<-HELP