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

Refs #5169
This commit is contained in:
John Bro 2024-06-28 14:48:58 +08:00 committed by GitHub
parent 9cc4ec49ef
commit be469333d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,10 @@ export const Languages = [
label: 'json',
value: ['json'],
},
{
label: 'typescript',
value: ['ts'],
},
{
label: 'lua',
value: ['lua'],