From 1c5bdceae7a8698b793f1cceab66a34257526b1a Mon Sep 17 00:00:00 2001 From: Met <289755007@qq.com> Date: Sat, 18 Jun 2022 15:47:21 +0000 Subject: [PATCH] update SoEasyPlatform/wwwroot/vendors/monaco-editor/monaco-editor.html. --- .../wwwroot/vendors/monaco-editor/monaco-editor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoEasyPlatform/wwwroot/vendors/monaco-editor/monaco-editor.html b/SoEasyPlatform/wwwroot/vendors/monaco-editor/monaco-editor.html index 45495f2..e96bcd2 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', }); }); -- Gitee