-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitmodules
42 lines (42 loc) · 1.56 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "tree-sitter-java"]
path = tree-sitter-java
url = https://github.com/tree-sitter/tree-sitter-java
[submodule "tree-sitter-python"]
path = tree-sitter-python
url = https://github.com/tree-sitter/tree-sitter-python
[submodule "tree-sitter-ocaml"]
path = tree-sitter-ocaml
url = https://github.com/tree-sitter/tree-sitter-ocaml.git
[submodule "tree-sitter-r"]
path = tree-sitter-r
url = https://github.com/r-lib/tree-sitter-r
[submodule "tree-sitter-javascript"]
path = tree-sitter-javascript
url = https://github.com/tree-sitter/tree-sitter-javascript
[submodule "tree-sitter-typescript"]
path = tree-sitter-typescript
url = https://github.com/tree-sitter/tree-sitter-typescript.git
[submodule "tree-sitter-c"]
path = tree-sitter-c
url = https://github.com/tree-sitter/tree-sitter-c.git
[submodule "tree-sitter-ruby"]
path = tree-sitter-ruby
url = https://github.com/tree-sitter/tree-sitter-ruby.git
[submodule "tree-sitter-php"]
path = tree-sitter-php
url = https://github.com/tree-sitter/tree-sitter-php.git
[submodule "tree-sitter-c-sharp"]
path = tree-sitter-c-sharp
url = https://github.com/tree-sitter/tree-sitter-c-sharp.git
[submodule "tree-sitter-rust"]
path = tree-sitter-rust
url = https://github.com/tree-sitter/tree-sitter-rust
[submodule "tree-sitter-cmake"]
path = tree-sitter-cmake
url = https://github.com/uyha/tree-sitter-cmake
[submodule "tree-sitter-go"]
path = tree-sitter-go
url = https://github.com/tree-sitter/tree-sitter-go.git
[submodule "tree-sitter-kotlin"]
path = tree-sitter-kotlin
url = https://github.com/fwcd/tree-sitter-kotlin.git