Structs§
- Highlight
Request Componentindicating that the current document is handling a Highlight request.- Label
- Semantic
Tokens Dict Resourcemapping aSemanticTokenTypeto their used index.
Functions§
- basic_
semantic_ tokens - Generic CST-based semantic token extraction. Register this for each language via:
world.schedule_scope(semantic::Label, |_, sched| { sched.add_systems(basic_semantic_tokens::<L>); }) - semantic_
tokens_ system - setup_
world