-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature (languages): c, cpp, go, python, rust
- Loading branch information
Brandhoej
committed
Mar 9, 2022
1 parent
b0b9c14
commit 7e609aa
Showing
9 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
[submodule "vendor/tree-sitter-javascript"] | ||
path = vendor/tree-sitter-javascript | ||
url = https://github.com/tree-sitter/tree-sitter-javascript.git | ||
[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.git | ||
[submodule "vendor/tree-sitter-python"] | ||
path = vendor/tree-sitter-python | ||
url = https://github.com/tree-sitter/tree-sitter-python | ||
[submodule "vendor/tree-sitter-rust"] | ||
path = vendor/tree-sitter-rust | ||
url = https://github.com/tree-sitter/tree-sitter-rust.git | ||
[submodule "vendor/tree-sitter-go"] | ||
path = vendor/tree-sitter-go | ||
url = https://github.com/tree-sitter/tree-sitter-go.git |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tree-sitter-c
added at
e348e8
Submodule tree-sitter-cpp
added at
a40396
Submodule tree-sitter-go
added at
0fa917
Submodule tree-sitter-python
added at
78c4e9
Submodule tree-sitter-rust
added at
0509e4