From 237d309406c6bfc8e18738d5f4bf23fdeb313864 Mon Sep 17 00:00:00 2001 From: Nriver <6752679+Nriver@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:58:37 +0800 Subject: [PATCH] sort mime types alphabetically --- src/public/app/services/mime_types.js | 56 +++++++++++++-------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/public/app/services/mime_types.js b/src/public/app/services/mime_types.js index 70177b233..c0ab87257 100644 --- a/src/public/app/services/mime_types.js +++ b/src/public/app/services/mime_types.js @@ -3,25 +3,25 @@ import options from "./options.js"; const MIME_TYPES_DICT = [ { default: true, title: "Plain text", mime: "text/plain" }, { title: "APL", mime: "text/apl" }, - { title: "PGP", mime: "application/pgp" }, { title: "ASN.1", mime: "text/x-ttcn-asn" }, + { title: "ASP.NET", mime: "application/x-aspx" }, { title: "Asterisk", mime: "text/x-asterisk" }, { title: "Brainfuck", mime: "text/x-brainfuck" }, { default: true, title: "C", mime: "text/x-csrc" }, - { default: true, title: "C++", mime: "text/x-c++src" }, - { title: "Cobol", mime: "text/x-cobol" }, { default: true, title: "C#", mime: "text/x-csharp" }, + { default: true, title: "C++", mime: "text/x-c++src" }, { title: "Clojure", mime: "text/x-clojure" }, { title: "ClojureScript", mime: "text/x-clojurescript" }, { title: "Closure Stylesheets (GSS)", mime: "text/x-gss" }, { title: "CMake", mime: "text/x-cmake" }, + { title: "Cobol", mime: "text/x-cobol" }, { title: "CoffeeScript", mime: "text/coffeescript" }, { title: "Common Lisp", mime: "text/x-common-lisp" }, - { title: "Cypher", mime: "application/x-cypher-query" }, - { title: "Cython", mime: "text/x-cython" }, + { title: "CQL", mime: "text/x-cassandra" }, { title: "Crystal", mime: "text/x-crystal" }, { default: true, title: "CSS", mime: "text/css" }, - { title: "CQL", mime: "text/x-cassandra" }, + { title: "Cypher", mime: "application/x-cypher-query" }, + { title: "Cython", mime: "text/x-cython" }, { title: "D", mime: "text/x-d" }, { title: "Dart", mime: "application/dart" }, { title: "diff", mime: "text/x-diff" }, @@ -38,11 +38,11 @@ const MIME_TYPES_DICT = [ { title: "Embedded Ruby", mime: "application/x-erb" }, { title: "Erlang", mime: "text/x-erlang" }, { title: "Esper", mime: "text/x-esper" }, + { title: "F#", mime: "text/x-fsharp" }, { title: "Factor", mime: "text/x-factor" }, { title: "FCL", mime: "text/x-fcl" }, { title: "Forth", mime: "text/x-forth" }, { title: "Fortran", mime: "text/x-fortran" }, - { title: "F#", mime: "text/x-fsharp" }, { title: "Gas", mime: "text/x-gas" }, { title: "Gherkin", mime: "text/x-feature" }, { title: "GitHub Flavored Markdown", mime: "text/x-gfm" }, @@ -52,33 +52,34 @@ const MIME_TYPES_DICT = [ { default: true, title: "Haskell", mime: "text/x-haskell" }, { title: "Haskell (Literate)", mime: "text/x-literate-haskell" }, { title: "Haxe", mime: "text/x-haxe" }, - { title: "HXML", mime: "text/x-hxml" }, - { title: "ASP.NET", mime: "application/x-aspx" }, { default: true, title: "HTML", mime: "text/html" }, { default: true, title: "HTTP", mime: "message/http" }, + { title: "HXML", mime: "text/x-hxml" }, { title: "IDL", mime: "text/x-idl" }, - { title: "Pug", mime: "text/x-pug" }, { default: true, title: "Java", mime: "text/x-java" }, { title: "Java Server Pages", mime: "application/x-jsp" }, - { default: true, title: 'JS frontend', mime: 'application/javascript;env=frontend' }, - { default: true, title: 'JS backend', mime: 'application/javascript;env=backend' }, + { title: "Jinja2", mime: "text/jinja2" }, + { default: true, title: "JS backend", mime: "application/javascript;env=backend" }, + { default: true, title: "JS frontend", mime: "application/javascript;env=frontend" }, { default: true, title: "JSON", mime: "application/json" }, { title: "JSON-LD", mime: "application/ld+json" }, { title: "JSX", mime: "text/jsx" }, - { title: "Jinja2", mime: "text/jinja2" }, { title: "Julia", mime: "text/x-julia" }, { default: true, title: "Kotlin", mime: "text/x-kotlin" }, + { title: "LaTeX", mime: "text/x-latex" }, { title: "LESS", mime: "text/x-less" }, { title: "LiveScript", mime: "text/x-livescript" }, { title: "Lua", mime: "text/x-lua" }, - { default: true, title: "Markdown", mime: "text/x-markdown" }, - { title: "mIRC", mime: "text/mirc" }, { title: "MariaDB SQL", mime: "text/x-mariadb" }, + { default: true, title: "Markdown", mime: "text/x-markdown" }, { title: "Mathematica", mime: "text/x-mathematica" }, - { title: "Modelica", mime: "text/x-modelica" }, - { title: "MUMPS", mime: "text/x-mumps" }, - { title: "MS SQL", mime: "text/x-mssql" }, { title: "mbox", mime: "application/mbox" }, + { title: "mIRC", mime: "text/mirc" }, + { title: "Modelica", mime: "text/x-modelica" }, + { title: "MS SQL", mime: "text/x-mssql" }, + { title: "mscgen", mime: "text/x-mscgen" }, + { title: "msgenny", mime: "text/x-msgenny" }, + { title: "MUMPS", mime: "text/x-mumps" }, { title: "MySQL", mime: "text/x-mysql" }, { title: "Nginx", mime: "text/x-nginx-conf" }, { title: "NSIS", mime: "text/x-nsis" }, @@ -90,6 +91,7 @@ const MIME_TYPES_DICT = [ { title: "Pascal", mime: "text/x-pascal" }, { title: "PEG.js", mime: "null" }, { default: true, title: "Perl", mime: "text/x-perl" }, + { title: "PGP", mime: "application/pgp" }, { default: true, title: "PHP", mime: "text/x-php" }, { title: "Pig", mime: "text/x-pig" }, { title: "PLSQL", mime: "text/x-plsql" }, @@ -97,8 +99,9 @@ const MIME_TYPES_DICT = [ { title: "PowerShell", mime: "application/x-powershell" }, { title: "Properties files", mime: "text/x-properties" }, { title: "ProtoBuf", mime: "text/x-protobuf" }, - { default: true, title: "Python", mime: "text/x-python" }, + { title: "Pug", mime: "text/x-pug" }, { title: "Puppet", mime: "text/x-puppet" }, + { default: true, title: "Python", mime: "text/x-python" }, { title: "Q", mime: "text/x-q" }, { title: "R", mime: "text/x-rsrc" }, { title: "reStructuredText", mime: "text/x-rst" }, @@ -116,8 +119,8 @@ const MIME_TYPES_DICT = [ { title: "Slim", mime: "text/x-slim" }, { title: "Smalltalk", mime: "text/x-stsrc" }, { title: "Smarty", mime: "text/x-smarty" }, - { title: "Solr", mime: "text/x-solr" }, { title: "SML", mime: "text/x-sml" }, + { title: "Solr", mime: "text/x-solr" }, { title: "Soy", mime: "text/x-soy" }, { title: "SPARQL", mime: "application/sparql-query" }, { title: "Spreadsheet", mime: "text/x-spreadsheet" }, @@ -125,10 +128,9 @@ const MIME_TYPES_DICT = [ { title: "SQLite", mime: "text/x-sqlite" }, { default: true, title: "SQLite (Trilium)", mime: "text/x-sqlite;schema=trilium" }, { title: "Squirrel", mime: "text/x-squirrel" }, + { title: "sTeX", mime: "text/x-stex" }, { title: "Stylus", mime: "text/x-styl" }, { default: true, title: "Swift", mime: "text/x-swift" }, - { title: "sTeX", mime: "text/x-stex" }, - { title: "LaTeX", mime: "text/x-latex" }, { title: "SystemVerilog", mime: "text/x-systemverilog" }, { title: "Tcl", mime: "text/x-tcl" }, { title: "Textile", mime: "text/x-textile" }, @@ -140,24 +142,22 @@ const MIME_TYPES_DICT = [ { title: "TTCN", mime: "text/x-ttcn" }, { title: "TTCN_CFG", mime: "text/x-ttcn-cfg" }, { title: "Turtle", mime: "text/turtle" }, + { title: "Twig", mime: "text/x-twig" }, { title: "TypeScript", mime: "application/typescript" }, { title: "TypeScript-JSX", mime: "text/typescript-jsx" }, - { title: "Twig", mime: "text/x-twig" }, - { title: "Web IDL", mime: "text/x-webidl" }, { title: "VB.NET", mime: "text/x-vb" }, { title: "VBScript", mime: "text/vbscript" }, { title: "Velocity", mime: "text/velocity" }, { title: "Verilog", mime: "text/x-verilog" }, { title: "VHDL", mime: "text/x-vhdl" }, { title: "Vue.js Component", mime: "text/x-vue" }, + { title: "Web IDL", mime: "text/x-webidl" }, { default: true, title: "XML", mime: "text/xml" }, { title: "XQuery", mime: "application/xquery" }, + { title: "xu", mime: "text/x-xu" }, { title: "Yacas", mime: "text/x-yacas" }, { default: true, title: "YAML", mime: "text/x-yaml" }, - { title: "Z80", mime: "text/x-z80" }, - { title: "mscgen", mime: "text/x-mscgen" }, - { title: "xu", mime: "text/x-xu" }, - { title: "msgenny", mime: "text/x-msgenny" } + { title: "Z80", mime: "text/x-z80" } ]; let mimeTypes = null;