lib/linguist/languages.yml in github-linguist-4.8.14 vs lib/linguist/languages.yml in github-linguist-4.8.15

- old
+ new

@@ -4,11 +4,11 @@ # aliases - An Array of additional aliases (implicitly # includes name.downcase) # ace_mode - A String name of the Ace Mode used for highlighting whenever # a file is edited. This must match one of the filenames in http://git.io/3XO_Cg. # Use "text" if a mode does not exist. -# codemirror_mode - A String name of the Codemirror Mode used for highlighting whenever a file is edited. +# codemirror_mode - A String name of the CodeMirror Mode used for highlighting whenever a file is edited. # This must match a mode from https://git.io/vi9Fx # wrap - Boolean wrap to enable line wrapping (default: false) # extensions - An Array of associated extensions (the first one is # considered the primary extension, the others should be # listed alphabetically) @@ -58,10 +58,11 @@ - ".asc" - ".ash" tm_scope: source.c++ ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-c++src language_id: 2 AMPL: type: programming color: "#E6EFBB" extensions: @@ -96,20 +97,22 @@ - aplx - dyalog tm_scope: source.apl ace_mode: text codemirror_mode: apl + codemirror_mime_type: text/apl language_id: 6 ASN.1: type: data color: "#aeead0" extensions: - ".asn" - ".asn1" tm_scope: source.asn ace_mode: text codemirror_mode: asn.1 + codemirror_mime_type: text/x-ttcn-asn language_id: 7 ASP: type: programming color: "#6a40fd" search_term: aspx-vb @@ -125,10 +128,11 @@ - ".asmx" - ".aspx" - ".axd" ace_mode: text codemirror_mode: htmlembedded + codemirror_mime_type: application/x-aspx language_id: 8 ATS: type: programming color: "#1ac620" aliases: @@ -188,19 +192,21 @@ filenames: - APKBUILD tm_scope: source.shell ace_mode: sh codemirror_mode: shell + codemirror_mime_type: text/x-sh language_id: 14 Ant Build System: type: data tm_scope: text.xml.ant filenames: - ant.xml - build.xml ace_mode: xml codemirror_mode: xml + codemirror_mime_type: application/xml language_id: 15 ApacheConf: type: markup aliases: - aconf @@ -216,20 +222,20 @@ extensions: - ".cls" tm_scope: source.java ace_mode: java codemirror_mode: clike + codemirror_mime_type: text/x-java language_id: 17 Apollo Guidance Computer: type: programming color: "#0B3D91" group: Assembly extensions: - ".agc" tm_scope: source.agc ace_mode: assembly_x86 - codemirror_mode: gas language_id: 18 AppleScript: type: programming aliases: - osascript @@ -255,10 +261,11 @@ extensions: - ".ino" tm_scope: source.c++ ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-c++src language_id: 21 AsciiDoc: type: prose ace_mode: asciidoc wrap: true @@ -287,11 +294,10 @@ - ".a51" - ".inc" - ".nasm" tm_scope: source.assembly ace_mode: assembly_x86 - codemirror_mode: gas language_id: 24 Augeas: type: programming extensions: - ".aug" @@ -426,10 +432,11 @@ - ".b" - ".bf" tm_scope: source.bf ace_mode: text codemirror_mode: brainfuck + codemirror_mime_type: text/x-brainfuck language_id: 38 Brightscript: type: programming extensions: - ".brs" @@ -453,15 +460,17 @@ - ".w" interpreters: - tcc ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-csrc language_id: 41 C#: type: programming ace_mode: csharp codemirror_mode: clike + codemirror_mime_type: text/x-csharp tm_scope: source.cs search_term: csharp color: "#178600" aliases: - csharp @@ -473,10 +482,11 @@ language_id: 42 C++: type: programming ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-c++src search_term: cpp color: "#f34b7d" aliases: - cpp extensions: @@ -500,11 +510,10 @@ type: data extensions: - ".c-objdump" tm_scope: objdump.x86asm ace_mode: assembly_x86 - codemirror_mode: gas language_id: 44 C2hs Haskell: type: programming group: Haskell aliases: @@ -512,10 +521,11 @@ extensions: - ".chs" tm_scope: source.haskell ace_mode: haskell codemirror_mode: haskell + codemirror_mime_type: text/x-haskell language_id: 45 CLIPS: type: programming extensions: - ".clp" @@ -529,10 +539,11 @@ - ".cmake.in" filenames: - CMakeLists.txt ace_mode: text codemirror_mode: cmake + codemirror_mime_type: text/x-cmake language_id: 47 COBOL: type: programming extensions: - ".cob" @@ -540,24 +551,27 @@ - ".ccp" - ".cobol" - ".cpy" ace_mode: cobol codemirror_mode: cobol + codemirror_mime_type: text/x-cobol language_id: 48 COLLADA: type: data extensions: - ".dae" tm_scope: text.xml ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml language_id: 49 CSS: type: markup tm_scope: source.css ace_mode: css codemirror_mode: css + codemirror_mime_type: text/css color: "#563d7c" extensions: - ".css" language_id: 50 CSV: @@ -610,10 +624,11 @@ extensions: - ".ck" tm_scope: source.java ace_mode: java codemirror_mode: clike + codemirror_mime_type: text/x-java language_id: 57 Cirru: type: programming color: "#ccccff" ace_mode: cirru @@ -647,10 +662,11 @@ language_id: 61 Clojure: type: programming ace_mode: clojure codemirror_mode: clojure + codemirror_mime_type: text/x-clojure color: "#db5855" extensions: - ".clj" - ".boot" - ".cl2" @@ -666,10 +682,11 @@ CoffeeScript: type: programming tm_scope: source.coffee ace_mode: coffee codemirror_mode: coffeescript + codemirror_mime_type: text/x-coffeescript color: "#244776" aliases: - coffee - coffee-script extensions: @@ -732,10 +749,11 @@ - ccl - clisp - ecl ace_mode: lisp codemirror_mode: commonlisp + codemirror_mime_type: text/x-common-lisp language_id: 66 Component Pascal: type: programming color: "#B0CE4E" extensions: @@ -745,10 +763,11 @@ aliases: - delphi - objectpascal ace_mode: pascal codemirror_mode: pascal + codemirror_mime_type: text/x-pascal language_id: 67 Cool: type: programming extensions: - ".cl" @@ -772,11 +791,10 @@ - ".cxx-objdump" tm_scope: objdump.x86asm aliases: - c++-objdump ace_mode: assembly_x86 - codemirror_mode: gas language_id: 70 Creole: type: prose wrap: true extensions: @@ -789,10 +807,11 @@ color: "#776791" extensions: - ".cr" ace_mode: ruby codemirror_mode: crystal + codemirror_mime_type: text/x-crystal tm_scope: source.crystal interpreters: - crystal language_id: 72 Csound: @@ -839,19 +858,21 @@ - ".cu" - ".cuh" tm_scope: source.cuda-c++ ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-c++src color: "#3A4E3A" language_id: 77 Cycript: type: programming extensions: - ".cy" tm_scope: source.js ace_mode: javascript codemirror_mode: javascript + codemirror_mime_type: text/javascript language_id: 78 Cython: type: programming group: Python extensions: @@ -860,27 +881,28 @@ - ".pxi" aliases: - pyrex ace_mode: text codemirror_mode: python + codemirror_mime_type: text/x-cython language_id: 79 D: type: programming color: "#ba595e" extensions: - ".d" - ".di" ace_mode: d codemirror_mode: d + codemirror_mime_type: text/x-d language_id: 80 D-ObjDump: type: data extensions: - ".d-objdump" tm_scope: objdump.x86asm ace_mode: assembly_x86 - codemirror_mode: gas language_id: 81 DIGITAL Command Language: type: programming aliases: - dcl @@ -916,10 +938,11 @@ interpreters: - dtrace tm_scope: source.c ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-csrc language_id: 85 Darcs Patch: type: data search_term: dpatch aliases: @@ -937,10 +960,11 @@ - ".dart" interpreters: - dart ace_mode: dart codemirror_mode: dart + codemirror_mime_type: application/dart language_id: 87 Diff: type: data extensions: - ".diff" @@ -948,20 +972,22 @@ aliases: - udiff tm_scope: source.diff ace_mode: diff codemirror_mode: diff + codemirror_mime_type: text/x-diff language_id: 88 Dockerfile: type: data tm_scope: source.dockerfile extensions: - ".dockerfile" filenames: - Dockerfile ace_mode: dockerfile codemirror_mode: dockerfile + codemirror_mime_type: text/x-dockerfile language_id: 89 Dogescript: type: programming color: "#cca760" extensions: @@ -977,10 +1003,11 @@ - ".dyl" - ".intr" - ".lid" ace_mode: text codemirror_mode: dylan + codemirror_mime_type: text/x-dylan language_id: 91 E: type: programming color: "#ccce35" extensions: @@ -997,10 +1024,11 @@ - ".ecl" - ".eclxml" tm_scope: none ace_mode: text codemirror_mode: ecl + codemirror_mime_type: text/x-ecl language_id: 93 ECLiPSe: type: programming group: prolog extensions: @@ -1023,37 +1051,41 @@ extensions: - ".eq" tm_scope: source.cs ace_mode: csharp codemirror_mode: clike + codemirror_mime_type: text/x-csharp language_id: 96 Eagle: type: markup color: "#814C05" extensions: - ".sch" - ".brd" tm_scope: text.xml ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml language_id: 97 Ecere Projects: type: data group: JavaScript extensions: - ".epj" tm_scope: source.json ace_mode: json - codemirror_mode: json + codemirror_mode: javascript + codemirror_mime_type: application/json language_id: 98 Eiffel: type: programming color: "#946d57" extensions: - ".e" ace_mode: eiffel codemirror_mode: eiffel + codemirror_mime_type: text/x-eiffel language_id: 99 Elixir: type: programming color: "#6e4a7e" extensions: @@ -1071,10 +1103,11 @@ extensions: - ".elm" tm_scope: source.elm ace_mode: elm codemirror_mode: elm + codemirror_mime_type: text/x-elm language_id: 101 Emacs Lisp: type: programming tm_scope: source.emacs.lisp color: "#c065db" @@ -1095,20 +1128,22 @@ - ".el" - ".emacs" - ".emacs.desktop" ace_mode: lisp codemirror_mode: commonlisp + codemirror_mime_type: text/x-common-lisp language_id: 102 EmberScript: type: programming color: "#FFF4F3" extensions: - ".em" - ".emberscript" tm_scope: source.coffee ace_mode: coffee codemirror_mode: coffeescript + codemirror_mime_type: text/x-coffeescript language_id: 103 Erlang: type: programming color: "#B83998" extensions: @@ -1123,10 +1158,11 @@ - rebar.config - rebar.config.lock - rebar.lock ace_mode: erlang codemirror_mode: erlang + codemirror_mime_type: text/x-erlang interpreters: - escript language_id: 104 F#: type: programming @@ -1139,10 +1175,11 @@ - ".fsi" - ".fsx" tm_scope: source.fsharp ace_mode: text codemirror_mode: mllike + codemirror_mime_type: text/x-fsharp language_id: 105 FLUX: type: programming color: "#88ccff" extensions: @@ -1164,10 +1201,11 @@ - ".for" - ".fpp" tm_scope: source.fortran.modern ace_mode: text codemirror_mode: fortran + codemirror_mime_type: text/x-fortran language_id: 107 Factor: type: programming color: "#636746" extensions: @@ -1175,10 +1213,11 @@ filenames: - ".factor-boot-rc" - ".factor-rc" ace_mode: text codemirror_mode: factor + codemirror_mime_type: text/x-factor language_id: 108 Fancy: type: programming color: "#7b9db4" extensions: @@ -1231,10 +1270,11 @@ - ".fr" - ".frt" - ".fs" ace_mode: forth codemirror_mode: forth + codemirror_mime_type: text/x-forth language_id: 114 FreeMarker: type: programming color: "#0050b2" aliases: @@ -1285,19 +1325,19 @@ extensions: - ".s" - ".ms" tm_scope: source.assembly ace_mode: assembly_x86 - codemirror_mode: gas language_id: 120 GCC Machine Description: type: programming extensions: - ".md" tm_scope: source.lisp ace_mode: lisp codemirror_mode: commonlisp + codemirror_mime_type: text/x-common-lisp language_id: 121 GDB: type: programming extensions: - ".gdb" @@ -1339,10 +1379,11 @@ extensions: - ".gml" tm_scope: source.c++ ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-c++src language_id: 125 Genshi: type: programming extensions: - ".kid" @@ -1350,28 +1391,31 @@ aliases: - xml+genshi - xml+kid ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml language_id: 126 Gentoo Ebuild: type: programming group: Shell extensions: - ".ebuild" tm_scope: source.shell ace_mode: sh codemirror_mode: shell + codemirror_mime_type: text/x-sh language_id: 127 Gentoo Eclass: type: programming group: Shell extensions: - ".eclass" tm_scope: source.shell ace_mode: sh codemirror_mode: shell + codemirror_mime_type: text/x-sh language_id: 128 Gettext Catalog: type: prose search_term: pot searchable: false @@ -1389,10 +1433,11 @@ extensions: - ".glf" tm_scope: source.tcl ace_mode: tcl codemirror_mode: tcl + codemirror_mime_type: text/x-tcl language_id: 130 Gnuplot: type: programming color: "#f0a9f0" extensions: @@ -1410,10 +1455,11 @@ color: "#375eab" extensions: - ".go" ace_mode: golang codemirror_mode: go + codemirror_mime_type: text/x-go language_id: 132 Golo: type: programming color: "#88562A" extensions: @@ -1456,10 +1502,11 @@ searchable: true color: "#79aa7a" tm_scope: source.haskell ace_mode: haskell codemirror_mode: haskell + codemirror_mime_type: text/x-haskell language_id: 137 Graph Modeling Language: type: data extensions: - ".gml" @@ -1516,15 +1563,17 @@ aliases: - nroff - troff ace_mode: text codemirror_mode: troff + codemirror_mime_type: text/troff language_id: 141 Groovy: type: programming ace_mode: groovy codemirror_mode: groovy + codemirror_mime_type: text/x-groovy color: "#e69f56" extensions: - ".groovy" - ".grt" - ".gtpl" @@ -1543,18 +1592,20 @@ extensions: - ".gsp" tm_scope: text.html.jsp ace_mode: jsp codemirror_mode: htmlembedded + codemirror_mime_type: application/x-jsp language_id: 143 HCL: type: programming extensions: - ".hcl" - ".tf" ace_mode: ruby codemirror_mode: ruby + codemirror_mime_type: text/x-ruby tm_scope: source.ruby language_id: 144 HLSL: type: programming extensions: @@ -1567,11 +1618,12 @@ language_id: 145 HTML: type: markup tm_scope: text.html.basic ace_mode: html - codemirror_mode: html + codemirror_mode: htmlmixed + codemirror_mime_type: text/html color: "#e44b23" aliases: - xhtml extensions: - ".html" @@ -1594,32 +1646,35 @@ - html+django/jinja - html+jinja - htmldjango ace_mode: django codemirror_mode: django + codemirror_mime_type: text/x-django language_id: 147 HTML+ECR: type: markup tm_scope: text.html.ecr group: HTML aliases: - ecr extensions: - ".ecr" ace_mode: text - codemirror_mode: htmlembedded + codemirror_mode: htmlmixed + codemirror_mime_type: text/html language_id: 148 HTML+EEX: type: markup tm_scope: text.html.elixir group: HTML aliases: - eex extensions: - ".eex" ace_mode: text - codemirror_mode: htmlembedded + codemirror_mode: htmlmixed + codemirror_mime_type: text/html language_id: 149 HTML+ERB: type: markup tm_scope: text.html.erb group: HTML @@ -1628,32 +1683,36 @@ extensions: - ".erb" - ".erb.deface" ace_mode: text codemirror_mode: htmlembedded + codemirror_mime_type: application/x-erb language_id: 150 HTML+PHP: type: markup tm_scope: text.html.php group: HTML extensions: - ".phtml" ace_mode: php codemirror_mode: php + codemirror_mime_type: application/x-httpd-php language_id: 151 HTTP: type: data extensions: - ".http" tm_scope: source.httpspec ace_mode: text codemirror_mode: http + codemirror_mime_type: message/http language_id: 152 Hack: type: programming ace_mode: php codemirror_mode: php + codemirror_mime_type: application/x-httpd-php extensions: - ".hh" - ".php" tm_scope: text.html.php color: "#878787" @@ -1664,10 +1723,11 @@ extensions: - ".haml" - ".haml.deface" ace_mode: haml codemirror_mode: haml + codemirror_mime_type: text/x-haml color: "#ECE2A9" language_id: 154 Handlebars: type: markup color: "#01a9d6" @@ -1678,11 +1738,10 @@ extensions: - ".handlebars" - ".hbs" tm_scope: text.html.handlebars ace_mode: handlebars - codemirror_mode: handlebars language_id: 155 Harbour: type: programming color: "#0e60e3" extensions: @@ -1698,15 +1757,17 @@ - ".hsc" interpreters: - runhaskell ace_mode: haskell codemirror_mode: haskell + codemirror_mime_type: text/x-haskell language_id: 157 Haxe: type: programming ace_mode: haxe codemirror_mode: haxe + codemirror_mime_type: text/x-haxe color: "#df7900" extensions: - ".hx" - ".hxsl" tm_scope: source.haxe.2 @@ -1734,10 +1795,11 @@ extensions: - ".pro" - ".dlm" ace_mode: text codemirror_mode: idl + codemirror_mime_type: text/x-idl language_id: 161 IGOR Pro: type: programming extensions: - ".ipf" @@ -1758,10 +1820,11 @@ tm_scope: source.ini aliases: - dosini ace_mode: ini codemirror_mode: properties + codemirror_mime_type: text/x-properties language_id: 163 IRC log: type: data search_term: irc aliases: @@ -1858,10 +1921,11 @@ type: data tm_scope: source.json group: JavaScript ace_mode: json codemirror_mode: javascript + codemirror_mime_type: application/json searchable: false extensions: - ".json" - ".geojson" - ".JSON-tmLanguage" @@ -1877,25 +1941,26 @@ extensions: - ".json5" tm_scope: source.js ace_mode: javascript codemirror_mode: javascript + codemirror_mime_type: application/json language_id: 175 JSONLD: type: data group: JavaScript ace_mode: javascript - codemirror_mode: javascript extensions: - ".jsonld" tm_scope: source.js language_id: 176 JSONiq: color: "#40d47e" type: programming ace_mode: jsoniq codemirror_mode: javascript + codemirror_mime_type: application/json extensions: - ".jq" tm_scope: source.jq language_id: 177 JSX: @@ -1903,20 +1968,23 @@ group: JavaScript extensions: - ".jsx" tm_scope: source.js.jsx ace_mode: javascript + codemirror_mode: jsx + codemirror_mime_type: text/jsx language_id: 178 Jade: group: HTML type: markup extensions: - ".jade" - ".pug" tm_scope: text.jade ace_mode: jade codemirror_mode: pug + codemirror_mime_type: text/x-pug language_id: 179 Jasmin: type: programming ace_mode: java extensions: @@ -1925,10 +1993,11 @@ language_id: 180 Java: type: programming ace_mode: java codemirror_mode: clike + codemirror_mime_type: text/x-java color: "#b07219" extensions: - ".java" language_id: 181 Java Server Pages: @@ -1940,16 +2009,18 @@ extensions: - ".jsp" tm_scope: text.html.jsp ace_mode: jsp codemirror_mode: htmlembedded + codemirror_mime_type: application/x-jsp language_id: 182 JavaScript: type: programming tm_scope: source.js ace_mode: javascript codemirror_mode: javascript + codemirror_mime_type: text/javascript color: "#f1e05a" aliases: - js - node extensions: @@ -1995,15 +2066,17 @@ extensions: - ".jl" color: "#a270ba" ace_mode: julia codemirror_mode: julia + codemirror_mime_type: text/x-julia language_id: 184 Jupyter Notebook: type: markup ace_mode: json codemirror_mode: javascript + codemirror_mime_type: application/json tm_scope: source.json color: "#DA5B0B" extensions: - ".ipynb" filenames: @@ -2029,11 +2102,12 @@ ace_mode: text language_id: 187 Kit: type: markup ace_mode: html - codemirror_mode: html + codemirror_mode: htmlmixed + codemirror_mime_type: text/html extensions: - ".kit" tm_scope: text.html.basic language_id: 188 Kotlin: @@ -2043,21 +2117,23 @@ - ".kt" - ".ktm" - ".kts" tm_scope: source.Kotlin ace_mode: text - codemirror_mode: kotlin + codemirror_mode: clike + codemirror_mime_type: text/x-kotlin language_id: 189 LFE: type: programming extensions: - ".lfe" color: "#004200" group: Erlang tm_scope: source.lisp ace_mode: lisp codemirror_mode: commonlisp + codemirror_mime_type: text/x-common-lisp language_id: 190 LLVM: type: programming extensions: - ".ll" @@ -2087,10 +2163,11 @@ extensions: - ".lvproj" tm_scope: text.xml ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml language_id: 194 Lasso: type: programming color: "#999999" extensions: @@ -2111,10 +2188,11 @@ extensions: - ".latte" tm_scope: text.html.smarty ace_mode: smarty codemirror_mode: smarty + codemirror_mime_type: text/x-smarty language_id: 196 Lean: type: programming extensions: - ".lean" @@ -2127,10 +2205,11 @@ extensions: - ".less" tm_scope: source.css.less ace_mode: less codemirror_mode: css + codemirror_mime_type: text/css color: "#A1D9A1" language_id: 198 Lex: type: programming color: "#DBCA00" @@ -2211,10 +2290,11 @@ extensions: - ".lhs" tm_scope: text.tex.latex.haskell ace_mode: text codemirror_mode: haskell-literate + codemirror_mime_type: text/x-literate-haskell language_id: 207 LiveScript: type: programming color: "#499886" aliases: @@ -2225,10 +2305,11 @@ - "._ls" filenames: - Slakefile ace_mode: livescript codemirror_mode: livescript + codemirror_mime_type: text/x-livescript language_id: 208 Logos: type: programming extensions: - ".xm" @@ -2246,10 +2327,11 @@ language_id: 210 LookML: type: programming ace_mode: yaml codemirror_mode: yaml + codemirror_mime_type: text/x-yaml color: "#652B81" extensions: - ".lookml" tm_scope: source.yaml language_id: 211 @@ -2262,10 +2344,11 @@ language_id: 212 Lua: type: programming ace_mode: lua codemirror_mode: lua + codemirror_mime_type: text/x-lua color: "#000080" extensions: - ".lua" - ".fcgi" - ".nse" @@ -2282,10 +2365,11 @@ extensions: - ".mumps" - ".m" ace_mode: text codemirror_mode: mumps + codemirror_mime_type: text/x-mumps language_id: 214 tm_scope: none M4: type: programming extensions: @@ -2319,21 +2403,23 @@ color: "#b7e1f4" extensions: - ".mtml" tm_scope: text.html.basic ace_mode: html - codemirror_mode: html + codemirror_mode: htmlmixed + codemirror_mime_type: text/html language_id: 218 MUF: type: programming group: Forth extensions: - ".muf" - ".m" tm_scope: none ace_mode: forth codemirror_mode: forth + codemirror_mime_type: text/x-forth language_id: 219 Makefile: type: programming color: "#427819" aliases: @@ -2359,10 +2445,11 @@ - mkfile interpreters: - make ace_mode: makefile codemirror_mode: cmake + codemirror_mime_type: text/x-cmake language_id: 220 Mako: type: programming extensions: - ".mako" @@ -2371,11 +2458,12 @@ ace_mode: text language_id: 221 Markdown: type: prose ace_mode: markdown - codemirror_mode: markdown + codemirror_mode: gfm + codemirror_mime_type: text/x-gfm wrap: true extensions: - ".md" - ".markdown" - ".mkd" @@ -2406,10 +2494,11 @@ - ".wlt" aliases: - mma ace_mode: text codemirror_mode: mathematica + codemirror_mime_type: text/x-mathematica language_id: 224 Matlab: type: programming color: "#bb92ac" aliases: @@ -2417,18 +2506,20 @@ extensions: - ".matlab" - ".m" ace_mode: matlab codemirror_mode: octave + codemirror_mime_type: text/x-octave language_id: 225 Maven POM: type: data tm_scope: text.xml.pom filenames: - pom.xml ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml language_id: 226 Max: type: programming color: "#c4a79c" aliases: @@ -2442,10 +2533,11 @@ - ".mxt" - ".pat" tm_scope: source.json ace_mode: json codemirror_mode: javascript + codemirror_mime_type: application/json language_id: 227 MediaWiki: type: prose wrap: true extensions: @@ -2471,10 +2563,11 @@ extensions: - ".metal" tm_scope: source.c++ ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-c++src language_id: 230 MiniD: type: programming searchable: false extensions: @@ -2492,18 +2585,20 @@ - ".mir" - ".mirah" tm_scope: source.ruby ace_mode: ruby codemirror_mode: ruby + codemirror_mime_type: text/x-ruby language_id: 232 Modelica: type: programming extensions: - ".mo" tm_scope: source.modelica ace_mode: text codemirror_mode: modelica + codemirror_mime_type: text/x-modelica language_id: 233 Modula-2: type: programming extensions: - ".mod" @@ -2570,10 +2665,11 @@ extensions: - ".nsi" - ".nsh" ace_mode: text codemirror_mode: nsis + codemirror_mime_type: text/x-nsis language_id: 242 Nemerle: type: programming color: "#3d3c6e" extensions: @@ -2604,10 +2700,11 @@ extensions: - ".nlogo" tm_scope: source.lisp ace_mode: lisp codemirror_mode: commonlisp + codemirror_mime_type: text/x-common-lisp language_id: 246 NewLisp: type: programming lexer: NewLisp color: "#87AED7" @@ -2618,10 +2715,11 @@ interpreters: - newlisp tm_scope: source.lisp ace_mode: lisp codemirror_mode: commonlisp + codemirror_mime_type: text/x-common-lisp language_id: 247 Nginx: type: markup extensions: - ".nginxconf" @@ -2631,10 +2729,11 @@ tm_scope: source.nginx aliases: - nginx configuration file ace_mode: text codemirror_mode: nginx + codemirror_mime_type: text/x-nginx-conf color: "#9469E9" language_id: 248 Nimrod: type: programming color: "#37775b" @@ -2679,10 +2778,11 @@ filenames: - Nukefile tm_scope: source.nu ace_mode: scheme codemirror_mode: scheme + codemirror_mime_type: text/x-scheme interpreters: - nush language_id: 253 NumPy: type: programming @@ -2692,16 +2792,18 @@ - ".numpyw" - ".numsc" tm_scope: none ace_mode: text codemirror_mode: python + codemirror_mime_type: text/x-python color: "#9C8AF9" language_id: 254 OCaml: type: programming ace_mode: ocaml codemirror_mode: mllike + codemirror_mime_type: text/x-ocaml color: "#3be133" extensions: - ".ml" - ".eliom" - ".eliomi" @@ -2719,11 +2821,10 @@ type: data extensions: - ".objdump" tm_scope: objdump.x86asm ace_mode: assembly_x86 - codemirror_mode: gas language_id: 256 Objective-C: type: programming tm_scope: source.objc color: "#438eff" @@ -2734,10 +2835,11 @@ extensions: - ".m" - ".h" ace_mode: objectivec codemirror_mode: clike + codemirror_mime_type: text/x-objectivec language_id: 257 Objective-C++: type: programming tm_scope: source.objc++ color: "#6866fb" @@ -2747,10 +2849,11 @@ - objectivec++ extensions: - ".mm" ace_mode: objectivec codemirror_mode: clike + codemirror_mime_type: text/x-objectivec language_id: 258 Objective-J: type: programming color: "#ff0c5a" aliases: @@ -2792,10 +2895,11 @@ - ".cl" - ".opencl" tm_scope: source.c ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-csrc language_id: 263 OpenEdge ABL: type: programming aliases: - progress @@ -2815,10 +2919,11 @@ interpreters: - openrc-run tm_scope: source.shell ace_mode: sh codemirror_mode: shell + codemirror_mime_type: text/x-sh language_id: 265 OpenSCAD: type: programming extensions: - ".scad" @@ -2856,10 +2961,11 @@ extensions: - ".oz" tm_scope: source.oz ace_mode: text codemirror_mode: oz + codemirror_mime_type: text/x-oz language_id: 270 PAWN: type: programming color: "#dbb284" extensions: @@ -2871,10 +2977,11 @@ PHP: type: programming tm_scope: text.html.php ace_mode: php codemirror_mode: php + codemirror_mime_type: application/x-httpd-php color: "#4F5D95" extensions: - ".php" - ".aw" - ".ctp" @@ -2894,10 +3001,11 @@ language_id: 272 PLSQL: type: programming ace_mode: sql codemirror_mode: sql + codemirror_mime_type: text/x-plsql tm_scope: none color: "#dad8d8" extensions: - ".pls" - ".pck" @@ -2909,10 +3017,11 @@ language_id: 273 PLpgSQL: type: programming ace_mode: pgsql codemirror_mode: sql + codemirror_mime_type: text/x-sql tm_scope: source.sql extensions: - ".sql" language_id: 274 POV-Ray SDL: @@ -2986,16 +3095,18 @@ - ".pp" interpreters: - instantfpc ace_mode: pascal codemirror_mode: pascal + codemirror_mime_type: text/x-pascal language_id: 281 Perl: type: programming tm_scope: source.perl ace_mode: perl codemirror_mode: perl + codemirror_mime_type: text/x-perl color: "#0298c3" extensions: - ".pl" - ".al" - ".cgi" @@ -3030,10 +3141,11 @@ interpreters: - perl6 tm_scope: source.perl6fe ace_mode: perl codemirror_mode: perl + codemirror_mime_type: text/x-perl language_id: 283 Pickle: type: data extensions: - ".pkl" @@ -3070,10 +3182,11 @@ language_id: 287 Pod: type: prose ace_mode: perl codemirror_mode: perl + codemirror_mime_type: text/x-perl wrap: true extensions: - ".pod" tm_scope: none language_id: 288 @@ -3116,10 +3229,11 @@ language_id: 292 PowerShell: type: programming ace_mode: powershell codemirror_mode: powershell + codemirror_mime_type: application/x-powershell aliases: - posh extensions: - ".ps1" - ".psd1" @@ -3162,10 +3276,11 @@ extensions: - ".proto" tm_scope: source.protobuf ace_mode: protobuf codemirror_mode: protobuf + codemirror_mime_type: text/x-protobuf language_id: 297 Public Key: type: data extensions: - ".asc" @@ -3180,10 +3295,11 @@ - ".pp" filenames: - Modulefile ace_mode: text codemirror_mode: puppet + codemirror_mime_type: text/x-puppet tm_scope: source.puppet language_id: 299 Pure Data: type: programming color: "#91de79" @@ -3207,15 +3323,17 @@ extensions: - ".purs" tm_scope: source.purescript ace_mode: haskell codemirror_mode: haskell + codemirror_mime_type: text/x-haskell language_id: 302 Python: type: programming ace_mode: python codemirror_mode: python + codemirror_mime_type: text/x-python color: "#3572A5" extensions: - ".py" - ".bzl" - ".cgi" @@ -3287,15 +3405,17 @@ - ".Rprofile" interpreters: - Rscript ace_mode: r codemirror_mode: r + codemirror_mime_type: text/x-rsrc language_id: 307 RAML: type: markup ace_mode: yaml codemirror_mode: yaml + codemirror_mime_type: text/x-yaml tm_scope: source.yaml color: "#77d9fb" extensions: - ".raml" language_id: 308 @@ -3338,16 +3458,18 @@ tm_scope: text.html.erb aliases: - html+ruby ace_mode: rhtml codemirror_mode: htmlembedded + codemirror_mime_type: application/x-erb language_id: 312 RMarkdown: type: prose wrap: true ace_mode: markdown - codemirror_mode: markdown + codemirror_mode: gfm + codemirror_mime_type: text/x-gfm extensions: - ".rmd" tm_scope: source.gfm language_id: 313 RPM Spec: @@ -3357,10 +3479,11 @@ - ".spec" aliases: - specfile ace_mode: text codemirror_mode: rpm + codemirror_mime_type: text/x-rpm-spec language_id: 314 RUNOFF: type: markup color: "#665a4e" extensions: @@ -3460,19 +3583,21 @@ language_id: 324 Rouge: type: programming ace_mode: clojure codemirror_mode: clojure + codemirror_mime_type: text/x-clojure color: "#cc0088" extensions: - ".rg" tm_scope: source.clojure language_id: 325 Ruby: type: programming ace_mode: ruby codemirror_mode: ruby + codemirror_mime_type: text/x-ruby color: "#701516" aliases: - jruby - macruby - rake @@ -3531,26 +3656,29 @@ extensions: - ".rs" - ".rs.in" ace_mode: rust codemirror_mode: rust + codemirror_mime_type: text/x-rustsrc language_id: 327 SAS: type: programming color: "#B34936" extensions: - ".sas" tm_scope: source.sas ace_mode: text codemirror_mode: sas + codemirror_mime_type: text/x-sas language_id: 328 SCSS: type: markup tm_scope: source.scss group: CSS ace_mode: scss codemirror_mode: css + codemirror_mime_type: text/x-scss extensions: - ".scss" color: "#CF649A" language_id: 329 SMT: @@ -3575,10 +3703,11 @@ SPARQL: type: data tm_scope: source.sparql ace_mode: text codemirror_mode: sparql + codemirror_mime_type: application/sparql-query extensions: - ".sparql" - ".rq" language_id: 331 SQF: @@ -3593,10 +3722,11 @@ SQL: type: data tm_scope: source.sql ace_mode: sql codemirror_mode: sql + codemirror_mime_type: text/x-sql extensions: - ".sql" - ".cql" - ".ddl" - ".inc" @@ -3607,10 +3737,11 @@ language_id: 333 SQLPL: type: programming ace_mode: sql codemirror_mode: sql + codemirror_mime_type: text/x-sql tm_scope: source.sql extensions: - ".sql" - ".db2" language_id: 334 @@ -3618,10 +3749,11 @@ type: markup color: "#348a34" tm_scope: source.lisp ace_mode: lisp codemirror_mode: commonlisp + codemirror_mime_type: text/x-common-lisp extensions: - ".srt" language_id: 335 STON: type: data @@ -3636,20 +3768,22 @@ extensions: - ".svg" tm_scope: text.xml ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml language_id: 337 Sage: type: programming group: Python extensions: - ".sage" - ".sagews" tm_scope: source.python ace_mode: python codemirror_mode: python + codemirror_mime_type: text/x-python language_id: 338 SaltStack: type: programming color: "#646464" aliases: @@ -3658,25 +3792,28 @@ extensions: - ".sls" tm_scope: source.yaml.salt ace_mode: yaml codemirror_mode: yaml + codemirror_mime_type: text/x-yaml language_id: 339 Sass: type: markup tm_scope: source.sass group: CSS extensions: - ".sass" ace_mode: sass codemirror_mode: sass + codemirror_mime_type: text/x-sass color: "#CF649A" language_id: 340 Scala: type: programming ace_mode: scala codemirror_mode: clike + codemirror_mime_type: text/x-scala color: "#c22d40" extensions: - ".scala" - ".sbt" - ".sc" @@ -3707,10 +3844,11 @@ - csi - gosh - r6rs ace_mode: scheme codemirror_mode: scheme + codemirror_mime_type: text/x-scheme language_id: 343 Scilab: type: programming extensions: - ".sci" @@ -3759,10 +3897,11 @@ - rc - sh - zsh ace_mode: sh codemirror_mode: shell + codemirror_mime_type: text/x-sh language_id: 346 ShellSession: type: programming extensions: - ".sh-session" @@ -3770,10 +3909,11 @@ - bash session - console tm_scope: text.shell-session ace_mode: sh codemirror_mode: shell + codemirror_mime_type: text/x-sh language_id: 347 Shen: type: programming color: "#120F14" extensions: @@ -3796,10 +3936,11 @@ extensions: - ".slim" tm_scope: text.slim ace_mode: text codemirror_mode: slim + codemirror_mime_type: text/x-slim language_id: 350 Smali: type: programming extensions: - ".smali" @@ -3814,17 +3955,19 @@ - ".cs" aliases: - squeak ace_mode: text codemirror_mode: smalltalk + codemirror_mime_type: text/x-stsrc language_id: 352 Smarty: type: programming extensions: - ".tpl" ace_mode: smarty codemirror_mode: smarty + codemirror_mime_type: text/x-smarty tm_scope: text.html.smarty language_id: 353 SourcePawn: type: programming color: "#5c7611" @@ -3843,10 +3986,11 @@ extensions: - ".nut" tm_scope: source.c++ ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-c++src language_id: 355 Stan: type: programming color: "#b2011d" extensions: @@ -3865,10 +4009,11 @@ - ".sig" - ".sml" tm_scope: source.ml ace_mode: text codemirror_mode: mllike + codemirror_mime_type: text/x-ocaml language_id: 357 Stata: type: programming extensions: - ".do" @@ -3885,11 +4030,10 @@ group: CSS extensions: - ".styl" tm_scope: source.stylus ace_mode: stylus - codemirror_mode: stylus language_id: 359 SubRip Text: type: data extensions: - ".srt" @@ -3913,20 +4057,22 @@ color: "#ffac45" extensions: - ".swift" ace_mode: text codemirror_mode: swift + codemirror_mime_type: text/x-swift language_id: 362 SystemVerilog: type: programming color: "#DAE1C2" extensions: - ".sv" - ".svh" - ".vh" ace_mode: verilog codemirror_mode: verilog + codemirror_mime_type: text/x-systemverilog language_id: 363 TLA: type: programming extensions: - ".tla" @@ -3938,10 +4084,11 @@ extensions: - ".toml" tm_scope: source.toml ace_mode: toml codemirror_mode: toml + codemirror_mime_type: text/x-toml language_id: 365 TXL: type: programming extensions: - ".txl" @@ -3958,26 +4105,29 @@ interpreters: - tclsh - wish ace_mode: tcl codemirror_mode: tcl + codemirror_mime_type: text/x-tcl language_id: 367 Tcsh: type: programming group: Shell extensions: - ".tcsh" - ".csh" tm_scope: source.shell ace_mode: sh codemirror_mode: shell + codemirror_mime_type: text/x-sh language_id: 368 TeX: type: markup color: "#3D6117" ace_mode: tex codemirror_mode: stex + codemirror_mime_type: text/x-stex wrap: true aliases: - latex extensions: - ".tex" @@ -4008,10 +4158,11 @@ extensions: - ".t" color: "#00004c" ace_mode: lua codemirror_mode: lua + codemirror_mime_type: text/x-lua interpreters: - lua language_id: 371 Text: type: prose @@ -4041,10 +4192,11 @@ language_id: 372 Textile: type: prose ace_mode: textile codemirror_mode: textile + codemirror_mime_type: text/x-textile wrap: true extensions: - ".textile" tm_scope: none language_id: 373 @@ -4069,19 +4221,21 @@ extensions: - ".ttl" tm_scope: source.turtle ace_mode: text codemirror_mode: turtle + codemirror_mime_type: text/turtle language_id: 376 Twig: type: markup group: HTML extensions: - ".twig" tm_scope: text.html.twig ace_mode: twig codemirror_mode: twig + codemirror_mime_type: text/x-twig language_id: 377 TypeScript: type: programming color: "#2b7489" aliases: @@ -4090,25 +4244,28 @@ - ".ts" - ".tsx" tm_scope: source.ts ace_mode: typescript codemirror_mode: javascript + codemirror_mime_type: application/typescript language_id: 378 Unified Parallel C: type: programming group: C ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-csrc color: "#4e3617" extensions: - ".upc" tm_scope: source.c language_id: 379 Unity3D Asset: type: data ace_mode: yaml codemirror_mode: yaml + codemirror_mime_type: text/x-yaml extensions: - ".anim" - ".asset" - ".mat" - ".meta" @@ -4120,20 +4277,22 @@ type: programming extensions: - ".uno" ace_mode: csharp codemirror_mode: clike + codemirror_mime_type: text/x-csharp tm_scope: source.cs language_id: 381 UnrealScript: type: programming color: "#a54c4d" extensions: - ".uc" tm_scope: source.java ace_mode: java codemirror_mode: clike + codemirror_mime_type: text/x-java language_id: 382 UrWeb: type: programming aliases: - Ur/Web @@ -4164,10 +4323,11 @@ - ".vhs" - ".vht" - ".vhw" ace_mode: vhdl codemirror_mode: vhdl + codemirror_mime_type: text/x-vhdl language_id: 385 Vala: type: programming color: "#fbe5cd" extensions: @@ -4181,10 +4341,11 @@ extensions: - ".v" - ".veo" ace_mode: verilog codemirror_mode: verilog + codemirror_mime_type: text/x-verilog language_id: 387 VimL: type: programming color: "#199f4b" search_term: vim @@ -4219,28 +4380,29 @@ aliases: - vb.net - vbnet ace_mode: text codemirror_mode: vb + codemirror_mime_type: text/x-vb language_id: 389 Volt: type: programming color: "#1F1F1F" extensions: - ".volt" tm_scope: source.d ace_mode: d codemirror_mode: d + codemirror_mime_type: text/x-d language_id: 390 Vue: type: markup color: "#2c3e50" extensions: - ".vue" tm_scope: text.html.vue ace_mode: html - codemirror_mode: vue language_id: 391 Wavefront Material: type: data extensions: - ".mtl" @@ -4267,10 +4429,11 @@ extensions: - ".webidl" tm_scope: source.webidl ace_mode: text codemirror_mode: webidl + codemirror_mime_type: text/x-webidl language_id: 395 World of Warcraft Addon Data: type: data extensions: - ".toc" @@ -4293,15 +4456,17 @@ extensions: - ".xc" tm_scope: source.xc ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-csrc language_id: 398 XML: type: data ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml aliases: - rss - xsd - wsdl extensions: @@ -4407,19 +4572,21 @@ - ".xsp-config" - ".xsp.metadata" tm_scope: none ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml language_id: 400 XProc: type: programming extensions: - ".xpl" - ".xproc" tm_scope: text.xml ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml language_id: 401 XQuery: type: programming color: "#5232e7" extensions: @@ -4428,19 +4595,21 @@ - ".xql" - ".xqm" - ".xqy" ace_mode: xquery codemirror_mode: xquery + codemirror_mime_type: application/xquery tm_scope: source.xq language_id: 402 XS: type: programming extensions: - ".xs" tm_scope: source.c ace_mode: c_cpp codemirror_mode: clike + codemirror_mime_type: text/x-csrc language_id: 403 XSLT: type: programming aliases: - xsl @@ -4448,10 +4617,11 @@ - ".xslt" - ".xsl" tm_scope: text.xml.xsl ace_mode: xml codemirror_mode: xml + codemirror_mime_type: text/xml color: "#EB8CEB" language_id: 404 Xojo: type: programming extensions: @@ -4485,10 +4655,11 @@ - ".yaml-tmlanguage" filenames: - ".clang-format" ace_mode: yaml codemirror_mode: yaml + codemirror_mime_type: text/x-yaml language_id: 407 YANG: type: data extensions: - ".yang" @@ -4542,10 +4713,11 @@ language_id: 413 edn: type: data ace_mode: clojure codemirror_mode: clojure + codemirror_mime_type: text/x-clojure extensions: - ".edn" tm_scope: source.clojure language_id: 414 fish: @@ -4590,13 +4762,16 @@ - ".rest" - ".rest.txt" - ".rst.txt" ace_mode: text codemirror_mode: rst + codemirror_mime_type: text/x-rst language_id: 419 wisp: type: programming ace_mode: clojure + codemirror_mode: clojure + codemirror_mime_type: text/x-clojure color: "#7582D1" extensions: - ".wisp" tm_scope: source.clojure language_id: 420