Type Alias SemanticTokenType
SemanticTokenType:
| "frontmatter"
| "bitSigil"
| "bitType"
| "bitFormat"
| "bitResourceType"
| "tagSigil"
| "propertyKey"
| "resourceType"
| "tagText"
| "cardDivider"
| "sideDivider"
| "variantDivider"
| "footerDivider"
| "textDivider"
| "paragraphBreak"
| "headingSigil"
| "heading"
| "listMarker"
| "codeSigil"
| "codeLanguage"
| "codeBody"
| "imageSigil"
| "imageSrc"
| "markSigil"
| "bold"
| "italic"
| "highlight"
| "light"
| "inline"
| "attrSigil"
| "attrKey"
| "attrValue"
| "url"
| "text"
| "plainText"
The token types, in legend order. They name sigil classes and syntax positions — never a bit, tag or property name (those are configuration and ephemeral). Each has a recommended standard LSP super type for default theming (see the README table).