feat: 文本编辑器支持更多语言 (#5602)

Refs #5169
This commit is contained in:
John Bro
2024-06-28 06:48:58 +00:00
committed by GitHub
parent 9cc4ec49ef
commit be469333d1
+4
View File
@@ -27,6 +27,10 @@ export const Languages = [
label: 'json',
value: ['json'],
},
{
label: 'typescript',
value: ['ts'],
},
{
label: 'lua',
value: ['lua'],