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'