-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.gitmodules
72 lines (72 loc) · 3.13 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
[submodule "grammars/tree-sitter-php"]
path = grammars/tree-sitter-php
url = https://github.com/afnanenayet/tree-sitter-php.git
[submodule "grammars/tree-sitter-rust"]
path = grammars/tree-sitter-rust
url = https://github.com/afnanenayet/tree-sitter-rust.git
[submodule "grammars/tree-sitter-haskell"]
path = grammars/tree-sitter-haskell
url = https://github.com/tree-sitter/tree-sitter-haskell.git
[submodule "tree-sitter-c"]
path = tree-sitter-c
url = https://github.com/tree-sitter/tree-sitter-c.git
[submodule "grammars/tree-sitter-c"]
path = grammars/tree-sitter-c
url = https://github.com/afnanenayet/tree-sitter-c.git
[submodule "grammars/tree-sitter-bash"]
path = grammars/tree-sitter-bash
url = https://github.com/afnanenayet/tree-sitter-bash.git
[submodule "grammars/tree-sitter-css"]
path = grammars/tree-sitter-css
url = https://github.com/afnanenayet/tree-sitter-css.git
[submodule "grammars/tree-sitter-html"]
path = grammars/tree-sitter-html
url = https://github.com/tree-sitter/tree-sitter-html.git
[submodule "grammars/tree-sitter-ocaml"]
path = grammars/tree-sitter-ocaml
url = https://github.com/afnanenayet/tree-sitter-ocaml.git
[submodule "grammars/tree-sitter-typescript"]
path = grammars/tree-sitter-typescript
url = https://github.com/afnanenayet/tree-sitter-typescript.git
[submodule "grammars/tree-sitter-verilog"]
path = grammars/tree-sitter-verilog
url = https://github.com/tree-sitter/tree-sitter-verilog.git
[submodule "grammars/tree-sitter-julia"]
path = grammars/tree-sitter-julia
url = https://github.com/tree-sitter/tree-sitter-julia.git
[submodule "grammars/tree-sitter-agda"]
path = grammars/tree-sitter-agda
url = https://github.com/tree-sitter/tree-sitter-agda.git
[submodule "grammars/tree-sitter-scala"]
path = grammars/tree-sitter-scala
url = https://github.com/tree-sitter/tree-sitter-scala.git
[submodule "grammars/tree-sitter-swift"]
path = grammars/tree-sitter-swift
url = https://github.com/tree-sitter/tree-sitter-swift.git
[submodule "grammars/tree-sitter-cpp"]
path = grammars/tree-sitter-cpp
url = https://github.com/afnanenayet/tree-sitter-cpp.git
[submodule "grammars/tree-sitter-go"]
path = grammars/tree-sitter-go
url = https://github.com/afnanenayet/tree-sitter-go.git
[submodule "grammars/tree-sitter-c-sharp"]
path = grammars/tree-sitter-c-sharp
url = https://github.com/afnanenayet/tree-sitter-c-sharp.git
[submodule "grammars/tree-sitter-java"]
path = grammars/tree-sitter-java
url = https://github.com/afnanenayet/tree-sitter-java.git
[submodule "grammars/tree-sitter-python"]
path = grammars/tree-sitter-python
url = https://github.com/afnanenayet/tree-sitter-python.git
[submodule "grammars/tree-sitter-ruby"]
path = grammars/tree-sitter-ruby
url = https://github.com/afnanenayet/tree-sitter-ruby.git
[submodule "grammars/tree-sitter-hcl"]
path = grammars/tree-sitter-hcl
url = https://github.com/afnanenayet/tree-sitter-hcl
[submodule "grammars/tree-sitter-json"]
path = grammars/tree-sitter-json
url = https://github.com/afnanenayet/tree-sitter-json
[submodule "grammars/tree-sitter-markdown"]
path = grammars/tree-sitter-markdown
url = https://github.com/afnanenayet/tree-sitter-markdown.git