-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
21 lines (21 loc) · 1.06 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "tree-sitter/grammars/tree-sitter-python"]
path = tree-sitter/grammars/tree-sitter-python
url = https://github.com/tree-sitter/tree-sitter-python
[submodule "tree-sitter/tree-sitter"]
path = tree-sitter/tree-sitter
url = https://github.com/tree-sitter/tree-sitter
[submodule "tree-sitter/grammars/tree-sitter-go"]
path = tree-sitter/grammars/tree-sitter-go
url = https://github.com/tree-sitter/tree-sitter-go
[submodule "tree-sitter/grammars/tree-sitter-typescript"]
path = tree-sitter/grammars/tree-sitter-typescript
url = https://github.com/tree-sitter/tree-sitter-typescript
[submodule "tree-sitter/grammars/tree-sitter-java"]
path = tree-sitter/grammars/tree-sitter-java
url = https://github.com/tree-sitter/tree-sitter-java
[submodule "tree-sitter/grammars/tree-sitter-c-sharp"]
path = tree-sitter/grammars/tree-sitter-c-sharp
url = https://github.com/tree-sitter/tree-sitter-c-sharp
[submodule "tree-sitter/grammars/tree-sitter-javascript"]
path = tree-sitter/grammars/tree-sitter-javascript
url = https://github.com/tree-sitter/tree-sitter-javascript