Feat(CodeEditor): Support jsx highlight

Chang theme of monaco. Support jsx highlight.
This commit is contained in:
2024-10-23 15:44:25 +08:00
parent 1cdd1e5a93
commit a467ad2021
10 changed files with 484 additions and 60 deletions

View File

@@ -459,6 +459,7 @@ const Edit = () => {
extraLibs={editorExtraLibs}
/>
<Playground.Output
isDarkMode={isDarkMode}
files={files}
selectedFileName={selectedFileName}
importMap={importMap!}