mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 09:52:27 +00:00
docs: add readme for query crate
This commit is contained in:
parent
e07782e198
commit
1cef815434
2 changed files with 8 additions and 1 deletions
7
crates/tinymist-query/README.md
Normal file
7
crates/tinymist-query/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
# tinymist-query
|
||||
|
||||
**Note: this crate is under development. it currently doesn't ensure stable APIs, and heavily depending on some unstable crates.**
|
||||
|
||||
This crate provides a set of APIs to query the information about the source code. Currently it provides:
|
||||
+ language queries defined by the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/).
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
# Tinymist
|
||||
# tinymist
|
||||
|
||||
This crate provides an integrated service for [Typst](https://typst.app/) [taɪpst]. It provides:
|
||||
+ A language server following the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue