Skip to content

Commit

Permalink
Revert "add scope-queries for cobol (#1196)"
Browse files Browse the repository at this point in the history
This reverts commit c712a3f.
  • Loading branch information
calyptobai authored and anastasiya1155 committed Apr 24, 2024
1 parent 2d35fd5 commit a8d9e6a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 292 deletions.
1 change: 0 additions & 1 deletion server/bleep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ tree-sitter-cpp = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev
tree-sitter-ruby = "0.20.0"
tree-sitter-r = "0.19.5"
tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php" }
tree-sitter-COBOL = { git = "https://github.com/bloopai/tree-sitter-cobol" }
petgraph = { version = "0.6.4", default-features = false, features = ["serde-1"] }

# webserver
Expand Down
2 changes: 0 additions & 2 deletions server/bleep/src/intelligence/language.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mod c;
mod c_sharp;
mod cobol;
mod cpp;
mod go;
mod java;
Expand Down Expand Up @@ -33,7 +32,6 @@ pub static ALL_LANGUAGES: &[&TSLanguageConfig] = &[
&ruby::RUBY,
&r::R,
&php::PHP,
&cobol::COBOL,
];

/// A generic language wrapper type.
Expand Down
16 changes: 0 additions & 16 deletions server/bleep/src/intelligence/language/cobol/mod.rs

This file was deleted.

273 changes: 0 additions & 273 deletions server/bleep/src/intelligence/language/cobol/scopes.scm

This file was deleted.

0 comments on commit a8d9e6a

Please sign in to comment.