Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IModelLanguageChangedEvent.html
描述与模型关联的当前语言已更改的事件。
interface IModelLanguageChangedEvent { newLanguage: string; oldLanguage: string; source: string; }
string