lib/linguist/languages.yml in github-linguist-7.23.0 vs lib/linguist/languages.yml in github-linguist-7.24.0

- old
+ new

@@ -1342,10 +1342,19 @@ tm_scope: source.js ace_mode: javascript codemirror_mode: javascript codemirror_mime_type: text/javascript language_id: 78 +Cypher: + type: programming + color: "#34c0eb" + extensions: + - ".cyp" + - ".cypher" + tm_scope: source.cypher + ace_mode: text + language_id: 850806976 Cython: type: programming color: "#fedf5b" extensions: - ".pyx" @@ -1658,14 +1667,29 @@ tm_scope: source.json ace_mode: json codemirror_mode: javascript codemirror_mime_type: application/json language_id: 98 +Ecmarkup: + type: markup + color: "#eb8131" + group: HTML + extensions: + - ".html" + tm_scope: text.html.ecmarkup + ace_mode: html + codemirror_mode: htmlmixed + codemirror_mime_type: text/html + aliases: + - ecmarkdown + language_id: 844766630 EditorConfig: type: data color: "#fff1f2" group: INI + extensions: + - ".editorconfig" filenames: - ".editorconfig" aliases: - editor-config ace_mode: ini @@ -2866,10 +2890,18 @@ extensions: - ".ijm" ace_mode: text tm_scope: none language_id: 575143428 +Imba: + type: programming + color: "#16cec6" + extensions: + - ".imba" + ace_mode: text + tm_scope: source.imba + language_id: 1057618448 Inform 7: type: programming wrap: true extensions: - ".ni" @@ -2878,10 +2910,18 @@ aliases: - i7 - inform7 ace_mode: text language_id: 166 +Ink: + type: programming + wrap: true + extensions: + - ".ink" + tm_scope: source.ink + ace_mode: text + language_id: 838252715 Inno Setup: type: programming color: "#264b99" extensions: - ".iss" @@ -2983,10 +3023,11 @@ - ".webapp" - ".webmanifest" - ".yy" - ".yyp" filenames: + - ".all-contributorsrc" - ".arcconfig" - ".auto-changelog" - ".c8rc" - ".htmlhintrc" - ".imgbotconfig" @@ -3096,10 +3137,11 @@ codemirror_mime_type: text/x-java color: "#b07219" extensions: - ".java" - ".jav" + - ".jsh" language_id: 181 Java Properties: type: data color: "#2A6277" extensions: @@ -3938,10 +3980,21 @@ extensions: - ".m" - ".moo" tm_scope: source.mercury language_id: 229 +Mermaid: + type: markup + color: "#ff3670" + aliases: + - mermaid example + extensions: + - ".mmd" + - ".mermaid" + tm_scope: source.mermaid + ace_mode: text + language_id: 385992043 Meson: type: programming color: "#007800" filenames: - meson.build @@ -3984,10 +4037,11 @@ type: data color: "#ff1111" tm_scope: source.miniyaml extensions: - ".yaml" + - ".yml" ace_mode: yaml codemirror_mode: yaml codemirror_mime_type: text/x-yaml language_id: 4896465 Mint: @@ -4110,11 +4164,11 @@ language_id: 477582706 Move: type: programming color: "#4a137a" extensions: - - ".move" + - ".move" tm_scope: source.move ace_mode: text language_id: 638334599 Muse: type: prose @@ -4379,10 +4433,56 @@ aliases: - njk tm_scope: text.html.nunjucks ace_mode: nunjucks language_id: 461856962 +OASv2-json: + type: data + color: "#85ea2d" + extensions: + - ".json" + group: OpenAPI Specification v2 + tm_scope: source.json + ace_mode: json + codemirror_mode: javascript + codemirror_mime_type: application/json + language_id: 834374816 +OASv2-yaml: + type: data + color: "#85ea2d" + extensions: + - ".yaml" + - ".yml" + group: OpenAPI Specification v2 + tm_scope: source.yaml + ace_mode: yaml + codemirror_mode: yaml + codemirror_mime_type: text/x-yaml + language_id: 105187618 +OASv3-json: + type: data + color: "#85ea2d" + extensions: + - ".json" + group: OpenAPI Specification v3 + tm_scope: source.json + ace_mode: json + codemirror_mode: javascript + codemirror_mime_type: application/json + language_id: 980062566 +OASv3-yaml: + type: data + color: "#85ea2d" + extensions: + - ".yaml" + - ".yml" + group: OpenAPI Specification v3 + tm_scope: source.yaml + ace_mode: yaml + codemirror_mode: yaml + codemirror_mime_type: text/x-yaml + language_id: 51239111 OCaml: type: programming ace_mode: ocaml codemirror_mode: mllike codemirror_mime_type: text/x-ocaml @@ -4505,10 +4605,26 @@ ace_mode: text extensions: - ".rego" language_id: 840483232 tm_scope: source.rego +OpenAPI Specification v2: + aliases: + - oasv2 + type: data + color: "#85ea2d" + tm_scope: none + ace_mode: text + language_id: 848295328 +OpenAPI Specification v3: + aliases: + - oasv3 + type: data + color: "#85ea2d" + tm_scope: none + ace_mode: text + language_id: 557959099 OpenCL: type: programming color: "#ed2e2d" group: C extensions: @@ -4576,10 +4692,25 @@ extensions: - ".fea" tm_scope: source.opentype ace_mode: text language_id: 374317347 +Option List: + type: data + color: "#476732" + aliases: + - opts + - ackrc + filenames: + - ".ackrc" + - ackrc + - mocha.opts + tm_scope: source.opts + ace_mode: sh + codemirror_mode: shell + codemirror_mime_type: text/x-sh + language_id: 723589315 Org: type: prose color: "#77aa99" wrap: true extensions: @@ -4620,10 +4751,18 @@ extensions: - ".p4" tm_scope: source.p4 ace_mode: text language_id: 348895984 +PDDL: + type: programming + color: "#0d00ff" + extensions: + - ".pddl" + tm_scope: source.pddl + ace_mode: text + language_id: 736235603 PEG.js: type: programming color: "#234d6b" extensions: - ".pegjs" @@ -4812,14 +4951,16 @@ - ".plx" - ".pm" - ".psgi" - ".t" filenames: + - ".latexmkrc" - Makefile.PL - Rexfile - ack - cpanfile + - latexmkrc interpreters: - cperl - perl aliases: - cperl @@ -4910,10 +5051,18 @@ extensions: - ".pogo" tm_scope: source.pogoscript ace_mode: text language_id: 289 +Polar: + type: programming + color: "#ae81ff" + extensions: + - ".polar" + tm_scope: source.polar + ace_mode: text + language_id: 839112914 Pony: type: programming extensions: - ".pony" tm_scope: source.pony @@ -5991,10 +6140,20 @@ extensions: - ".scaml" tm_scope: source.scaml ace_mode: text language_id: 342 +Scenic: + type: programming + color: "#fdc700" + extensions: + - ".scenic" + tm_scope: source.scenic + ace_mode: text + interpreters: + - scenic + language_id: 619814037 Scheme: type: programming color: "#1e4aec" extensions: - ".scm" @@ -6153,10 +6312,23 @@ extensions: - ".sieve" codemirror_mode: sieve codemirror_mime_type: application/sieve language_id: 208976687 +Simple File Verification: + type: data + group: Checksums + color: "#C9BFED" + extensions: + - ".sfv" + aliases: + - sfv + tm_scope: source.sfv + ace_mode: ini + codemirror_mode: properties + codemirror_mime_type: text/x-properties + language_id: 735623761 Singularity: type: programming color: "#64E6AD" tm_scope: source.singularity filenames: @@ -6227,10 +6399,20 @@ ace_mode: smarty codemirror_mode: smarty codemirror_mime_type: text/x-smarty tm_scope: text.html.smarty language_id: 353 +Smithy: + type: programming + ace_mode: text + codemirror_mode: clike + codemirror_mime_type: text/x-csrc + tm_scope: source.smithy + color: "#c44536" + extensions: + - ".smithy" + language_id: 1027892786 Solidity: type: programming color: "#AA6746" ace_mode: text tm_scope: source.solidity @@ -6309,10 +6491,11 @@ - BUCK - BUILD - BUILD.bazel - Tiltfile - WORKSPACE + - WORKSPACE.bazel aliases: - bazel - bzl language_id: 960266174 Stata: @@ -6433,10 +6616,11 @@ - ".toml" filenames: - Cargo.lock - Gopkg.lock - Pipfile + - pdm.lock - poetry.lock tm_scope: source.toml ace_mode: toml codemirror_mode: toml codemirror_mime_type: text/x-toml @@ -6488,12 +6672,17 @@ type: programming color: "#e4cc98" extensions: - ".tcl" - ".adp" + - ".sdc" - ".tcl.in" - ".tm" + - ".xdc" + aliases: + - sdc + - xdc filenames: - owh - starfield interpreters: - tclsh @@ -6789,16 +6978,13 @@ color: "#867db1" extensions: - ".bas" - ".cls" - ".frm" - - ".frx" - ".vba" tm_scope: source.vbnet aliases: - - vb6 - - visual basic 6 - visual basic for applications ace_mode: text codemirror_mode: vb codemirror_mime_type: text/x-vb language_id: 399230729 @@ -6945,10 +7131,29 @@ tm_scope: source.vbnet ace_mode: text codemirror_mode: vb codemirror_mime_type: text/x-vb language_id: 389 +Visual Basic 6.0: + type: programming + color: "#2c6353" + extensions: + - ".cls" + - ".ctl" + - ".Dsr" + - ".frm" + tm_scope: source.vbnet + aliases: + - vb6 + - vb 6 + - visual basic 6 + - visual basic classic + - classic visual basic + ace_mode: text + codemirror_mode: vb + codemirror_mime_type: text/x-vb + language_id: 679594952 Volt: type: programming color: "#1F1F1F" extensions: - ".volt" @@ -7620,9 +7825,19 @@ type: programming extensions: - ".jq" tm_scope: source.jq language_id: 905371884 +just: + type: programming + aliases: + - Justfile + color: "#384d54" + tm_scope: source.just + filenames: + - Justfile + ace_mode: text + language_id: 128447695 kvlang: type: markup ace_mode: text extensions: - ".kv"