mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
3676ca879b
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.
16 lines
421 B
TOML
16 lines
421 B
TOML
id = "astro"
|
|
name = "Astro"
|
|
description = "Astro support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Alvaro Gaona <alvgaona@gmail.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.astro-language-server]
|
|
name = "Astro Language Server"
|
|
language = "Astro"
|
|
|
|
[grammars.astro]
|
|
repository = "https://github.com/virchau13/tree-sitter-astro"
|
|
commit = "dfa0893bdc4bdfada102043404758c66e3580568"
|