Skip to main content

Type Alias: TokenType

TokenType = "keyword" | "string" | "comment" | "number" | "function" | "operator" | "punctuation" | "type" | "default"

Defined in: mobjects/text/CodeHighlighting.ts:18

Token types for syntax highlighting