mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
docs: update metadata of repository
This commit is contained in:
parent
4fb4a82852
commit
166909f0ca
3 changed files with 12 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[workspace.package]
|
||||
description = "Fast lsp implementation for typst."
|
||||
authors = ["Myriad-Dreamin <camiyoru@gmail.com>"]
|
||||
description = "An integrated language service for Typst."
|
||||
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
|
||||
version = "0.11.0"
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
|
|
@ -70,7 +70,7 @@ insta = "1.34"
|
|||
|
||||
[profile.release]
|
||||
lto = true # Enable link-time optimization
|
||||
strip = true # Strip symbols from binary*
|
||||
debug = true
|
||||
opt-level = 3 # Optimize for speed
|
||||
codegen-units = 1 # Reduce number of codegen units to increase optimizations
|
||||
panic = 'abort' # Abort on panic
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -1,6 +1,12 @@
|
|||
# Tinymist LSP
|
||||
# Tinymist
|
||||
|
||||
Tinymist [ˈtaɪni mɪst], a language server for [Typst](https://typst.app/) [taɪpst]. You can also call it "微霭" in Chinese.
|
||||
Tinymist [ˈtaɪni mɪst] is an integrated language service for [Typst](https://typst.app/) [taɪpst]. You can also call it "微霭" [wēi ǎi] in Chinese.
|
||||
|
||||
It contains:
|
||||
- an analyzing library for Typst, see [tinymist-query](./crates/tinymist-query/).
|
||||
- a CLI for Typst, see [tinymist](./crates/tinymist/).
|
||||
- which provides a language server for Typst.
|
||||
- a VSCode extension for Typst, see [Tinymist VSCode Extension](./editors/vscode/).
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# tinymist Typst LSP VS Code Extension
|
||||
# Tinymist Typst VS Code Extension
|
||||
|
||||
A VS Code extension for Typst.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue