Type Alias SemanticTokenModifier
SemanticTokenModifier:
| "property"
| "resource"
| "title"
| "reference"
| "anchor"
| "item"
| "instruction"
| "hint"
| "true"
| "false"
| "gap"
| "mark"
| "solution"
| "comment"
| "unclosed"
| "bold"
| "italic"
| "highlight"
| "light"
The token modifiers, in legend (bit) order: the thirteen tag classes (set on every token of a tag of that class, sigils included),
comment(every token of a commented-out bit) andunclosed(tokens inside a parser unclosed-formatting / unclosed-tag notice).