|
|
@ -430,6 +430,12 @@ export const LANGUAGES = [
|
|
|
|
mime: 'application/typescript',
|
|
|
|
mime: 'application/typescript',
|
|
|
|
short: 'typescript'
|
|
|
|
short: 'typescript'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: 'TSX',
|
|
|
|
|
|
|
|
mode: 'jsx',
|
|
|
|
|
|
|
|
mime: 'text/typescript-jsx',
|
|
|
|
|
|
|
|
short: 'tsx'
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: 'VB.NET',
|
|
|
|
name: 'VB.NET',
|
|
|
|
mode: 'vb'
|
|
|
|
mode: 'vb'
|
|
|
|