Extract Dockerfile extension (#9832)

This PR extracts Dockerfile support into an extension and removes the
built-in Dockerfile support from Zed.

There's already an existing [Dockerfile
extension](https://github.com/d1y/dockerfile.zed) that was just missing
language server support. Language server support is being added to that
extension in https://github.com/d1y/dockerfile.zed/pull/2.

Release Notes:

- Removed built-in support for Dockerfile, in favor of making it
available as an extension. The Dockerfile extension will be suggested
for download when you open a `Dockerfile`.
This commit is contained in:
Marshall Bowers 2024-03-26 16:38:21 -04:00 committed by GitHub
parent 181dc86b48
commit 7807f23e2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 0 additions and 223 deletions

View file

@ -44,7 +44,6 @@ tree-sitter-clojure.workspace = true
tree-sitter-cpp.workspace = true
tree-sitter-css.workspace = true
tree-sitter-dart.workspace = true
tree-sitter-dockerfile.workspace = true
tree-sitter-elixir.workspace = true
tree-sitter-elm.workspace = true
tree-sitter-embedded-template.workspace = true