-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy path.gitmodules
58 lines (58 loc) · 2.02 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
[submodule "parsers/java"]
path = parsers/java
url = https://github.com/tree-sitter/tree-sitter-java.git
[submodule "parsers/bash"]
path = parsers/bash
url = https://github.com/tree-sitter/tree-sitter-bash.git
[submodule "parsers/c"]
path = parsers/c
url = https://github.com/tree-sitter/tree-sitter-c.git
[submodule "parsers/cpp"]
path = parsers/cpp
url = https://github.com/tree-sitter/tree-sitter-cpp.git
[submodule "parsers/c-sharp"]
path = parsers/c_sharp
url = https://github.com/tree-sitter/tree-sitter-c-sharp.git
[submodule "parsers/python"]
path = parsers/python
url = https://github.com/tree-sitter/tree-sitter-python.git
[submodule "parsers/php"]
path = parsers/php
url = https://github.com/tree-sitter/tree-sitter-php.git
[submodule "parsers/javascript"]
path = parsers/javascript
url = https://github.com/tree-sitter/tree-sitter-javascript.git
[submodule "parsers/elm"]
path = parsers/elm
url = https://github.com/elm-tooling/tree-sitter-elm.git
[submodule "parsers/typescript"]
path = parsers/typescript
url = https://github.com/tree-sitter/tree-sitter-typescript.git
[submodule "parsers/modelica"]
path = parsers/modelica
url = https://github.com/rien/tree-sitter-modelica.git
[submodule "parsers/r"]
path = parsers/r
url = https://github.com/r-lib/tree-sitter-r.git
branch = next
[submodule "parsers/sql"]
path = parsers/sql
url = https://github.com/rien/tree-sitter-sql.git
[submodule "parsers/verilog"]
path = parsers/verilog
url = https://github.com/tree-sitter/tree-sitter-verilog.git
[submodule "parsers/scala"]
path = parsers/scala
url = https://github.com/tree-sitter/tree-sitter-scala.git
[submodule "parsers/groovy"]
path = parsers/groovy
url = https://github.com/murtaza64/tree-sitter-groovy.git
[submodule "parsers/go"]
path = parsers/go
url = https://github.com/tree-sitter/tree-sitter-go.git
[submodule "parsers/rust"]
path = parsers/rust
url = https://github.com/tree-sitter/tree-sitter-rust.git
[submodule "parsers/ocaml"]
path = parsers/ocaml
url = https://github.com/rien/tree-sitter-ocaml.git