-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 1.27 KB
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 1.27 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
[submodule "plugins/tree_sitter/tree-sitter"]
path = plugins/tree_sitter/tree-sitter
url = https://github.com/tree-sitter/tree-sitter.git
[submodule "plugins/tree_sitter/languages/tree-sitter-json"]
path = plugins/tree_sitter/languages/tree-sitter-json
url = https://github.com/tree-sitter/tree-sitter-json
[submodule "plugins/tree_sitter/languages/tree-sitter-cpp"]
path = plugins/tree_sitter/languages/tree-sitter-cpp
url = https://github.com/tree-sitter/tree-sitter-cpp
[submodule "plugins/tree_sitter/languages/tree-sitter-c"]
path = plugins/tree_sitter/languages/tree-sitter-c
url = https://github.com/tree-sitter/tree-sitter-c.git
[submodule "plugins/tree_sitter/languages/tree-sitter-html"]
path = plugins/tree_sitter/languages/tree-sitter-html
url = https://github.com/tree-sitter/tree-sitter-html.git
[submodule "plugins/tree_sitter/languages/tree-sitter-javascript"]
path = plugins/tree_sitter/languages/tree-sitter-javascript
url = https://github.com/tree-sitter/tree-sitter-javascript.git
[submodule "plugins/tree_sitter/languages/tree-sitter-css"]
path = plugins/tree_sitter/languages/tree-sitter-css
url = https://github.com/tree-sitter/tree-sitter-css.git
[submodule "thirdparty/skia"]
path = thirdparty/skia
url = https://github.com/google/skia.git