Module semantic_tokens

Source
Expand description

Semantic tokens (highlighting) support for LSP.

Structs§

ModifierIter
An iterator over the variants of Modifier
SemanticTokenCache
A shared semantic tokens cache.
TokenTypeIter
An iterator over the variants of TokenType

Enums§

Modifier
A modifier to some semantic token.
TokenType
Very similar to typst_ide::Tag, but with convenience traits, and extensible because we want to further customize highlighting

Type Aliases§

SemanticTokens
A shared semantic tokens object.