feat: add zed extension
This commit is contained in:
parent
d872e9e338
commit
3b116782cc
5 changed files with 901 additions and 1 deletions
11
zed-extension/extension.toml
Normal file
11
zed-extension/extension.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
id = "streamd"
|
||||
name = "Streamd"
|
||||
version = "0.0.1"
|
||||
schema_version = 1
|
||||
authors = ["Konstantin Fickel"]
|
||||
description = "Streamd LSP support for Zed editor"
|
||||
repository = "https://git.konstantinfickel.de/kfickel/streamd"
|
||||
|
||||
[language_servers.streamd]
|
||||
name = "Streamd LSP"
|
||||
languages = ["Markdown"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue