From 5772279644b54af70a1d0d369918b067804471c8 Mon Sep 17 00:00:00 2001 From: joshvera Date: Thu, 3 Dec 2015 15:47:16 -0500 Subject: [PATCH] use tree-sitter-js fork --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index df9c8f83d..f0c6ba8db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,7 +15,7 @@ url = https://github.com/maxbrunsfeld/tree-sitter.git [submodule "prototype/External/tree-sitter-javascript"] path = prototype/External/tree-sitter-javascript - url = https://github.com/maxbrunsfeld/tree-sitter-javascript.git + url = https://github.com/joshvera/tree-sitter-javascript.git [submodule "prototype/External/tree-sitter-c"] path = prototype/External/tree-sitter-c url = https://github.com/robrix/tree-sitter-c.git