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:
parent
7807f23e2a
commit
3676ca879b
14 changed files with 145 additions and 157 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue