From 73d9b6a1d085b5fb400808b77d5c596561f08db5 Mon Sep 17 00:00:00 2001 From: qwjyh <62229267+qwjyh@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:00:20 +0900 Subject: [PATCH] add tinymist (#13) --- bucket/tinymist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/tinymist.json diff --git a/bucket/tinymist.json b/bucket/tinymist.json new file mode 100644 index 0000000..6e9b3ae --- /dev/null +++ b/bucket/tinymist.json @@ -0,0 +1,16 @@ +{ + "version": "0.11.15", + "description": "A brand-new language server for Typst", + "homepage": "https://github.com/Myriad-Dreamin/tinymist", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.11.15/tinymist-win32-x64.exe", + "hash": "2e57e341b782dfc43eaf29facb41a00113d64719c0fc048ab545998309614343" + } + }, + "bin": [ + ["tinymist-win32-x64.exe", "tinymist"] + ], + "checkver": "github" +}