From 4463d0ab2d7b1ec8e28e67950aee99fadb8d356e Mon Sep 17 00:00:00 2001 From: qwjyh Date: Tue, 16 Jul 2024 16:21:15 +0900 Subject: [PATCH] add tinymist --- 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" +}