tinymist/crates/tinymist-query
Myriad-Dreamin 4227f864a2
feat: add more auto closing pairs, surrounding pairs, and characters that could make auto closing before (#209)
* dev: add more characters that could make auto closing before

* dev: add more auto closing pairs and surrounding pairs

* dev: remove a debugging log

* dev: add a comment
2024-04-21 10:53:55 +08:00
..
src feat: add more auto closing pairs, surrounding pairs, and characters that could make auto closing before (#209) 2024-04-21 10:53:55 +08:00
Cargo.toml feat: complete text.lang/region (#199) 2024-04-19 16:12:40 +08:00
README.md chore: fix test scripts and update test documents (#178) 2024-04-09 12:37:01 +08:00

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:

Contributing

See CONTRIBUTING.md.