Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit cb67af1

Browse files
committed
Remove cpp
1 parent 9cbef72 commit cb67af1

File tree

5 files changed

+0
-659
lines changed

5 files changed

+0
-659
lines changed

docker-images/syntax-highlighter/Cargo.lock

-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-images/syntax-highlighter/crates/sg-syntax/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ tree-sitter-scala = { git = "https://github.com/sourcegraph/tree-sitter-scala" }
5050
tree-sitter-xlsg = { git = "https://github.com/sourcegraph/tree-sitter-xlsg" }
5151

5252
tree-sitter-c = "0.20.2"
53-
tree-sitter-cpp = "0.20.0"
5453
tree-sitter-java = "0.20.0"
5554
tree-sitter-javascript = "0.20.0"
5655
tree-sitter-python = "0.20.2"

docker-images/syntax-highlighter/crates/sg-syntax/queries/cpp/highlights.scm

-114
This file was deleted.

docker-images/syntax-highlighter/crates/sg-syntax/src/sg_treesitter.rs

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ lazy_static::lazy_static! {
150150
static ref CONFIGURATIONS: HashMap<&'static str, HighlightConfiguration> = {
151151
create_configurations!(
152152
c,
153-
cpp,
154153
c_sharp,
155154
go,
156155
java,

0 commit comments

Comments
 (0)