sourcegraph/.gitmodules
TJ DeVries 6187cdea71
syntax-highlighter: Add C# Support (#31811)
Add C# support and fix some multi-line bugs for tree-sitter highlighting
2022-03-02 12:02:36 -05:00

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