forked from Dav1dde/PepegSitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
87 lines (87 loc) · 3.22 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[submodule "sitters/tree-sitter-python"]
path = sitters/tree-sitter-python
url = https://github.com/tree-sitter/tree-sitter-python.git
shallow = true
[submodule "sitters/tree-sitter-bash"]
path = sitters/tree-sitter-bash
url = https://github.com/tree-sitter/tree-sitter-bash.git
shallow = true
[submodule "sitters/tree-sitter-c"]
path = sitters/tree-sitter-c
url = https://github.com/tree-sitter/tree-sitter-c.git
shallow = true
[submodule "sitters/tree-sitter-cpp"]
path = sitters/tree-sitter-cpp
url = https://github.com/tree-sitter/tree-sitter-cpp.git
shallow = true
[submodule "sitters/tree-sitter-javascript"]
path = sitters/tree-sitter-javascript
url = https://github.com/tree-sitter/tree-sitter-javascript.git
shallow = true
[submodule "sitters/tree-sitter-json"]
path = sitters/tree-sitter-json
url = https://github.com/tree-sitter/tree-sitter-json.git
shallow = true
[submodule "sitters/tree-sitter-rust"]
path = sitters/tree-sitter-rust
url = https://github.com/tree-sitter/tree-sitter-rust.git
shallow = true
[submodule "sitters/tree-sitter-typescript"]
path = sitters/tree-sitter-typescript
url = https://github.com/tree-sitter/tree-sitter-typescript.git
shallow = true
[submodule "sitters/tree-sitter-yaml"]
path = sitters/tree-sitter-yaml
url = https://github.com/ghishadow/tree-sitter-yaml.git
shallow = true
[submodule "sitters/tree-sitter-toml"]
path = sitters/tree-sitter-toml
url = https://github.com/ikatyang/tree-sitter-toml
shallow = true
[submodule "sitters/tree-sitter-java"]
path = sitters/tree-sitter-java
url = https://github.com/tree-sitter/tree-sitter-java.git
shallow = true
[submodule "sitters/tree-sitter-html"]
path = sitters/tree-sitter-html
url = https://github.com/tree-sitter/tree-sitter-html.git
shallow = true
[submodule "sitters/tree-sitter-go"]
path = sitters/tree-sitter-go
url = https://github.com/tree-sitter/tree-sitter-go.git
shallow = true
[submodule "sitters/tree-sitter-d"]
path = sitters/tree-sitter-d
url = https://github.com/gdamore/tree-sitter-d.git
shallow = true
[submodule "sitters/tree-sitter-css"]
path = sitters/tree-sitter-css
url = https://github.com/tree-sitter/tree-sitter-css.git
shallow = true
[submodule "sitters/tree-sitter-lua"]
path = sitters/tree-sitter-lua
url = https://github.com/Azganoth/tree-sitter-lua.git
shallow = true
[submodule "sitters/tree-sitter-haskell"]
path = sitters/tree-sitter-haskell
url = https://github.com/tree-sitter/tree-sitter-haskell.git
shallow = true
[submodule "sitters/tree-sitter-vim"]
path = sitters/tree-sitter-vim
url = https://github.com/neovim/tree-sitter-vim.git
shallow = true
[submodule "sitters/tree-sitter-markdown"]
path = sitters/tree-sitter-markdown
url = https://github.com/ikatyang/tree-sitter-markdown
[submodule "sitters/tree-sitter-elixir"]
path = sitters/tree-sitter-elixir
url = https://github.com/elixir-lang/tree-sitter-elixir.git
[submodule "sitters/tree-sitter-erlang"]
path = sitters/tree-sitter-erlang
url = https://github.com/WhatsApp/tree-sitter-erlang.git
[submodule "sitters/tree-sitter-perl"]
path = sitters/tree-sitter-perl
url = https://github.com/ganezdragon/tree-sitter-perl
[submodule "sitters/tree-sitter-ruby"]
path = sitters/tree-sitter-ruby
url = https://github.com/tree-sitter/tree-sitter-ruby