Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.ILineTokens.html
行标记化的结果。
interface ILineTokens { endState: IState; tokens: IToken[]; }