add typst-lsp (#10)

* add typst-lsp

* fixup! add typst-lsp
This commit is contained in:
qwjyh 2024-04-15 21:13:52 +09:00 committed by GitHub
parent 2f89f9fbbc
commit 75505be9a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
bucket/typst-lsp.json Normal file
View file

@ -0,0 +1,18 @@
{
"version": "0.13.0",
"description": "A brand-new language server for Typst",
"homepage": "https://github.com/nvarner/typst-lsp",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nvarner/typst-lsp/releases/download/v0.13.0/typst-lsp-x86_64-pc-windows-msvc.exe",
"hash": "8dd872bdefc0575db7de5457eca2722d71af13b2e889288828052b791760842d"
}
},
"bin": [
["typst-lsp-x86_64-pc-windows-msvc.exe", "typst-lsp"]
],
"checkver": {
"github": "https://github.com/nvarner/typst-lsp/releases/"
}
}