html & xsml syntax highlight #485

This commit is contained in:
Jan Prochazka
2023-02-06 20:39:50 +01:00
parent 9bf610707e
commit 87c29faadd
2 changed files with 4 additions and 0 deletions

View File

@@ -91,6 +91,8 @@
options={[
{ value: 'text', label: 'None (raw text)' },
{ value: 'json', label: 'JSON' },
{ value: 'html', label: 'HTML' },
{ value: 'xml', label: 'XML' },
]}
/>
</div>