Browse Source

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

Refs #5169
pull/5603/head
John Bro 5 months ago committed by GitHub
parent
commit
be469333d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      frontend/src/global/mimetype.ts

4
frontend/src/global/mimetype.ts

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

Loading…
Cancel
Save