Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.IExpandedMonarchLanguageRule.html
interface IExpandedMonarchLanguageRule { action?: IMonarchLanguageAction; include?: string; regex?: string | RegExp; }
string
string | RegExp