-
Notifications
You must be signed in to change notification settings - Fork 46
/
.gitmodules
45 lines (45 loc) · 2.28 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
43
44
45
[submodule "vendor/tree-sitter"]
path = tree-sitter/vendor/tree-sitter
url = https://github.com/tree-sitter/tree-sitter.git
[submodule "vendor/tree-sitter-go"]
path = tree-sitter-go/vendor/tree-sitter-go
url = https://github.com/tree-sitter/tree-sitter-go.git
[submodule "vendor/tree-sitter-json"]
path = tree-sitter-json/vendor/tree-sitter-json
url = https://github.com/tree-sitter/tree-sitter-json.git
[submodule "vendor/tree-sitter-python"]
path = tree-sitter-python/vendor/tree-sitter-python
url = https://github.com/tree-sitter/tree-sitter-python.git
[submodule "vendor/tree-sitter-ruby"]
path = tree-sitter-ruby/vendor/tree-sitter-ruby
url = https://github.com/tree-sitter/tree-sitter-ruby.git
[submodule "vendor/tree-sitter-typescript"]
path = tree-sitter-typescript/vendor/tree-sitter-typescript
url = https://github.com/tree-sitter/tree-sitter-typescript.git
[submodule "languages/php/vendor/tree-sitter-php"]
path = tree-sitter-php/vendor/tree-sitter-php
url = https://github.com/tree-sitter/tree-sitter-php
[submodule "languages/haskell/vendor/tree-sitter-haskell"]
path = tree-sitter-haskell/vendor/tree-sitter-haskell
url = https://github.com/tree-sitter/tree-sitter-haskell.git
[submodule "languages/java/vendor/tree-sitter-java"]
path = tree-sitter-java/vendor/tree-sitter-java
url = https://github.com/tree-sitter/tree-sitter-java.git
[submodule "languages/nix/vendor/tree-sitter-nix"]
path = tree-sitter-nix/vendor/tree-sitter-nix
url = https://github.com/cstrahan/tree-sitter-nix
[submodule "languages/tsx/vendor/tree-sitter-typescript"]
path = tree-sitter-tsx/vendor/tree-sitter-typescript
url = https://github.com/tree-sitter/tree-sitter-typescript
[submodule "tree-sitter-ql/vendor/tree-sitter-ql"]
path = tree-sitter-ql/vendor/tree-sitter-ql
url = https://github.com/tree-sitter/tree-sitter-ql
[submodule "tree-sitter-rust/vendor/tree-sitter-rust"]
path = tree-sitter-rust/vendor/tree-sitter-rust
url = https://github.com/tree-sitter/tree-sitter-rust
[submodule "tree-sitter-c-sharp/vendor/tree-sitter-c-sharp"]
path = tree-sitter-c-sharp/vendor/tree-sitter-c-sharp
url = https://github.com/tree-sitter/tree-sitter-c-sharp
[submodule "tree-sitter-ocaml/vendor/tree-sitter-ocaml"]
path = tree-sitter-ocaml/vendor/tree-sitter-ocaml
url = https://github.com/tree-sitter/tree-sitter-ocaml