forked from sourcegraph/sourcegraph-public-snapshot
-
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.
lsif typed syntax highlighter v0.1 (sourcegraph#30016)
* (syntax-highlighter): tree-sitter,lsif-typed * lsif_typed -> lsiftyped * doc updates * update docker images to match .tool-versions * fixup: Remove submodules when running backcompat tests
- Loading branch information
Showing
68 changed files
with
7,503 additions
and
1,548 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[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 |
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
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
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ trivy 0.20.0 | |
kustomize 4.0.5 | ||
awscli 2.4.7 | ||
python system | ||
rust 1.58.0 |
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
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
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
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 |
---|---|---|
|
@@ -41,6 +41,7 @@ export const createBlobContentResult = ( | |
highlight: { | ||
aborted: false, | ||
html, | ||
lsif: '', | ||
}, | ||
}, | ||
}, | ||
|
Oops, something went wrong.