mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2024-11-21 22:50:13 +09:00
add tinymist (#13)
This commit is contained in:
parent
641e6d2570
commit
73d9b6a1d0
1 changed files with 16 additions and 0 deletions
16
bucket/tinymist.json
Normal file
16
bucket/tinymist.json
Normal file
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue