tinymist-world 0.15.0

Typst's World implementation for tinymist.
Documentation
1
2
3
4
5
6
7
8
9
10
//! The legacy parser of the world.

mod modifier_set;
mod semantic_tokens;
mod typst_tokens;

pub use semantic_tokens::{
    OffsetEncoding, SemanticToken, SemanticTokensLegend, get_semantic_tokens_full,
    get_semantic_tokens_legend,
};