-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 1011 Bytes
/
Copy path.gitmodules
File metadata and controls
21 lines (21 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "tools/tree-sitter-lib/vendor/tree-sitter-python"]
path = tools/tree-sitter-lib/vendor/tree-sitter-python
url = https://github.com/tree-sitter/tree-sitter-python
[submodule "tools/tree-sitter-lib/vendor/tree-sitter-java"]
path = tools/tree-sitter-lib/vendor/tree-sitter-java
url = https://github.com/tree-sitter/tree-sitter-java
[submodule "tools/tree-sitter-lib/vendor/tree-sitter-c"]
path = tools/tree-sitter-lib/vendor/tree-sitter-c
url = https://github.com/tree-sitter/tree-sitter-c
[submodule "tools/tree-sitter-lib/vendor/tree-sitter-javascript"]
path = tools/tree-sitter-lib/vendor/tree-sitter-javascript
url = https://github.com/tree-sitter/tree-sitter-javascript
[submodule "benchmarks/QuixBugs"]
path = benchmarks/QuixBugs
url = https://github.com/jkoppel/QuixBugs
[submodule "benchmarks/Defects4J"]
path = benchmarks/Defects4J
url = https://github.com/rjust/defects4j
[submodule "benchmarks/Bears"]
path = benchmarks/Bears
url = https://github.com/bears-bugs/bears-benchmark