zed/extensions/astro/extension.toml
Thorsten Ball 00dfd217d8
astro: Bump version to 0.0.3 (#12744)
(Forgot in the other PR)

Release Notes:

- N/A
2024-06-06 19:17:51 +02:00

16 lines
421 B
TOML

id = "astro"
name = "Astro"
description = "Astro support."
version = "0.0.3"
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 = "4be180759ec13651f72bacee65fa477c64222a1a"