materiahq / ngx-monaco-editor

Monaco Editor Library for Angular v6 and above
MIT License
159 stars 35 forks source link

how to change language mode to sql ? #116

Open tanjie123 opened 1 year ago

tanjie123 commented 1 year ago

editorOptions: MonacoEditorConstructionOptions = { theme: 'vs-dark', language: 'sql', lineNumbers: 'on', minimap: { enabled: true, }, };

the config is not useful.