diff --git a/lib/constants.js b/lib/constants.js index 5ddf2bc..93ceb41 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -135,6 +135,10 @@ export const LANGUAGES = [ name: 'JavaScript', module: 'javascript' }, + { + name: 'JSX', + module: 'jsx' + }, { name: 'Julia', module: 'julia'