refactor: Update PlaygroundSyntax.svelte to use highlighted TextAreaInput

This commit is contained in:
kwaroran
2024-05-28 07:40:27 +09:00
parent b94323510d
commit f847f47ac4

View File

@@ -20,7 +20,7 @@
<span class="text-textcolor text-lg">Input</span>
<TextAreaInput onInput={onInput} bind:value={input} optimaizedInput={false} />
<TextAreaInput highlight onInput={onInput} bind:value={input} optimaizedInput={false} />
<span class="text-textcolor text-lg">Result</span>