From 4dff52ed7938b02fafde71838f86c314643e2c75 Mon Sep 17 00:00:00 2001 From: Tirth Patel Date: Thu, 5 Jul 2018 21:24:50 +0530 Subject: [PATCH] Added sTeX/LaTeX Language Support (#419) * added latex language support * sTeX/LaTeX name changed to LaTeX * Placed Latex in alphabetical order --- lib/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 3886900..1af74d1 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -273,6 +273,10 @@ export const LANGUAGES = [ mime: 'text/x-kotlin', short: 'kotlin' }, + { + name: 'LaTeX', + mode: 'stex' + }, { name: 'Lisp', mode: 'commonlisp'