mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-23 21:05:08 +00:00
This PR bumps the version of the HTML extension to v0.3.1. Release Notes: - N/A Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
19 lines
524 B
TOML
19 lines
524 B
TOML
id = "html"
|
|
name = "HTML"
|
|
description = "HTML support."
|
|
version = "0.3.1"
|
|
schema_version = 1
|
|
authors = ["Isaac Clayton <slightknack@gmail.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.vscode-html-language-server]
|
|
name = "vscode-html-language-server"
|
|
language = "HTML"
|
|
|
|
[language_servers.vscode-html-language-server.language_ids]
|
|
"HTML" = "html"
|
|
"CSS" = "css"
|
|
|
|
[grammars.html]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-html"
|
|
commit = "bfa075d83c6b97cd48440b3829ab8d24a2319809"
|