Extract Astro support into an extension (#9835)

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

Release Notes:

- Removed built-in support for Astro, in favor of making it available as
an extension. The Astro extension will be suggested for download when
you open a `.astro` file.
This commit is contained in:
Marshall Bowers 2024-03-26 18:50:08 -04:00 committed by GitHub
parent 7807f23e2a
commit 3676ca879b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 145 additions and 157 deletions

View file

@ -36,7 +36,6 @@ shellexpand.workspace = true
smol.workspace = true
task.workspace = true
toml.workspace = true
tree-sitter-astro.workspace = true
tree-sitter-bash.workspace = true
tree-sitter-c-sharp.workspace = true
tree-sitter-c.workspace = true