From 7b6f185884f26a4e683155ac2753d2cfe4720e65 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 26 Oct 2015 15:03:47 -0400 Subject: [PATCH] Add tree-sitter as a submodule. --- .gitmodules | 3 +++ prototype/External/tree-sitter | 1 + 2 files changed, 4 insertions(+) create mode 160000 prototype/External/tree-sitter diff --git a/.gitmodules b/.gitmodules index 1beb71e67..b573ee43c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "prototype/External/SwiftCheck"] path = prototype/External/SwiftCheck url = https://github.com/typelift/SwiftCheck.git +[submodule "prototype/External/tree-sitter"] + path = prototype/External/tree-sitter + url = https://github.com/maxbrunsfeld/tree-sitter.git diff --git a/prototype/External/tree-sitter b/prototype/External/tree-sitter new file mode 160000 index 000000000..1829b34c6 --- /dev/null +++ b/prototype/External/tree-sitter @@ -0,0 +1 @@ +Subproject commit 1829b34c6f72ed890310b8d523e861f950fb0687