mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
13 lines
559 B
Plaintext
13 lines
559 B
Plaintext
[submodule "tree-sitter-go"]
|
|
path = docker-images/syntax-highlighter/crates/sg-syntax/languages/tree-sitter-go
|
|
url = https://github.com/tree-sitter/tree-sitter-go
|
|
shallow = true
|
|
[submodule "tree-sitter-sql"]
|
|
path = docker-images/syntax-highlighter/crates/sg-syntax/languages/tree-sitter-sql
|
|
url = https://github.com/m-novikov/tree-sitter-sql
|
|
shallow = true
|
|
[submodule "tree-sitter-c_sharp"]
|
|
path = docker-images/syntax-highlighter/crates/sg-syntax/languages/tree-sitter-c_sharp
|
|
url = https://github.com/tree-sitter/tree-sitter-c-sharp
|
|
shallow = true
|