Update go-enry to v2.6.1 (#14997)

Co-authored-by: Gitea <gitea@gitea.io>
mj-v1.14.3
Lauris BH 3 years ago committed by GitHub
parent 5f8478ab0a
commit 1ae9b2a89b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ require (
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
github.com/go-chi/chi v1.5.4 github.com/go-chi/chi v1.5.4
github.com/go-chi/cors v1.1.1 github.com/go-chi/cors v1.1.1
github.com/go-enry/go-enry/v2 v2.6.0 github.com/go-enry/go-enry/v2 v2.6.1
github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.2.0 github.com/go-git/go-git/v5 v5.2.0
github.com/go-ldap/ldap/v3 v3.2.4 github.com/go-ldap/ldap/v3 v3.2.4

@ -320,8 +320,8 @@ github.com/go-chi/chi v1.5.4 h1:QHdzF2szwjqVV4wmByUnTcsbIg7UGaQ0tPF2t5GcAIs=
github.com/go-chi/chi v1.5.4/go.mod h1:uaf8YgoFazUOkPBG7fxPftUylNumIev9awIWOENIuEg= github.com/go-chi/chi v1.5.4/go.mod h1:uaf8YgoFazUOkPBG7fxPftUylNumIev9awIWOENIuEg=
github.com/go-chi/cors v1.1.1 h1:eHuqxsIw89iXcWnWUN8R72JMibABJTN/4IOYI5WERvw= github.com/go-chi/cors v1.1.1 h1:eHuqxsIw89iXcWnWUN8R72JMibABJTN/4IOYI5WERvw=
github.com/go-chi/cors v1.1.1/go.mod h1:K2Yje0VW/SJzxiyMYu6iPQYa7hMjQX2i/F491VChg1I= github.com/go-chi/cors v1.1.1/go.mod h1:K2Yje0VW/SJzxiyMYu6iPQYa7hMjQX2i/F491VChg1I=
github.com/go-enry/go-enry/v2 v2.6.0 h1:nbGWQBpO+D+cJuRxNgSDFnFY9QWz3QM/CeZxU7VAH20= github.com/go-enry/go-enry/v2 v2.6.1 h1:ckFkMVj2NeHpaQDFDiSjanVjNy2IiuMNivhXDB4c5Q0=
github.com/go-enry/go-enry/v2 v2.6.0/go.mod h1:GVzIiAytiS5uT/QiuakK7TF1u4xDab87Y8V5EJRpsIQ= github.com/go-enry/go-enry/v2 v2.6.1/go.mod h1:GVzIiAytiS5uT/QiuakK7TF1u4xDab87Y8V5EJRpsIQ=
github.com/go-enry/go-oniguruma v1.2.1 h1:k8aAMuJfMrqm/56SG2lV9Cfti6tC4x8673aHCcBk+eo= github.com/go-enry/go-oniguruma v1.2.1 h1:k8aAMuJfMrqm/56SG2lV9Cfti6tC4x8673aHCcBk+eo=
github.com/go-enry/go-oniguruma v1.2.1/go.mod h1:bWDhYP+S6xZQgiRL7wlTScFYBe023B6ilRZbCAD5Hf4= github.com/go-enry/go-oniguruma v1.2.1/go.mod h1:bWDhYP+S6xZQgiRL7wlTScFYBe023B6ilRZbCAD5Hf4=
github.com/go-git/gcfg v1.5.0 h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4= github.com/go-git/gcfg v1.5.0 h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4=

@ -150,7 +150,7 @@ macOS and linux platforms. Windows support is planned under [src-d/enry#150](htt
## Divergences from Linguist ## Divergences from Linguist
The `enry` library is based on the data from `github/linguist` version **v7.12.1**. The `enry` library is based on the data from `github/linguist` version **v7.13.0**.
Parsing [linguist/samples](https://github.com/github/linguist/tree/master/samples) the following `enry` results are different from the Linguist: Parsing [linguist/samples](https://github.com/github/linguist/tree/master/samples) the following `enry` results are different from the Linguist:

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
@ -11,6 +11,7 @@ var LanguageByAliasMap = map[string]string{
"1c_enterprise": "1C Enterprise", "1c_enterprise": "1C Enterprise",
"4d": "4D", "4d": "4D",
"abap": "ABAP", "abap": "ABAP",
"abap_cds": "ABAP CDS",
"abl": "OpenEdge ABL", "abl": "OpenEdge ABL",
"abnf": "ABNF", "abnf": "ABNF",
"abuild": "Alpine Abuild", "abuild": "Alpine Abuild",
@ -83,6 +84,7 @@ var LanguageByAliasMap = map[string]string{
"batch": "Batchfile", "batch": "Batchfile",
"batchfile": "Batchfile", "batchfile": "Batchfile",
"bazel": "Starlark", "bazel": "Starlark",
"beef": "Beef",
"befunge": "Befunge", "befunge": "Befunge",
"bibtex": "BibTeX", "bibtex": "BibTeX",
"bison": "Bison", "bison": "Bison",
@ -95,10 +97,12 @@ var LanguageByAliasMap = map[string]string{
"bluespec": "Bluespec", "bluespec": "Bluespec",
"bmax": "BlitzMax", "bmax": "BlitzMax",
"boo": "Boo", "boo": "Boo",
"boogie": "Boogie",
"bplus": "BlitzBasic", "bplus": "BlitzBasic",
"brainfuck": "Brainfuck", "brainfuck": "Brainfuck",
"brightscript": "Brightscript", "brightscript": "Brightscript",
"bro": "Zeek", "bro": "Zeek",
"browserslist": "Browserslist",
"bsdmake": "Makefile", "bsdmake": "Makefile",
"byond": "DM", "byond": "DM",
"bzl": "Starlark", "bzl": "Starlark",
@ -111,6 +115,8 @@ var LanguageByAliasMap = map[string]string{
"c2hs_haskell": "C2hs Haskell", "c2hs_haskell": "C2hs Haskell",
"cabal": "Cabal Config", "cabal": "Cabal Config",
"cabal_config": "Cabal Config", "cabal_config": "Cabal Config",
"cake": "C#",
"cakescript": "C#",
"cap'n_proto": "Cap'n Proto", "cap'n_proto": "Cap'n Proto",
"carto": "CartoCSS", "carto": "CartoCSS",
"cartocss": "CartoCSS", "cartocss": "CartoCSS",
@ -182,7 +188,7 @@ var LanguageByAliasMap = map[string]string{
"dart": "Dart", "dart": "Dart",
"dataweave": "DataWeave", "dataweave": "DataWeave",
"dcl": "DIGITAL Command Language", "dcl": "DIGITAL Command Language",
"delphi": "Component Pascal", "delphi": "Pascal",
"desktop": "desktop", "desktop": "desktop",
"dhall": "Dhall", "dhall": "Dhall",
"diff": "Diff", "diff": "Diff",
@ -301,6 +307,7 @@ var LanguageByAliasMap = map[string]string{
"handlebars": "Handlebars", "handlebars": "Handlebars",
"haproxy": "HAProxy", "haproxy": "HAProxy",
"harbour": "Harbour", "harbour": "Harbour",
"hashicorp_configuration_language": "HCL",
"haskell": "Haskell", "haskell": "Haskell",
"haxe": "Haxe", "haxe": "Haxe",
"hbs": "Handlebars", "hbs": "Handlebars",
@ -333,6 +340,8 @@ var LanguageByAliasMap = map[string]string{
"igor": "IGOR Pro", "igor": "IGOR Pro",
"igor_pro": "IGOR Pro", "igor_pro": "IGOR Pro",
"igorpro": "IGOR Pro", "igorpro": "IGOR Pro",
"ijm": "ImageJ Macro",
"imagej_macro": "ImageJ Macro",
"inc": "PHP", "inc": "PHP",
"inform7": "Inform 7", "inform7": "Inform 7",
"inform_7": "Inform 7", "inform_7": "Inform 7",
@ -369,7 +378,6 @@ var LanguageByAliasMap = map[string]string{
"jsonld": "JSONLD", "jsonld": "JSONLD",
"jsonnet": "Jsonnet", "jsonnet": "Jsonnet",
"jsp": "Java Server Pages", "jsp": "Java Server Pages",
"jsx": "JSX",
"julia": "Julia", "julia": "Julia",
"jupyter_notebook": "Jupyter Notebook", "jupyter_notebook": "Jupyter Notebook",
"kaitai_struct": "Kaitai Struct", "kaitai_struct": "Kaitai Struct",
@ -493,7 +501,7 @@ var LanguageByAliasMap = map[string]string{
"nit": "Nit", "nit": "Nit",
"nix": "Nix", "nix": "Nix",
"nixos": "Nix", "nixos": "Nix",
"njk": "HTML+Django", "njk": "Nunjucks",
"nl": "NL", "nl": "NL",
"node": "JavaScript", "node": "JavaScript",
"npm_config": "NPM Config", "npm_config": "NPM Config",
@ -502,7 +510,7 @@ var LanguageByAliasMap = map[string]string{
"nsis": "NSIS", "nsis": "NSIS",
"nu": "Nu", "nu": "Nu",
"numpy": "NumPy", "numpy": "NumPy",
"nunjucks": "HTML+Django", "nunjucks": "Nunjucks",
"nush": "Nu", "nush": "Nu",
"nvim": "Vim script", "nvim": "Vim script",
"nwscript": "NWScript", "nwscript": "NWScript",
@ -519,7 +527,7 @@ var LanguageByAliasMap = map[string]string{
"objectivec": "Objective-C", "objectivec": "Objective-C",
"objectivec++": "Objective-C++", "objectivec++": "Objective-C++",
"objectivej": "Objective-J", "objectivej": "Objective-J",
"objectpascal": "Component Pascal", "objectpascal": "Pascal",
"objectscript": "ObjectScript", "objectscript": "ObjectScript",
"objj": "Objective-J", "objj": "Objective-J",
"ocaml": "OCaml", "ocaml": "OCaml",
@ -569,6 +577,7 @@ var LanguageByAliasMap = map[string]string{
"piglatin": "PigLatin", "piglatin": "PigLatin",
"pike": "Pike", "pike": "Pike",
"pir": "Parrot Internal Representation", "pir": "Parrot Internal Representation",
"plain_text": "Text",
"plantuml": "PlantUML", "plantuml": "PlantUML",
"plpgsql": "PLpgSQL", "plpgsql": "PLpgSQL",
"plsql": "PLSQL", "plsql": "PLSQL",
@ -636,6 +645,7 @@ var LanguageByAliasMap = map[string]string{
"realbasic": "REALbasic", "realbasic": "REALbasic",
"reason": "Reason", "reason": "Reason",
"rebol": "Rebol", "rebol": "Rebol",
"record_jar": "Record Jar",
"red": "Red", "red": "Red",
"red/system": "Red", "red/system": "Red",
"redcode": "Redcode", "redcode": "Redcode",

@ -1,11 +1,12 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
var LanguagesColor = map[string]string{ var LanguagesColor = map[string]string{
"1C Enterprise": "#814CCC", "1C Enterprise": "#814CCC",
"ABAP": "#E8274B", "ABAP": "#E8274B",
"ABAP CDS": "#555e25",
"AGS Script": "#B9D9FF", "AGS Script": "#B9D9FF",
"AL": "#3AA2B5", "AL": "#3AA2B5",
"AMPL": "#E6EFBB", "AMPL": "#E6EFBB",
@ -30,11 +31,14 @@ var LanguagesColor = map[string]string{
"AutoIt": "#1C3552", "AutoIt": "#1C3552",
"Ballerina": "#FF5000", "Ballerina": "#FF5000",
"Batchfile": "#C1F12E", "Batchfile": "#C1F12E",
"Beef": "#a52f4e",
"Bison": "#6A463F", "Bison": "#6A463F",
"Blade": "#f7523f", "Blade": "#f7523f",
"BlitzMax": "#cd6400", "BlitzMax": "#cd6400",
"Boo": "#d4bec1", "Boo": "#d4bec1",
"Boogie": "#c80fa0",
"Brainfuck": "#2F2530", "Brainfuck": "#2F2530",
"Browserslist": "#ffd539",
"C": "#555555", "C": "#555555",
"C#": "#178600", "C#": "#178600",
"C++": "#f34b7d", "C++": "#f34b7d",
@ -48,6 +52,7 @@ var LanguagesColor = map[string]string{
"Clean": "#3F85AF", "Clean": "#3F85AF",
"Click": "#E4E6F3", "Click": "#E4E6F3",
"Clojure": "#db5855", "Clojure": "#db5855",
"Closure Templates": "#0d948f",
"CoffeeScript": "#244776", "CoffeeScript": "#244776",
"ColdFusion": "#ed2cd6", "ColdFusion": "#ed2cd6",
"ColdFusion CFC": "#ed2cd6", "ColdFusion CFC": "#ed2cd6",
@ -114,6 +119,7 @@ var LanguagesColor = map[string]string{
"IDL": "#a3522f", "IDL": "#a3522f",
"IGOR Pro": "#0000cc", "IGOR Pro": "#0000cc",
"Idris": "#b30000", "Idris": "#b30000",
"ImageJ Macro": "#99AAFF",
"Io": "#a9188d", "Io": "#a9188d",
"Ioke": "#078193", "Ioke": "#078193",
"Isabelle": "#FEFE00", "Isabelle": "#FEFE00",
@ -138,6 +144,7 @@ var LanguagesColor = map[string]string{
"Latte": "#f2a542", "Latte": "#f2a542",
"Less": "#1d365d", "Less": "#1d365d",
"Lex": "#DBCA00", "Lex": "#DBCA00",
"Liquid": "#67b8de",
"LiveScript": "#499886", "LiveScript": "#499886",
"LookML": "#652B81", "LookML": "#652B81",
"Lua": "#000080", "Lua": "#000080",
@ -158,6 +165,7 @@ var LanguagesColor = map[string]string{
"Metal": "#8f14e9", "Metal": "#8f14e9",
"Mirah": "#c7a938", "Mirah": "#c7a938",
"Modula-3": "#223388", "Modula-3": "#223388",
"Mustache": "#724b3b",
"NCL": "#28431f", "NCL": "#28431f",
"NWScript": "#111522", "NWScript": "#111522",
"Nearley": "#990000", "Nearley": "#990000",
@ -172,6 +180,7 @@ var LanguagesColor = map[string]string{
"Nix": "#7e7eff", "Nix": "#7e7eff",
"Nu": "#c9df40", "Nu": "#c9df40",
"NumPy": "#9C8AF9", "NumPy": "#9C8AF9",
"Nunjucks": "#3d8137",
"OCaml": "#3be133", "OCaml": "#3be133",
"ObjectScript": "#424893", "ObjectScript": "#424893",
"Objective-C": "#438eff", "Objective-C": "#438eff",
@ -181,6 +190,7 @@ var LanguagesColor = map[string]string{
"Omgrofl": "#cabbff", "Omgrofl": "#cabbff",
"Opal": "#f7ede0", "Opal": "#f7ede0",
"OpenQASM": "#AA70FF", "OpenQASM": "#AA70FF",
"Org": "#77aa99",
"Oxygene": "#cdd0e3", "Oxygene": "#cdd0e3",
"Oz": "#fab738", "Oz": "#fab738",
"P4": "#7055b5", "P4": "#7055b5",
@ -222,6 +232,7 @@ var LanguagesColor = map[string]string{
"ReScript": "#ed5051", "ReScript": "#ed5051",
"Reason": "#ff5847", "Reason": "#ff5847",
"Rebol": "#358a5b", "Rebol": "#358a5b",
"Record Jar": "#0673ba",
"Red": "#f50000", "Red": "#f50000",
"Ren'Py": "#ff7f7f", "Ren'Py": "#ff7f7f",
"Ring": "#2D54CB", "Ring": "#2D54CB",
@ -238,6 +249,7 @@ var LanguagesColor = map[string]string{
"SaltStack": "#646464", "SaltStack": "#646464",
"Sass": "#a53b70", "Sass": "#a53b70",
"Scala": "#c22d40", "Scala": "#c22d40",
"Scaml": "#bd181a",
"Scheme": "#1e4aec", "Scheme": "#1e4aec",
"Self": "#0579aa", "Self": "#0579aa",
"Shell": "#89e051", "Shell": "#89e051",

@ -1,7 +1,7 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
// linguist's commit from which files were generated. // linguist's commit from which files were generated.
var LinguistCommit = "223c00bb80eff04788e29010f98c5778993d2b2a" var LinguistCommit = "6aed0bd564f55c4f2d987c2e6035eda7aea26375"

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
@ -665,6 +665,12 @@ var ContentHeuristics = map[string]*Heuristics{
regexp.MustCompile(`(?m)^Class\s`), regexp.MustCompile(`(?m)^Class\s`),
), ),
}, },
".cmp": &Heuristics{
rule.Or(
rule.MatchingLanguages("Gerber Image"),
regexp.MustCompile(`(?m)^[DGMT][0-9]{2}\*\r?\n`),
),
},
".cs": &Heuristics{ ".cs": &Heuristics{
rule.Or( rule.Or(
rule.MatchingLanguages("Smalltalk"), rule.MatchingLanguages("Smalltalk"),
@ -791,7 +797,7 @@ var ContentHeuristics = map[string]*Heuristics{
), ),
rule.Or( rule.Or(
rule.MatchingLanguages("Gerber Image"), rule.MatchingLanguages("Gerber Image"),
regexp.MustCompile(`(?m)\*\%$`), regexp.MustCompile(`(?m)^[DGMT][0-9]{2}\*$`),
), ),
rule.Always( rule.Always(
rule.MatchingLanguages("Game Maker Language"), rule.MatchingLanguages("Game Maker Language"),
@ -948,6 +954,15 @@ var ContentHeuristics = map[string]*Heuristics{
regexp.MustCompile(`(?m)^\w+\s*:\s*module\s*{`), regexp.MustCompile(`(?m)^\w+\s*:\s*module\s*{`),
), ),
}, },
".m4": &Heuristics{
rule.Or(
rule.MatchingLanguages("M4Sugar"),
regexp.MustCompile(`(?m)AC_DEFUN|AC_PREREQ|AC_INIT|^_?m4_`),
),
rule.Always(
rule.MatchingLanguages("M4"),
),
},
".man": &Heuristics{ ".man": &Heuristics{
rule.And( rule.And(
rule.MatchingLanguages("Roff Manpage"), rule.MatchingLanguages("Roff Manpage"),
@ -1087,6 +1102,10 @@ var ContentHeuristics = map[string]*Heuristics{
rule.MatchingLanguages("XML"), rule.MatchingLanguages("XML"),
regexp.MustCompile(`(?m)^\s*<\?xml\s+version`), regexp.MustCompile(`(?m)^\s*<\?xml\s+version`),
), ),
rule.Or(
rule.MatchingLanguages("Gerber Image"),
regexp.MustCompile(`(?m)^[DGMT][0-9]{2}\*\r?\n`),
),
rule.Or( rule.Or(
rule.MatchingLanguages("Text"), rule.MatchingLanguages("Text"),
regexp.MustCompile(`(?m)THE_TITLE`), regexp.MustCompile(`(?m)THE_TITLE`),
@ -1317,6 +1336,10 @@ var ContentHeuristics = map[string]*Heuristics{
rule.MatchingLanguages("RenderScript"), rule.MatchingLanguages("RenderScript"),
regexp.MustCompile(`(?m)#include|#pragma\s+(rs|version)|__attribute__`), regexp.MustCompile(`(?m)#include|#pragma\s+(rs|version)|__attribute__`),
), ),
rule.Or(
rule.MatchingLanguages("XML"),
regexp.MustCompile(`(?m)^\s*<\?xml`),
),
}, },
".s": &Heuristics{ ".s": &Heuristics{
rule.Or( rule.Or(
@ -1337,7 +1360,7 @@ var ContentHeuristics = map[string]*Heuristics{
".sol": &Heuristics{ ".sol": &Heuristics{
rule.Or( rule.Or(
rule.MatchingLanguages("Gerber Image"), rule.MatchingLanguages("Gerber Image"),
regexp.MustCompile(`(?m)^G75\*`), regexp.MustCompile(`(?m)^[DGMT][0-9]{2}\*\r?\n`),
), ),
}, },
".sql": &Heuristics{ ".sql": &Heuristics{

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
@ -69,6 +69,7 @@ var LanguagesByExtension = map[string][]string{
".asciidoc": {"AsciiDoc"}, ".asciidoc": {"AsciiDoc"},
".ascx": {"ASP.NET"}, ".ascx": {"ASP.NET"},
".asd": {"Common Lisp"}, ".asd": {"Common Lisp"},
".asddls": {"ABAP CDS"},
".ash": {"AGS Script"}, ".ash": {"AGS Script"},
".ashx": {"ASP.NET"}, ".ashx": {"ASP.NET"},
".asl": {"ASL"}, ".asl": {"ASL"},
@ -105,7 +106,7 @@ var LanguagesByExtension = map[string][]string{
".bdf": {"Glyph Bitmap Distribution Format"}, ".bdf": {"Glyph Bitmap Distribution Format"},
".bdy": {"PLSQL"}, ".bdy": {"PLSQL"},
".befunge": {"Befunge"}, ".befunge": {"Befunge"},
".bf": {"Brainfuck", "HyPhy"}, ".bf": {"Beef", "Brainfuck", "HyPhy"},
".bib": {"BibTeX"}, ".bib": {"BibTeX"},
".bibtex": {"BibTeX"}, ".bibtex": {"BibTeX"},
".bison": {"Bison"}, ".bison": {"Bison"},
@ -115,6 +116,7 @@ var LanguagesByExtension = map[string][]string{
".bones": {"JavaScript"}, ".bones": {"JavaScript"},
".boo": {"Boo"}, ".boo": {"Boo"},
".boot": {"Clojure"}, ".boot": {"Clojure"},
".bpl": {"Boogie"},
".brd": {"Eagle", "KiCad Legacy Layout"}, ".brd": {"Eagle", "KiCad Legacy Layout"},
".bro": {"Zeek"}, ".bro": {"Zeek"},
".brs": {"Brightscript"}, ".brs": {"Brightscript"},
@ -170,6 +172,7 @@ var LanguagesByExtension = map[string][]string{
".cmake": {"CMake"}, ".cmake": {"CMake"},
".cmake.in": {"CMake"}, ".cmake.in": {"CMake"},
".cmd": {"Batchfile"}, ".cmd": {"Batchfile"},
".cmp": {"Gerber Image"},
".cnc": {"G-code"}, ".cnc": {"G-code"},
".cob": {"COBOL"}, ".cob": {"COBOL"},
".cobol": {"COBOL"}, ".cobol": {"COBOL"},
@ -368,6 +371,7 @@ var LanguagesByExtension = map[string][]string{
".glslf": {"GLSL"}, ".glslf": {"GLSL"},
".glslv": {"GLSL"}, ".glslv": {"GLSL"},
".gltf": {"JSON"}, ".gltf": {"JSON"},
".glyphs": {"OpenStep Property List"},
".gml": {"Game Maker Language", "Gerber Image", "Graph Modeling Language", "XML"}, ".gml": {"Game Maker Language", "Gerber Image", "Graph Modeling Language", "XML"},
".gms": {"GAMS"}, ".gms": {"GAMS"},
".gmx": {"XML"}, ".gmx": {"XML"},
@ -448,6 +452,7 @@ var LanguagesByExtension = map[string][]string{
".idr": {"Idris"}, ".idr": {"Idris"},
".ig": {"Modula-3"}, ".ig": {"Modula-3"},
".ihlp": {"Stata"}, ".ihlp": {"Stata"},
".ijm": {"ImageJ Macro"},
".ijs": {"J"}, ".ijs": {"J"},
".ik": {"Ioke"}, ".ik": {"Ioke"},
".ily": {"LilyPond"}, ".ily": {"LilyPond"},
@ -499,7 +504,7 @@ var LanguagesByExtension = map[string][]string{
".jsproj": {"XML"}, ".jsproj": {"XML"},
".jss": {"JavaScript"}, ".jss": {"JavaScript"},
".jst": {"EJS"}, ".jst": {"EJS"},
".jsx": {"JSX"}, ".jsx": {"JavaScript"},
".kicad_mod": {"KiCad Layout"}, ".kicad_mod": {"KiCad Layout"},
".kicad_pcb": {"KiCad Layout"}, ".kicad_pcb": {"KiCad Layout"},
".kicad_wks": {"KiCad Layout"}, ".kicad_wks": {"KiCad Layout"},
@ -649,7 +654,7 @@ var LanguagesByExtension = map[string][]string{
".nb": {"Mathematica", "Text"}, ".nb": {"Mathematica", "Text"},
".nbp": {"Mathematica"}, ".nbp": {"Mathematica"},
".nc": {"nesC"}, ".nc": {"nesC"},
".ncl": {"NCL", "Text", "XML"}, ".ncl": {"Gerber Image", "NCL", "Text", "XML"},
".ndproj": {"XML"}, ".ndproj": {"XML"},
".ne": {"Nearley"}, ".ne": {"Nearley"},
".nearley": {"Nearley"}, ".nearley": {"Nearley"},
@ -666,7 +671,7 @@ var LanguagesByExtension = map[string][]string{
".ninja": {"Ninja"}, ".ninja": {"Ninja"},
".nit": {"Nit"}, ".nit": {"Nit"},
".nix": {"Nix"}, ".nix": {"Nix"},
".njk": {"HTML+Django"}, ".njk": {"Nunjucks"},
".njs": {"JavaScript"}, ".njs": {"JavaScript"},
".nl": {"NL", "NewLisp"}, ".nl": {"NL", "NewLisp"},
".nlogo": {"NetLogo"}, ".nlogo": {"NetLogo"},
@ -827,6 +832,8 @@ var LanguagesByExtension = map[string][]string{
".r3": {"Rebol"}, ".r3": {"Rebol"},
".rabl": {"Ruby"}, ".rabl": {"Ruby"},
".rake": {"Ruby"}, ".rake": {"Ruby"},
".raku": {"Raku"},
".rakumod": {"Raku"},
".raml": {"RAML"}, ".raml": {"RAML"},
".raw": {"Raw token data"}, ".raw": {"Raw token data"},
".razor": {"HTML+Razor"}, ".razor": {"HTML+Razor"},
@ -879,7 +886,7 @@ var LanguagesByExtension = map[string][]string{
".ronn": {"Markdown"}, ".ronn": {"Markdown"},
".rpy": {"Python", "Ren'Py"}, ".rpy": {"Python", "Ren'Py"},
".rq": {"SPARQL"}, ".rq": {"SPARQL"},
".rs": {"RenderScript", "Rust"}, ".rs": {"RenderScript", "Rust", "XML"},
".rs.in": {"Rust"}, ".rs.in": {"Rust"},
".rsc": {"Rascal"}, ".rsc": {"Rascal"},
".rsh": {"RenderScript"}, ".rsh": {"RenderScript"},
@ -902,7 +909,7 @@ var LanguagesByExtension = map[string][]string{
".scad": {"OpenSCAD"}, ".scad": {"OpenSCAD"},
".scala": {"Scala"}, ".scala": {"Scala"},
".scaml": {"Scaml"}, ".scaml": {"Scaml"},
".scd": {"SuperCollider"}, ".scd": {"Markdown", "SuperCollider"},
".sce": {"Scilab"}, ".sce": {"Scilab"},
".sch": {"Eagle", "KiCad Schematic", "Scheme", "XML"}, ".sch": {"Eagle", "KiCad Schematic", "Scheme", "XML"},
".schdoc": {"Altium Designer"}, ".schdoc": {"Altium Designer"},
@ -1193,6 +1200,7 @@ var ExtensionsByLanguage = map[string][]string{
"1C Enterprise": {".bsl", ".os"}, "1C Enterprise": {".bsl", ".os"},
"4D": {".4dm"}, "4D": {".4dm"},
"ABAP": {".abap"}, "ABAP": {".abap"},
"ABAP CDS": {".asddls"},
"ABNF": {".abnf"}, "ABNF": {".abnf"},
"AGS Script": {".asc", ".ash"}, "AGS Script": {".asc", ".ash"},
"AL": {".al"}, "AL": {".al"},
@ -1227,6 +1235,7 @@ var ExtensionsByLanguage = map[string][]string{
"Awk": {".awk", ".auk", ".gawk", ".mawk", ".nawk"}, "Awk": {".awk", ".auk", ".gawk", ".mawk", ".nawk"},
"Ballerina": {".bal"}, "Ballerina": {".bal"},
"Batchfile": {".bat", ".cmd"}, "Batchfile": {".bat", ".cmd"},
"Beef": {".bf"},
"Befunge": {".befunge"}, "Befunge": {".befunge"},
"BibTeX": {".bib", ".bibtex"}, "BibTeX": {".bib", ".bibtex"},
"Bison": {".bison"}, "Bison": {".bison"},
@ -1236,6 +1245,7 @@ var ExtensionsByLanguage = map[string][]string{
"BlitzMax": {".bmx"}, "BlitzMax": {".bmx"},
"Bluespec": {".bsv"}, "Bluespec": {".bsv"},
"Boo": {".boo"}, "Boo": {".boo"},
"Boogie": {".bpl"},
"Brainfuck": {".b", ".bf"}, "Brainfuck": {".b", ".bf"},
"Brightscript": {".brs"}, "Brightscript": {".brs"},
"C": {".c", ".cats", ".h", ".idc"}, "C": {".c", ".cats", ".h", ".idc"},
@ -1349,7 +1359,7 @@ var ExtensionsByLanguage = map[string][]string{
"Genshi": {".kid"}, "Genshi": {".kid"},
"Gentoo Ebuild": {".ebuild"}, "Gentoo Ebuild": {".ebuild"},
"Gentoo Eclass": {".eclass"}, "Gentoo Eclass": {".eclass"},
"Gerber Image": {".gbr", ".gbl", ".gbo", ".gbp", ".gbs", ".gko", ".gml", ".gpb", ".gpt", ".gtl", ".gto", ".gtp", ".gts", ".sol"}, "Gerber Image": {".gbr", ".cmp", ".gbl", ".gbo", ".gbp", ".gbs", ".gko", ".gml", ".gpb", ".gpt", ".gtl", ".gto", ".gtp", ".gts", ".ncl", ".sol"},
"Gettext Catalog": {".po", ".pot"}, "Gettext Catalog": {".po", ".pot"},
"Gherkin": {".feature", ".story"}, "Gherkin": {".feature", ".story"},
"Git Config": {".gitconfig"}, "Git Config": {".gitconfig"},
@ -1371,7 +1381,7 @@ var ExtensionsByLanguage = map[string][]string{
"HCL": {".hcl", ".nomad", ".tf", ".tfvars", ".workflow"}, "HCL": {".hcl", ".nomad", ".tf", ".tfvars", ".workflow"},
"HLSL": {".hlsl", ".cginc", ".fx", ".fxh", ".hlsli"}, "HLSL": {".hlsl", ".cginc", ".fx", ".fxh", ".hlsli"},
"HTML": {".html", ".htm", ".html.hl", ".inc", ".st", ".xht", ".xhtml"}, "HTML": {".html", ".htm", ".html.hl", ".inc", ".st", ".xht", ".xhtml"},
"HTML+Django": {".jinja", ".j2", ".jinja2", ".njk"}, "HTML+Django": {".jinja", ".j2", ".jinja2"},
"HTML+ECR": {".ecr"}, "HTML+ECR": {".ecr"},
"HTML+EEX": {".eex", ".html.leex"}, "HTML+EEX": {".eex", ".html.leex"},
"HTML+ERB": {".erb", ".erb.deface", ".rhtml"}, "HTML+ERB": {".erb", ".erb.deface", ".rhtml"},
@ -1395,6 +1405,7 @@ var ExtensionsByLanguage = map[string][]string{
"IRC log": {".irclog", ".weechatlog"}, "IRC log": {".irclog", ".weechatlog"},
"Idris": {".idr", ".lidr"}, "Idris": {".idr", ".lidr"},
"Ignore List": {".gitignore"}, "Ignore List": {".gitignore"},
"ImageJ Macro": {".ijm"},
"Inform 7": {".ni", ".i7x"}, "Inform 7": {".ni", ".i7x"},
"Inno Setup": {".iss", ".isl"}, "Inno Setup": {".iss", ".isl"},
"Io": {".io"}, "Io": {".io"},
@ -1407,12 +1418,11 @@ var ExtensionsByLanguage = map[string][]string{
"JSON5": {".json5"}, "JSON5": {".json5"},
"JSONLD": {".jsonld"}, "JSONLD": {".jsonld"},
"JSONiq": {".jq"}, "JSONiq": {".jq"},
"JSX": {".jsx"},
"Jasmin": {".j"}, "Jasmin": {".j"},
"Java": {".java"}, "Java": {".java"},
"Java Properties": {".properties"}, "Java Properties": {".properties"},
"Java Server Pages": {".jsp"}, "Java Server Pages": {".jsp"},
"JavaScript": {".js", "._js", ".bones", ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".jsb", ".jscad", ".jsfl", ".jsm", ".jss", ".mjs", ".njs", ".pac", ".sjs", ".ssjs", ".xsjs", ".xsjslib"}, "JavaScript": {".js", "._js", ".bones", ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".jsb", ".jscad", ".jsfl", ".jsm", ".jss", ".jsx", ".mjs", ".njs", ".pac", ".sjs", ".ssjs", ".xsjs", ".xsjslib"},
"JavaScript+ERB": {".js.erb"}, "JavaScript+ERB": {".js.erb"},
"Jison": {".jison"}, "Jison": {".jison"},
"Jison Lex": {".jisonlex"}, "Jison Lex": {".jisonlex"},
@ -1466,7 +1476,7 @@ var ExtensionsByLanguage = map[string][]string{
"Macaulay2": {".m2"}, "Macaulay2": {".m2"},
"Makefile": {".mak", ".d", ".make", ".mk", ".mkfile"}, "Makefile": {".mak", ".d", ".make", ".mk", ".mkfile"},
"Mako": {".mako", ".mao"}, "Mako": {".mako", ".mao"},
"Markdown": {".md", ".markdown", ".mdown", ".mdwn", ".mdx", ".mkd", ".mkdn", ".mkdown", ".ronn", ".workbook"}, "Markdown": {".md", ".markdown", ".mdown", ".mdwn", ".mdx", ".mkd", ".mkdn", ".mkdown", ".ronn", ".scd", ".workbook"},
"Marko": {".marko"}, "Marko": {".marko"},
"Mask": {".mask"}, "Mask": {".mask"},
"Mathematica": {".mathematica", ".cdf", ".m", ".ma", ".mt", ".nb", ".nbp", ".wl", ".wlt"}, "Mathematica": {".mathematica", ".cdf", ".m", ".ma", ".mt", ".nb", ".nbp", ".wl", ".wlt"},
@ -1508,6 +1518,7 @@ var ExtensionsByLanguage = map[string][]string{
"Nix": {".nix"}, "Nix": {".nix"},
"Nu": {".nu"}, "Nu": {".nu"},
"NumPy": {".numpy", ".numpyw", ".numsc"}, "NumPy": {".numpy", ".numpyw", ".numsc"},
"Nunjucks": {".njk"},
"OCaml": {".ml", ".eliom", ".eliomi", ".ml4", ".mli", ".mll", ".mly"}, "OCaml": {".ml", ".eliom", ".eliomi", ".ml4", ".mli", ".mll", ".mly"},
"ObjDump": {".objdump"}, "ObjDump": {".objdump"},
"Object Data Instance Notation": {".odin"}, "Object Data Instance Notation": {".odin"},
@ -1524,7 +1535,7 @@ var ExtensionsByLanguage = map[string][]string{
"OpenEdge ABL": {".p", ".cls", ".w"}, "OpenEdge ABL": {".p", ".cls", ".w"},
"OpenQASM": {".qasm"}, "OpenQASM": {".qasm"},
"OpenSCAD": {".scad"}, "OpenSCAD": {".scad"},
"OpenStep Property List": {".plist"}, "OpenStep Property List": {".plist", ".glyphs"},
"OpenType Feature File": {".fea"}, "OpenType Feature File": {".fea"},
"Org": {".org"}, "Org": {".org"},
"Ox": {".ox", ".oxh", ".oxo"}, "Ox": {".ox", ".oxh", ".oxo"},
@ -1587,7 +1598,7 @@ var ExtensionsByLanguage = map[string][]string{
"RUNOFF": {".rnh", ".rno"}, "RUNOFF": {".rnh", ".rno"},
"Racket": {".rkt", ".rktd", ".rktl", ".scrbl"}, "Racket": {".rkt", ".rktd", ".rktl", ".scrbl"},
"Ragel": {".rl"}, "Ragel": {".rl"},
"Raku": {".6pl", ".6pm", ".nqp", ".p6", ".p6l", ".p6m", ".pl", ".pl6", ".pm", ".pm6", ".t"}, "Raku": {".6pl", ".6pm", ".nqp", ".p6", ".p6l", ".p6m", ".pl", ".pl6", ".pm", ".pm6", ".raku", ".rakumod", ".t"},
"Rascal": {".rsc"}, "Rascal": {".rsc"},
"Raw token data": {".raw"}, "Raw token data": {".raw"},
"ReScript": {".res"}, "ReScript": {".res"},
@ -1706,7 +1717,7 @@ var ExtensionsByLanguage = map[string][]string{
"X PixMap": {".xpm", ".pm"}, "X PixMap": {".xpm", ".pm"},
"X10": {".x10"}, "X10": {".x10"},
"XC": {".xc"}, "XC": {".xc"},
"XML": {".xml", ".adml", ".admx", ".ant", ".axml", ".builds", ".ccproj", ".ccxml", ".clixml", ".cproject", ".cscfg", ".csdef", ".csl", ".csproj", ".ct", ".depproj", ".dita", ".ditamap", ".ditaval", ".dll.config", ".dotsettings", ".filters", ".fsproj", ".fxml", ".glade", ".gml", ".gmx", ".grxml", ".gst", ".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mxml", ".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props", ".ps1xml", ".psc1", ".pt", ".rdf", ".res", ".resx", ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".srdf", ".storyboard", ".sublime-snippet", ".targets", ".tml", ".ts", ".tsx", ".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate", ".vxml", ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro", ".xaml", ".xib", ".xlf", ".xliff", ".xmi", ".xml.dist", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"}, "XML": {".xml", ".adml", ".admx", ".ant", ".axml", ".builds", ".ccproj", ".ccxml", ".clixml", ".cproject", ".cscfg", ".csdef", ".csl", ".csproj", ".ct", ".depproj", ".dita", ".ditamap", ".ditaval", ".dll.config", ".dotsettings", ".filters", ".fsproj", ".fxml", ".glade", ".gml", ".gmx", ".grxml", ".gst", ".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mxml", ".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props", ".ps1xml", ".psc1", ".pt", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".srdf", ".storyboard", ".sublime-snippet", ".targets", ".tml", ".ts", ".tsx", ".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate", ".vxml", ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro", ".xaml", ".xib", ".xlf", ".xliff", ".xmi", ".xml.dist", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"},
"XML Property List": {".plist", ".sttheme", ".tmcommand", ".tmlanguage", ".tmpreferences", ".tmsnippet", ".tmtheme"}, "XML Property List": {".plist", ".sttheme", ".tmcommand", ".tmlanguage", ".tmpreferences", ".tmsnippet", ".tmtheme"},
"XPages": {".xsp-config", ".xsp.metadata"}, "XPages": {".xsp-config", ".xsp.metadata"},
"XProc": {".xpl", ".xproc"}, "XProc": {".xpl", ".xproc"},

@ -1,278 +1,284 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
var LanguagesByFilename = map[string][]string{ var LanguagesByFilename = map[string][]string{
".Rprofile": {"R"}, ".Rprofile": {"R"},
".XCompose": {"XCompose"}, ".XCompose": {"XCompose"},
".abbrev_defs": {"Emacs Lisp"}, ".abbrev_defs": {"Emacs Lisp"},
".arcconfig": {"JSON"}, ".arcconfig": {"JSON"},
".atomignore": {"Ignore List"}, ".atomignore": {"Ignore List"},
".babelignore": {"Ignore List"}, ".babelignore": {"Ignore List"},
".babelrc": {"JSON with Comments"}, ".babelrc": {"JSON with Comments"},
".bash_aliases": {"Shell"}, ".bash_aliases": {"Shell"},
".bash_history": {"Shell"}, ".bash_history": {"Shell"},
".bash_logout": {"Shell"}, ".bash_logout": {"Shell"},
".bash_profile": {"Shell"}, ".bash_profile": {"Shell"},
".bashrc": {"Shell"}, ".bashrc": {"Shell"},
".bzrignore": {"Ignore List"}, ".browserslistrc": {"Browserslist"},
".clang-format": {"YAML"}, ".bzrignore": {"Ignore List"},
".clang-tidy": {"YAML"}, ".clang-format": {"YAML"},
".classpath": {"XML"}, ".clang-tidy": {"YAML"},
".coffeelintignore": {"Ignore List"}, ".classpath": {"XML"},
".cproject": {"XML"}, ".coffeelintignore": {"Ignore List"},
".cshrc": {"Shell"}, ".cproject": {"XML"},
".curlrc": {"cURL Config"}, ".cshrc": {"Shell"},
".cvsignore": {"Ignore List"}, ".curlrc": {"cURL Config"},
".dir_colors": {"dircolors"}, ".cvsignore": {"Ignore List"},
".dircolors": {"dircolors"}, ".dir_colors": {"dircolors"},
".dockerignore": {"Ignore List"}, ".dircolors": {"dircolors"},
".editorconfig": {"EditorConfig"}, ".dockerignore": {"Ignore List"},
".emacs": {"Emacs Lisp"}, ".editorconfig": {"EditorConfig"},
".emacs.desktop": {"Emacs Lisp"}, ".eleventyignore": {"Ignore List"},
".env": {"Shell"}, ".emacs": {"Emacs Lisp"},
".env.example": {"Shell"}, ".emacs.desktop": {"Emacs Lisp"},
".eslintignore": {"Ignore List"}, ".env": {"Shell"},
".eslintrc.json": {"JSON with Comments"}, ".env.example": {"Shell"},
".exrc": {"Vim script"}, ".eslintignore": {"Ignore List"},
".factor-boot-rc": {"Factor"}, ".eslintrc.json": {"JSON with Comments"},
".factor-rc": {"Factor"}, ".exrc": {"Vim script"},
".flaskenv": {"Shell"}, ".factor-boot-rc": {"Factor"},
".gclient": {"Python"}, ".factor-rc": {"Factor"},
".gemrc": {"YAML"}, ".flaskenv": {"Shell"},
".gitattributes": {"Git Attributes"}, ".gclient": {"Python"},
".gitconfig": {"Git Config"}, ".gemrc": {"YAML"},
".gitignore": {"Ignore List"}, ".gitattributes": {"Git Attributes"},
".gitmodules": {"Git Config"}, ".gitconfig": {"Git Config"},
".gn": {"GN"}, ".gitignore": {"Ignore List"},
".gnus": {"Emacs Lisp"}, ".gitmodules": {"Git Config"},
".gvimrc": {"Vim script"}, ".gn": {"GN"},
".htaccess": {"ApacheConf"}, ".gnus": {"Emacs Lisp"},
".htmlhintrc": {"JSON"}, ".gvimrc": {"Vim script"},
".inputrc": {"Readline Config"}, ".htaccess": {"ApacheConf"},
".irbrc": {"Ruby"}, ".htmlhintrc": {"JSON"},
".jscsrc": {"JSON with Comments"}, ".inputrc": {"Readline Config"},
".jshintrc": {"JSON with Comments"}, ".irbrc": {"Ruby"},
".jslintrc": {"JSON with Comments"}, ".jscsrc": {"JSON with Comments"},
".login": {"Shell"}, ".jshintrc": {"JSON with Comments"},
".luacheckrc": {"Lua"}, ".jslintrc": {"JSON with Comments"},
".nanorc": {"nanorc"}, ".login": {"Shell"},
".nodemonignore": {"Ignore List"}, ".luacheckrc": {"Lua"},
".npmignore": {"Ignore List"}, ".nanorc": {"nanorc"},
".npmrc": {"NPM Config"}, ".nodemonignore": {"Ignore List"},
".nvimrc": {"Vim script"}, ".npmignore": {"Ignore List"},
".php": {"PHP"}, ".npmrc": {"NPM Config"},
".php_cs": {"PHP"}, ".nvimrc": {"Vim script"},
".php_cs.dist": {"PHP"}, ".php": {"PHP"},
".prettierignore": {"Ignore List"}, ".php_cs": {"PHP"},
".profile": {"Shell"}, ".php_cs.dist": {"PHP"},
".project": {"XML"}, ".prettierignore": {"Ignore List"},
".pryrc": {"Ruby"}, ".profile": {"Shell"},
".simplecov": {"Ruby"}, ".project": {"XML"},
".spacemacs": {"Emacs Lisp"}, ".pryrc": {"Ruby"},
".stylelintignore": {"Ignore List"}, ".simplecov": {"Ruby"},
".tern-config": {"JSON"}, ".spacemacs": {"Emacs Lisp"},
".tern-project": {"JSON"}, ".stylelintignore": {"Ignore List"},
".vimrc": {"Vim script"}, ".tern-config": {"JSON"},
".viper": {"Emacs Lisp"}, ".tern-project": {"JSON"},
".vscodeignore": {"Ignore List"}, ".vimrc": {"Vim script"},
".watchmanconfig": {"JSON"}, ".viper": {"Emacs Lisp"},
".wgetrc": {"Wget Config"}, ".vscodeignore": {"Ignore List"},
".zlogin": {"Shell"}, ".watchmanconfig": {"JSON"},
".zlogout": {"Shell"}, ".wgetrc": {"Wget Config"},
".zprofile": {"Shell"}, ".zlogin": {"Shell"},
".zshenv": {"Shell"}, ".zlogout": {"Shell"},
".zshrc": {"Shell"}, ".zprofile": {"Shell"},
"9fs": {"Shell"}, ".zshenv": {"Shell"},
"APKBUILD": {"Alpine Abuild"}, ".zshrc": {"Shell"},
"App.config": {"XML"}, "9fs": {"Shell"},
"Appraisals": {"Ruby"}, "APKBUILD": {"Alpine Abuild"},
"BSDmakefile": {"Makefile"}, "App.config": {"XML"},
"BUCK": {"Starlark"}, "Appraisals": {"Ruby"},
"BUILD": {"Starlark"}, "BSDmakefile": {"Makefile"},
"BUILD.bazel": {"Starlark"}, "BUCK": {"Starlark"},
"Berksfile": {"Ruby"}, "BUILD": {"Starlark"},
"Brewfile": {"Ruby"}, "BUILD.bazel": {"Starlark"},
"Buildfile": {"Ruby"}, "Berksfile": {"Ruby"},
"CMakeLists.txt": {"CMake"}, "Brewfile": {"Ruby"},
"COPYING": {"Text"}, "Buildfile": {"Ruby"},
"COPYING.regex": {"Text"}, "CMakeLists.txt": {"CMake"},
"COPYRIGHT.regex": {"Text"}, "COPYING": {"Text"},
"Cakefile": {"CoffeeScript"}, "COPYING.regex": {"Text"},
"Capfile": {"Ruby"}, "COPYRIGHT.regex": {"Text"},
"Cargo.lock": {"TOML"}, "Cakefile": {"CoffeeScript"},
"Cask": {"Emacs Lisp"}, "Capfile": {"Ruby"},
"DEPS": {"Python"}, "Cargo.lock": {"TOML"},
"DIR_COLORS": {"dircolors"}, "Cask": {"Emacs Lisp"},
"Dangerfile": {"Ruby"}, "DEPS": {"Python"},
"Deliverfile": {"Ruby"}, "DIR_COLORS": {"dircolors"},
"Dockerfile": {"Dockerfile"}, "Dangerfile": {"Ruby"},
"Emakefile": {"Erlang"}, "Deliverfile": {"Ruby"},
"FONTLOG": {"Text"}, "Dockerfile": {"Dockerfile"},
"Fakefile": {"Fancy"}, "Emakefile": {"Erlang"},
"Fastfile": {"Ruby"}, "FONTLOG": {"Text"},
"GNUmakefile": {"Makefile"}, "Fakefile": {"Fancy"},
"Gemfile": {"Ruby"}, "Fastfile": {"Ruby"},
"Gemfile.lock": {"Ruby"}, "GNUmakefile": {"Makefile"},
"Gopkg.lock": {"TOML"}, "Gemfile": {"Ruby"},
"Guardfile": {"Ruby"}, "Gemfile.lock": {"Ruby"},
"INSTALL": {"Text"}, "Gopkg.lock": {"TOML"},
"INSTALL.mysql": {"Text"}, "Guardfile": {"Ruby"},
"Jakefile": {"JavaScript"}, "INSTALL": {"Text"},
"Jarfile": {"Ruby"}, "INSTALL.mysql": {"Text"},
"Jenkinsfile": {"Groovy"}, "Jakefile": {"JavaScript"},
"Kbuild": {"Makefile"}, "Jarfile": {"Ruby"},
"LICENSE": {"Text"}, "Jenkinsfile": {"Groovy"},
"LICENSE.mysql": {"Text"}, "Kbuild": {"Makefile"},
"Lexer.x": {"Lex"}, "LICENSE": {"Text"},
"Makefile": {"Makefile"}, "LICENSE.mysql": {"Text"},
"Makefile.PL": {"Perl"}, "Lexer.x": {"Lex"},
"Makefile.am": {"Makefile"}, "Makefile": {"Makefile"},
"Makefile.boot": {"Makefile"}, "Makefile.PL": {"Perl"},
"Makefile.frag": {"Makefile"}, "Makefile.am": {"Makefile"},
"Makefile.in": {"Makefile"}, "Makefile.boot": {"Makefile"},
"Makefile.inc": {"Makefile"}, "Makefile.frag": {"Makefile"},
"Makefile.wat": {"Makefile"}, "Makefile.in": {"Makefile"},
"Mavenfile": {"Ruby"}, "Makefile.inc": {"Makefile"},
"Modulefile": {"Puppet"}, "Makefile.wat": {"Makefile"},
"NEWS": {"Text"}, "Mavenfile": {"Ruby"},
"Notebook": {"Jupyter Notebook"}, "Modulefile": {"Puppet"},
"NuGet.config": {"XML"}, "NEWS": {"Text"},
"Nukefile": {"Nu"}, "Notebook": {"Jupyter Notebook"},
"PKGBUILD": {"Shell"}, "NuGet.config": {"XML"},
"Phakefile": {"PHP"}, "Nukefile": {"Nu"},
"Podfile": {"Ruby"}, "PKGBUILD": {"Shell"},
"Project.ede": {"Emacs Lisp"}, "Phakefile": {"PHP"},
"Puppetfile": {"Ruby"}, "Pipfile": {"TOML"},
"README.1ST": {"Text"}, "Pipfile.lock": {"JSON"},
"README.me": {"Text"}, "Podfile": {"Ruby"},
"README.mysql": {"Text"}, "Project.ede": {"Emacs Lisp"},
"README.nss": {"Text"}, "Puppetfile": {"Ruby"},
"ROOT": {"Isabelle ROOT"}, "README.1ST": {"Text"},
"Rakefile": {"Ruby"}, "README.me": {"Text"},
"Rexfile": {"Perl"}, "README.mysql": {"Text"},
"SConscript": {"Python"}, "README.nss": {"Text"},
"SConstruct": {"Python"}, "ROOT": {"Isabelle ROOT"},
"Settings.StyleCop": {"XML"}, "Rakefile": {"Ruby"},
"Slakefile": {"LiveScript"}, "Rexfile": {"Perl"},
"Snakefile": {"Python"}, "SConscript": {"Python"},
"Snapfile": {"Ruby"}, "SConstruct": {"Python"},
"Thorfile": {"Ruby"}, "Settings.StyleCop": {"XML"},
"Tiltfile": {"Starlark"}, "Slakefile": {"LiveScript"},
"Vagrantfile": {"Ruby"}, "Snakefile": {"Python"},
"WORKSPACE": {"Starlark"}, "Snapfile": {"Ruby"},
"Web.Debug.config": {"XML"}, "Thorfile": {"Ruby"},
"Web.Release.config": {"XML"}, "Tiltfile": {"Starlark"},
"Web.config": {"XML"}, "Vagrantfile": {"Ruby"},
"XCompose": {"XCompose"}, "WORKSPACE": {"Starlark"},
"_curlrc": {"cURL Config"}, "Web.Debug.config": {"XML"},
"_dir_colors": {"dircolors"}, "Web.Release.config": {"XML"},
"_dircolors": {"dircolors"}, "Web.config": {"XML"},
"_emacs": {"Emacs Lisp"}, "XCompose": {"XCompose"},
"_vimrc": {"Vim script"}, "_curlrc": {"cURL Config"},
"abbrev_defs": {"Emacs Lisp"}, "_dir_colors": {"dircolors"},
"ack": {"Perl"}, "_dircolors": {"dircolors"},
"ant.xml": {"Ant Build System"}, "_emacs": {"Emacs Lisp"},
"apache2.conf": {"ApacheConf"}, "_vimrc": {"Vim script"},
"bash_aliases": {"Shell"}, "abbrev_defs": {"Emacs Lisp"},
"bash_logout": {"Shell"}, "ack": {"Perl"},
"bash_profile": {"Shell"}, "ant.xml": {"Ant Build System"},
"bashrc": {"Shell"}, "apache2.conf": {"ApacheConf"},
"build.xml": {"Ant Build System"}, "bash_aliases": {"Shell"},
"buildfile": {"Ruby"}, "bash_logout": {"Shell"},
"buildozer.spec": {"INI"}, "bash_profile": {"Shell"},
"cabal.config": {"Cabal Config"}, "bashrc": {"Shell"},
"cabal.project": {"Cabal Config"}, "browserslist": {"Browserslist"},
"click.me": {"Text"}, "build.xml": {"Ant Build System"},
"composer.lock": {"JSON"}, "buildfile": {"Ruby"},
"configure.ac": {"M4Sugar"}, "buildozer.spec": {"INI"},
"contents.lr": {"Markdown"}, "cabal.config": {"Cabal Config"},
"cpanfile": {"Perl"}, "cabal.project": {"Cabal Config"},
"cshrc": {"Shell"}, "click.me": {"Text"},
"delete.me": {"Text"}, "composer.lock": {"JSON"},
"descrip.mmk": {"Module Management System"}, "configure.ac": {"M4Sugar"},
"descrip.mms": {"Module Management System"}, "contents.lr": {"Markdown"},
"devcontainer.json": {"JSON with Comments"}, "cpanfile": {"Perl"},
"dir_colors": {"dircolors"}, "cshrc": {"Shell"},
"encodings.dir": {"X Font Directory Index"}, "delete.me": {"Text"},
"eqnrc": {"Roff"}, "descrip.mmk": {"Module Management System"},
"expr-dist": {"R"}, "descrip.mms": {"Module Management System"},
"firestore.rules": {"Cloud Firestore Security Rules"}, "devcontainer.json": {"JSON with Comments"},
"fonts.alias": {"X Font Directory Index"}, "dir_colors": {"dircolors"},
"fonts.dir": {"X Font Directory Index"}, "encodings.dir": {"X Font Directory Index"},
"fonts.scale": {"X Font Directory Index"}, "eqnrc": {"Roff"},
"fp-lib-table": {"KiCad Layout"}, "expr-dist": {"R"},
"gitignore-global": {"Ignore List"}, "firestore.rules": {"Cloud Firestore Security Rules"},
"gitignore_global": {"Ignore List"}, "fonts.alias": {"X Font Directory Index"},
"glide.lock": {"YAML"}, "fonts.dir": {"X Font Directory Index"},
"go.mod": {"Text"}, "fonts.scale": {"X Font Directory Index"},
"go.sum": {"Text"}, "fp-lib-table": {"KiCad Layout"},
"gradlew": {"Shell"}, "gitignore-global": {"Ignore List"},
"gvimrc": {"Vim script"}, "gitignore_global": {"Ignore List"},
"haproxy.cfg": {"HAProxy"}, "glide.lock": {"YAML"},
"httpd.conf": {"ApacheConf"}, "go.mod": {"Text"},
"inputrc": {"Readline Config"}, "go.sum": {"Text"},
"installscript.qs": {"Qt Script"}, "gradlew": {"Shell"},
"jsconfig.json": {"JSON with Comments"}, "gvimrc": {"Vim script"},
"keep.me": {"Text"}, "haproxy.cfg": {"HAProxy"},
"language-configuration.json": {"JSON with Comments"}, "httpd.conf": {"ApacheConf"},
"ld.script": {"Linker Script"}, "inputrc": {"Readline Config"},
"lexer.x": {"Lex"}, "installscript.qs": {"Qt Script"},
"login": {"Shell"}, "jsconfig.json": {"JSON with Comments"},
"m3makefile": {"Quake"}, "keep.me": {"Text"},
"m3overrides": {"Quake"}, "language-configuration.json": {"JSON with Comments"},
"makefile": {"Makefile"}, "language-subtag-registry.txt": {"Record Jar"},
"makefile.sco": {"Makefile"}, "ld.script": {"Linker Script"},
"man": {"Shell"}, "lexer.x": {"Lex"},
"mcmod.info": {"JSON"}, "login": {"Shell"},
"meson.build": {"Meson"}, "m3makefile": {"Quake"},
"meson_options.txt": {"Meson"}, "m3overrides": {"Quake"},
"mix.lock": {"Elixir"}, "makefile": {"Makefile"},
"mkfile": {"Makefile"}, "makefile.sco": {"Makefile"},
"mmn": {"Roff"}, "man": {"Shell"},
"mmt": {"Roff"}, "mcmod.info": {"JSON"},
"nanorc": {"nanorc"}, "meson.build": {"Meson"},
"nextflow.config": {"Nextflow"}, "meson_options.txt": {"Meson"},
"nginx.conf": {"Nginx"}, "mix.lock": {"Elixir"},
"nim.cfg": {"Nim"}, "mkfile": {"Makefile"},
"nvimrc": {"Vim script"}, "mmn": {"Roff"},
"owh": {"Tcl"}, "mmt": {"Roff"},
"package.mask": {"Text"}, "nanorc": {"nanorc"},
"package.use.mask": {"Text"}, "nextflow.config": {"Nextflow"},
"package.use.stable.mask": {"Text"}, "nginx.conf": {"Nginx"},
"packages.config": {"XML"}, "nim.cfg": {"Nim"},
"poetry.lock": {"TOML"}, "nvimrc": {"Vim script"},
"pom.xml": {"Maven POM"}, "owh": {"Tcl"},
"profile": {"Shell"}, "package.mask": {"Text"},
"read.me": {"Text"}, "package.use.mask": {"Text"},
"readme.1st": {"Text"}, "package.use.stable.mask": {"Text"},
"rebar.config": {"Erlang"}, "packages.config": {"XML"},
"rebar.config.lock": {"Erlang"}, "poetry.lock": {"TOML"},
"rebar.lock": {"Erlang"}, "pom.xml": {"Maven POM"},
"riemann.config": {"Clojure"}, "profile": {"Shell"},
"ssh-config": {"SSH Config"}, "read.me": {"Text"},
"ssh_config": {"SSH Config"}, "readme.1st": {"Text"},
"sshconfig": {"SSH Config"}, "rebar.config": {"Erlang"},
"sshconfig.snip": {"SSH Config"}, "rebar.config.lock": {"Erlang"},
"sshd-config": {"SSH Config"}, "rebar.lock": {"Erlang"},
"sshd_config": {"SSH Config"}, "riemann.config": {"Clojure"},
"starfield": {"Tcl"}, "ssh-config": {"SSH Config"},
"test.me": {"Text"}, "ssh_config": {"SSH Config"},
"toolchain_installscript.qs": {"Qt Script"}, "sshconfig": {"SSH Config"},
"troffrc": {"Roff"}, "sshconfig.snip": {"SSH Config"},
"troffrc-end": {"Roff"}, "sshd-config": {"SSH Config"},
"tsconfig.json": {"JSON with Comments"}, "sshd_config": {"SSH Config"},
"tslint.json": {"JSON with Comments"}, "starfield": {"Tcl"},
"use.mask": {"Text"}, "test.me": {"Text"},
"use.stable.mask": {"Text"}, "toolchain_installscript.qs": {"Qt Script"},
"vimrc": {"Vim script"}, "troffrc": {"Roff"},
"wscript": {"Python"}, "troffrc-end": {"Roff"},
"xcompose": {"XCompose"}, "tsconfig.json": {"JSON with Comments"},
"yarn.lock": {"YAML"}, "tslint.json": {"JSON with Comments"},
"zlogin": {"Shell"}, "use.mask": {"Text"},
"zlogout": {"Shell"}, "use.stable.mask": {"Text"},
"zprofile": {"Shell"}, "vimrc": {"Vim script"},
"zshenv": {"Shell"}, "wscript": {"Python"},
"zshrc": {"Shell"}, "xcompose": {"XCompose"},
"yarn.lock": {"YAML"},
"zlogin": {"Shell"},
"zlogout": {"Shell"},
"zprofile": {"Shell"},
"zshenv": {"Shell"},
"zshrc": {"Shell"},
} }

File diff suppressed because it is too large Load Diff

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
@ -9,11 +9,9 @@ var LanguagesGroup = map[string]string{
"BibTeX": "TeX", "BibTeX": "TeX",
"Bison": "Yacc", "Bison": "Yacc",
"C2hs Haskell": "Haskell", "C2hs Haskell": "Haskell",
"Closure Templates": "HTML",
"ColdFusion CFC": "ColdFusion", "ColdFusion CFC": "ColdFusion",
"Cython": "Python", "Cython": "Python",
"ECLiPSe": "prolog", "ECLiPSe": "prolog",
"EJS": "HTML",
"Easybuild": "Python", "Easybuild": "Python",
"Ecere Projects": "JavaScript", "Ecere Projects": "JavaScript",
"EditorConfig": "INI", "EditorConfig": "INI",
@ -35,7 +33,6 @@ var LanguagesGroup = map[string]string{
"Isabelle ROOT": "Isabelle", "Isabelle ROOT": "Isabelle",
"JFlex": "Lex", "JFlex": "Lex",
"JSON with Comments": "JSON", "JSON with Comments": "JSON",
"JSX": "JavaScript",
"Java Server Pages": "Java", "Java Server Pages": "Java",
"JavaScript+ERB": "JavaScript", "JavaScript+ERB": "JavaScript",
"Jison": "Yacc", "Jison": "Yacc",
@ -47,7 +44,6 @@ var LanguagesGroup = map[string]string{
"M4Sugar": "M4", "M4Sugar": "M4",
"MUF": "Forth", "MUF": "Forth",
"Motorola 68K Assembly": "Assembly", "Motorola 68K Assembly": "Assembly",
"Mustache": "HTML",
"NPM Config": "INI", "NPM Config": "INI",
"NumPy": "Python", "NumPy": "Python",
"OpenCL": "C", "OpenCL": "C",
@ -62,7 +58,6 @@ var LanguagesGroup = map[string]string{
"Roff Manpage": "Roff", "Roff Manpage": "Roff",
"SSH Config": "INI", "SSH Config": "INI",
"STON": "Smalltalk", "STON": "Smalltalk",
"Scaml": "HTML",
"SugarSS": "CSS", "SugarSS": "CSS",
"TSX": "TypeScript", "TSX": "TypeScript",
"Tcsh": "Shell", "Tcsh": "Shell",

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
@ -13,6 +13,7 @@ var LanguagesByInterpreter = map[string][]string{
"awk": {"Awk"}, "awk": {"Awk"},
"bash": {"Shell"}, "bash": {"Shell"},
"bigloo": {"Scheme"}, "bigloo": {"Scheme"},
"boogie": {"Boogie"},
"boolector": {"SMT"}, "boolector": {"SMT"},
"ccl": {"Common Lisp"}, "ccl": {"Common Lisp"},
"chakra": {"JavaScript"}, "chakra": {"JavaScript"},

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
@ -13,6 +13,7 @@ var LanguagesMime = map[string]string{
"Ant Build System": "application/xml", "Ant Build System": "application/xml",
"Apex": "text/x-java", "Apex": "text/x-java",
"Asymptote": "text/x-kotlin", "Asymptote": "text/x-kotlin",
"Beef": "text/x-csharp",
"BibTeX": "text/x-stex", "BibTeX": "text/x-stex",
"Brainfuck": "text/x-brainfuck", "Brainfuck": "text/x-brainfuck",
"C": "text/x-csrc", "C": "text/x-csrc",
@ -98,7 +99,6 @@ var LanguagesMime = map[string]string{
"JSON5": "application/json", "JSON5": "application/json",
"JSONLD": "application/json", "JSONLD": "application/json",
"JSONiq": "application/json", "JSONiq": "application/json",
"JSX": "text/jsx",
"Java": "text/x-java", "Java": "text/x-java",
"Java Properties": "text/x-properties", "Java Properties": "text/x-properties",
"Java Server Pages": "application/x-jsp", "Java Server Pages": "application/x-jsp",
@ -169,6 +169,7 @@ var LanguagesMime = map[string]string{
"Raku": "text/x-perl", "Raku": "text/x-perl",
"ReScript": "text/x-rustsrc", "ReScript": "text/x-rustsrc",
"Reason": "text/x-rustsrc", "Reason": "text/x-rustsrc",
"Record Jar": "text/x-properties",
"Roff": "text/troff", "Roff": "text/troff",
"Roff Manpage": "text/troff", "Roff Manpage": "text/troff",
"Rouge": "text/x-clojure", "Rouge": "text/x-clojure",

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
@ -7,6 +7,7 @@ var LanguagesType = map[string]int{
"1C Enterprise": 2, "1C Enterprise": 2,
"4D": 2, "4D": 2,
"ABAP": 2, "ABAP": 2,
"ABAP CDS": 2,
"ABNF": 1, "ABNF": 1,
"AGS Script": 2, "AGS Script": 2,
"AL": 2, "AL": 2,
@ -43,6 +44,7 @@ var LanguagesType = map[string]int{
"Awk": 2, "Awk": 2,
"Ballerina": 2, "Ballerina": 2,
"Batchfile": 2, "Batchfile": 2,
"Beef": 2,
"Befunge": 2, "Befunge": 2,
"BibTeX": 3, "BibTeX": 3,
"Bison": 2, "Bison": 2,
@ -52,8 +54,10 @@ var LanguagesType = map[string]int{
"BlitzMax": 2, "BlitzMax": 2,
"Bluespec": 2, "Bluespec": 2,
"Boo": 2, "Boo": 2,
"Boogie": 2,
"Brainfuck": 2, "Brainfuck": 2,
"Brightscript": 2, "Brightscript": 2,
"Browserslist": 1,
"C": 2, "C": 2,
"C#": 2, "C#": 2,
"C++": 2, "C++": 2,
@ -214,6 +218,7 @@ var LanguagesType = map[string]int{
"IRC log": 1, "IRC log": 1,
"Idris": 2, "Idris": 2,
"Ignore List": 1, "Ignore List": 1,
"ImageJ Macro": 2,
"Inform 7": 2, "Inform 7": 2,
"Inno Setup": 2, "Inno Setup": 2,
"Io": 2, "Io": 2,
@ -227,7 +232,6 @@ var LanguagesType = map[string]int{
"JSON5": 1, "JSON5": 1,
"JSONLD": 1, "JSONLD": 1,
"JSONiq": 2, "JSONiq": 2,
"JSX": 2,
"Jasmin": 2, "Jasmin": 2,
"Java": 2, "Java": 2,
"Java Properties": 1, "Java Properties": 1,
@ -331,6 +335,7 @@ var LanguagesType = map[string]int{
"Nix": 2, "Nix": 2,
"Nu": 2, "Nu": 2,
"NumPy": 2, "NumPy": 2,
"Nunjucks": 3,
"OCaml": 2, "OCaml": 2,
"ObjDump": 1, "ObjDump": 1,
"Object Data Instance Notation": 1, "Object Data Instance Notation": 1,
@ -420,6 +425,7 @@ var LanguagesType = map[string]int{
"Readline Config": 1, "Readline Config": 1,
"Reason": 2, "Reason": 2,
"Rebol": 2, "Rebol": 2,
"Record Jar": 1,
"Red": 2, "Red": 2,
"Redcode": 2, "Redcode": 2,
"Regular Expression": 1, "Regular Expression": 1,

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a // Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375
package data package data
@ -50,7 +50,7 @@ var VendorMatchers = []regex.EnryRegexp{
regex.MustCompile(`(^|/)bulma\.(css|sass|scss)$`), regex.MustCompile(`(^|/)bulma\.(css|sass|scss)$`),
regex.MustCompile(`(3rd|[Tt]hird)[-_]?[Pp]arty/`), regex.MustCompile(`(3rd|[Tt]hird)[-_]?[Pp]arty/`),
regex.MustCompile(`(^|/)vendors?/`), regex.MustCompile(`(^|/)vendors?/`),
regex.MustCompile(`(^|/)extern(al)?/`), regex.MustCompile(`(^|/)[Ee]xtern(als?)?/`),
regex.MustCompile(`(^|/)[Vv]+endor/`), regex.MustCompile(`(^|/)[Vv]+endor/`),
regex.MustCompile(`^debian/`), regex.MustCompile(`^debian/`),
regex.MustCompile(`(^|/)run\.n$`), regex.MustCompile(`(^|/)run\.n$`),

@ -258,7 +258,7 @@ github.com/go-chi/chi/middleware
# github.com/go-chi/cors v1.1.1 # github.com/go-chi/cors v1.1.1
## explicit ## explicit
github.com/go-chi/cors github.com/go-chi/cors
# github.com/go-enry/go-enry/v2 v2.6.0 # github.com/go-enry/go-enry/v2 v2.6.1
## explicit ## explicit
github.com/go-enry/go-enry/v2 github.com/go-enry/go-enry/v2
github.com/go-enry/go-enry/v2/data github.com/go-enry/go-enry/v2/data

Loading…
Cancel
Save