forked from BrianHicks/tree-grepper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
18 lines (18 loc) · 796 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "vendor/tree-sitter-elm"]
path = vendor/tree-sitter-elm
url = https://github.com/elm-tooling/tree-sitter-elm
[submodule "vendor/tree-sitter-javascript"]
path = vendor/tree-sitter-javascript
url = https://github.com/tree-sitter/tree-sitter-javascript
[submodule "vendor/tree-sitter-ruby"]
path = vendor/tree-sitter-ruby
url = https://github.com/tree-sitter/tree-sitter-ruby
[submodule "vendor/tree-sitter-haskell"]
path = vendor/tree-sitter-haskell
url = https://github.com/tree-sitter/tree-sitter-haskell
[submodule "vendor/tree-sitter-rust"]
path = vendor/tree-sitter-rust
url = https://github.com/tree-sitter/tree-sitter-rust
[submodule "vendor/tree-sitter-typescript"]
path = vendor/tree-sitter-typescript
url = https://github.com/tree-sitter/tree-sitter-typescript.git