@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    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) and unclosed (tokens inside a parser unclosed-formatting / unclosed-tag notice).