-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.74 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.74 KB
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 "vendor/tree-sitter-python"]
path = vendor/tree-sitter-python
url = https://github.com/tree-sitter/tree-sitter-python
[submodule "vendor/tree-sitter-typescript"]
path = vendor/tree-sitter-typescript
url = https://github.com/tree-sitter/tree-sitter-typescript
[submodule "vendor/tree-sitter-javascript"]
path = vendor/tree-sitter-javascript
url = https://github.com/tree-sitter/tree-sitter-javascript
[submodule "vendor/tree-sitter-rust"]
path = vendor/tree-sitter-rust
url = https://github.com/tree-sitter/tree-sitter-rust
[submodule "vendor/tree-sitter-go"]
path = vendor/tree-sitter-go
url = https://github.com/tree-sitter/tree-sitter-go
[submodule "vendor/tree-sitter-zig"]
path = vendor/tree-sitter-zig
url = https://github.com/maxxnino/tree-sitter-zig
[submodule "vendor/tree-sitter-c"]
path = vendor/tree-sitter-c
url = https://github.com/tree-sitter/tree-sitter-c
[submodule "vendor/tree-sitter-cpp"]
path = vendor/tree-sitter-cpp
url = https://github.com/tree-sitter/tree-sitter-cpp
[submodule "vendor/tree-sitter-java"]
path = vendor/tree-sitter-java
url = https://github.com/tree-sitter/tree-sitter-java
[submodule "vendor/tree-sitter-kotlin"]
path = vendor/tree-sitter-kotlin
url = https://github.com/fwcd/tree-sitter-kotlin
[submodule "vendor/tree-sitter-c-sharp"]
path = vendor/tree-sitter-c-sharp
url = https://github.com/tree-sitter/tree-sitter-c-sharp
[submodule "vendor/tree-sitter-ruby"]
path = vendor/tree-sitter-ruby
url = https://github.com/tree-sitter/tree-sitter-ruby
[submodule "vendor/tree-sitter-php"]
path = vendor/tree-sitter-php
url = https://github.com/tree-sitter/tree-sitter-php
[submodule "vendor/tree-sitter-swift"]
path = vendor/tree-sitter-swift
url = https://github.com/alex-pinkus/tree-sitter-swift.git