tinymist_world/parser/
mod.rs

1//! The legacy parser of the world.
2
3mod modifier_set;
4mod semantic_tokens;
5mod typst_tokens;
6
7pub use semantic_tokens::{
8    OffsetEncoding, SemanticToken, SemanticTokensLegend, get_semantic_tokens_full,
9    get_semantic_tokens_legend,
10};