Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.IToken.html
A token.
interface IToken { scopes: string; startIndex: number; }
string
number