From 75505be9a10e9f49d1a6f9f01d14b134a366c050 Mon Sep 17 00:00:00 2001 From: qwjyh <62229267+qwjyh@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:13:52 +0900 Subject: [PATCH] add typst-lsp (#10) * add typst-lsp * fixup! add typst-lsp --- bucket/typst-lsp.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bucket/typst-lsp.json diff --git a/bucket/typst-lsp.json b/bucket/typst-lsp.json new file mode 100644 index 0000000..15259a7 --- /dev/null +++ b/bucket/typst-lsp.json @@ -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/" + } +}