CSound syntax highlighting support

This commit is contained in:
2025-10-15 11:32:45 +02:00
parent 65c3422610
commit d3a8396033
5 changed files with 35 additions and 16 deletions

View File

@ -340,7 +340,6 @@
<div class="editor-area">
<EditorWithLogs
value={projectEditor.content}
language="javascript"
onChange={handleEditorChange}
onExecute={handleExecute}
logs={interpreterLogs}