From 3009533bf4aa7d3b6007e9f2069bd5d382008980 Mon Sep 17 00:00:00 2001 From: Joshua Robusto Date: Fri, 14 Dec 2018 16:38:58 -0800 Subject: [PATCH] Add TSX language (#605) --- lib/constants.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index bd7907d..8a3f579 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -430,6 +430,12 @@ export const LANGUAGES = [ mime: 'application/typescript', short: 'typescript' }, + { + name: 'TSX', + mode: 'jsx', + mime: 'text/typescript-jsx', + short: 'tsx' + }, { name: 'VB.NET', mode: 'vb'