mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
0563472832
Moves to using the npm package as installation method. Release Notes: - N/A
20 lines
524 B
TOML
20 lines
524 B
TOML
id = "html"
|
|
name = "HTML"
|
|
description = "HTML support."
|
|
version = "0.1.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"
|