mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 21:00:35 +00:00
af79e6b423
Update upstream
4be180759e
This will solve #11827
Before:
<img width="644" alt="image"
src="https://github.com/zed-industries/zed/assets/45585937/f6b10667-9197-4e5d-8513-78ce3d22f9e7">
After:
<img width="700" alt="image"
src="https://github.com/zed-industries/zed/assets/45585937/7bd7b0e6-e73c-4d1d-abd6-d6b2d88e97a6">
Release Notes:
- N/A
15 lines
421 B
TOML
15 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 = "4be180759ec13651f72bacee65fa477c64222a1a"
|