feat: link sublime text support (#519)

This commit is contained in:
Myriad-Dreamin 2024-08-10 20:42:50 +08:00 committed by GitHub
parent 5381914951
commit bbeca48e2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 0 deletions

View file

@ -23,6 +23,7 @@
- #chapter("frontend/main.typ")[Editor Frontends]
- #chapter("frontend/vscode.typ")[VS Cod(e,ium)]
- #chapter("frontend/neovim.typ")[NeoVim]
- #chapter("frontend/sublime-text.typ")[Sublime Text]
- #chapter("frontend/helix.typ")[Helix]
- #chapter("frontend/zed.typ")[Zed]
= Service Overview

View file

@ -0,0 +1,6 @@
#import "/docs/tinymist/frontend/mod.typ": *
#show: book-page.with(title: "Tinymist Sublime Support for Typst")
Follow the instructions in the #link("https://github.com/sublimelsp/LSP/blob/main/docs/src/language_servers.md#tinymist")[sublimelsp documentation] to make it work.

View file

@ -76,6 +76,7 @@ Tinymist follows the #link("https://semver.org/")[Semantic Versioning] scheme. T
Follow the instructions to enable tinymist in your favorite editor.
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/helix/README.md")[Helix]
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/neovim/README.md")[Neovim]
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/sublime-text/README.md")[Sublime Text]
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/vscode/README.md")[VSCode]
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/zed/README.md")[Zed]