zed/extensions/astro/extension.toml
Marshall Bowers 6a079cbdc3
astro: Bump to v0.1.0 (#15172)
This PR bumps the Astro extension to v0.1.0.

Changes:

- #14849
- #15010
- #15011

Release Notes:

- N/A
2024-07-25 08:16:28 -04:00

16 lines
446 B
TOML

id = "astro"
name = "Astro"
description = "Astro support."
version = "0.1.0"
schema_version = 1
authors = ["Alvaro Gaona <alvgaona@gmail.com>", "0xk1f0 <dev@k1f0.dev>"]
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 = "4be180759ec13651f72bacee65fa477c64222a1a"