From d98319d5d912a7425d8633be58a5a0c7edcb6ee3 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Mon, 21 May 2018 18:17:27 -0700 Subject: [PATCH] Alphabetize languages --- lib/constants.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/constants.js b/lib/constants.js index 201479a..3886900 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -289,6 +289,11 @@ export const LANGUAGES = [ name: 'Mathematica', mode: 'mathematica' }, + { + name: 'MATLAB/Octave', + mode: 'octave', + mime: 'text/x-octave' + }, { name: 'MySQL', mode: 'sql', @@ -310,11 +315,6 @@ export const LANGUAGES = [ mime: 'text/x-objectivec', short: 'objectivec' }, - { - name: 'MATLAB/Octave', - mode: 'octave', - mime: 'text/x-octave' - }, { name: 'Pascal', mode: 'pascal'