Added sTeX/LaTeX Language Support (#419)

* added latex language support

* sTeX/LaTeX name changed to LaTeX

* Placed Latex in alphabetical order
main
Tirth Patel 6 years ago committed by Michael Fix
parent 936d28d5d0
commit 4dff52ed79

@ -273,6 +273,10 @@ export const LANGUAGES = [
mime: 'text/x-kotlin', mime: 'text/x-kotlin',
short: 'kotlin' short: 'kotlin'
}, },
{
name: 'LaTeX',
mode: 'stex'
},
{ {
name: 'Lisp', name: 'Lisp',
mode: 'commonlisp' mode: 'commonlisp'

Loading…
Cancel
Save