diff --git a/SoEasyPlatform/wwwroot/vendors/monaco-editor/monaco-editor.html b/SoEasyPlatform/wwwroot/vendors/monaco-editor/monaco-editor.html index 45495f22353dfd47289d65de2b239845325b917f..e96bcd2d4647a1c09313a77e2f9bba8a3e42b2f4 100644 --- a/SoEasyPlatform/wwwroot/vendors/monaco-editor/monaco-editor.html +++ b/SoEasyPlatform/wwwroot/vendors/monaco-editor/monaco-editor.html @@ -1,4 +1,4 @@ - + @@ -26,7 +26,7 @@ require(['vs/editor/editor.main'], function () { //registerCsharpProvider(); monacoEditor = monaco.editor.create(document.getElementById('container'), { - language: 'csharp', + language: 'razor', }); });