feat(typst): add typst_lsp and tinymist (#93)

## Description

Add two typst language servers: `typst_lsp` and `tinymist`

* [typst_lsp](https://github.com/nvarner/typst-lsp)
* [tinymist](https://github.com/Myriad-Dreamin/tinymist)
This commit is contained in:
Abao 2024-10-22 17:10:46 +08:00 committed by GitHub
parent eff61e70b4
commit e901bc61d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -59,7 +59,9 @@ M.index = {
svlangserver = "https://raw.githubusercontent.com/eirikpre/VSCode-SystemVerilog/master/package.json", svlangserver = "https://raw.githubusercontent.com/eirikpre/VSCode-SystemVerilog/master/package.json",
tailwindcss = "https://raw.githubusercontent.com/tailwindlabs/tailwindcss-intellisense/master/packages/vscode-tailwindcss/package.json", tailwindcss = "https://raw.githubusercontent.com/tailwindlabs/tailwindcss-intellisense/master/packages/vscode-tailwindcss/package.json",
terraformls = "https://raw.githubusercontent.com/hashicorp/vscode-terraform/master/package.json", terraformls = "https://raw.githubusercontent.com/hashicorp/vscode-terraform/master/package.json",
tinymist = "https://raw.githubusercontent.com/Myriad-Dreamin/tinymist/refs/heads/main/editors/vscode/package.json",
ts_ls = "https://raw.githubusercontent.com/microsoft/vscode/main/extensions/typescript-language-features/package.json", ts_ls = "https://raw.githubusercontent.com/microsoft/vscode/main/extensions/typescript-language-features/package.json",
typst_lsp = "https://raw.githubusercontent.com/nvarner/typst-lsp/refs/heads/master/editors/vscode/package.json",
volar = "https://raw.githubusercontent.com/vuejs/language-tools/master/extensions/vscode/package.json", volar = "https://raw.githubusercontent.com/vuejs/language-tools/master/extensions/vscode/package.json",
vtsls = "https://raw.githubusercontent.com/yioneko/vtsls/main/packages/service/configuration.schema.json", vtsls = "https://raw.githubusercontent.com/yioneko/vtsls/main/packages/service/configuration.schema.json",
vuels = "https://raw.githubusercontent.com/vuejs/vetur/master/package.json", vuels = "https://raw.githubusercontent.com/vuejs/vetur/master/package.json",