Merge pull request #66 from go-enry/feature/sync-linguist-1636907719

Update Linguist to v7.17.0
This commit is contained in:
Alex
2021-11-17 14:46:25 +01:00
committed by GitHub
30 changed files with 7497 additions and 5202 deletions

View File

@ -156,7 +156,7 @@ Generated Rust bindings using a C static library are available at https://github
## Divergences from Linguist ## Divergences from Linguist
The `enry` library is based on the data from `github/linguist` version **v7.16.1**. The `enry` library is based on the data from `github/linguist` version **v7.17.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:

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -162,6 +162,7 @@ var LanguageByAliasMap = map[string]string{
"conll-u": "CoNLL-U", "conll-u": "CoNLL-U",
"conll-x": "CoNLL-U", "conll-x": "CoNLL-U",
"console": "ShellSession", "console": "ShellSession",
"containerfile": "Dockerfile",
"cool": "Cool", "cool": "Cool",
"coq": "Coq", "coq": "Coq",
"cperl": "Perl", "cperl": "Perl",
@ -305,6 +306,12 @@ var LanguageByAliasMap = map[string]string{
"gn": "GN", "gn": "GN",
"gnuplot": "Gnuplot", "gnuplot": "Gnuplot",
"go": "Go", "go": "Go",
"go.mod": "Go Module",
"go.sum": "Go Checksums",
"go_checksums": "Go Checksums",
"go_mod": "Go Module",
"go_module": "Go Module",
"go_sum": "Go Checksums",
"golang": "Go", "golang": "Go",
"golo": "Golo", "golo": "Golo",
"gosu": "Gosu", "gosu": "Gosu",
@ -373,6 +380,7 @@ var LanguageByAliasMap = map[string]string{
"isabelle": "Isabelle", "isabelle": "Isabelle",
"isabelle_root": "Isabelle ROOT", "isabelle_root": "Isabelle ROOT",
"j": "J", "j": "J",
"jar_manifest": "JAR Manifest",
"jasmin": "Jasmin", "jasmin": "Jasmin",
"java": "Java", "java": "Java",
"java_properties": "Java Properties", "java_properties": "Java Properties",
@ -380,6 +388,7 @@ var LanguageByAliasMap = map[string]string{
"java_server_pages": "Java Server Pages", "java_server_pages": "Java Server Pages",
"javascript": "JavaScript", "javascript": "JavaScript",
"javascript+erb": "JavaScript+ERB", "javascript+erb": "JavaScript+ERB",
"jest_snapshot": "Jest Snapshot",
"jflex": "JFlex", "jflex": "JFlex",
"jinja": "Jinja", "jinja": "Jinja",
"jison": "Jison", "jison": "Jison",
@ -538,7 +547,7 @@ var LanguageByAliasMap = map[string]string{
"numpy": "NumPy", "numpy": "NumPy",
"nunjucks": "Nunjucks", "nunjucks": "Nunjucks",
"nush": "Nu", "nush": "Nu",
"nvim": "Vim script", "nvim": "Vim Script",
"nwscript": "NWScript", "nwscript": "NWScript",
"obj-c": "Objective-C", "obj-c": "Objective-C",
"obj-c++": "Objective-C++", "obj-c++": "Objective-C++",
@ -828,12 +837,12 @@ var LanguageByAliasMap = map[string]string{
"vdf": "Valve Data Format", "vdf": "Valve Data Format",
"verilog": "Verilog", "verilog": "Verilog",
"vhdl": "VHDL", "vhdl": "VHDL",
"vim": "Vim script", "vim": "Vim Script",
"vim_help_file": "Vim Help File", "vim_help_file": "Vim Help File",
"vim_script": "Vim script", "vim_script": "Vim Script",
"vim_snippet": "Vim Snippet", "vim_snippet": "Vim Snippet",
"vimhelp": "Vim Help File", "vimhelp": "Vim Help File",
"viml": "Vim script", "viml": "Vim Script",
"visual_basic": "Visual Basic .NET", "visual_basic": "Visual Basic .NET",
"visual_basic_.net": "Visual Basic .NET", "visual_basic_.net": "Visual Basic .NET",
"visual_basic_6": "VBA", "visual_basic_6": "VBA",

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -160,6 +160,8 @@ var LanguagesColor = map[string]string{
"Glyph": "#c1ac7f", "Glyph": "#c1ac7f",
"Gnuplot": "#f0a9f0", "Gnuplot": "#f0a9f0",
"Go": "#00ADD8", "Go": "#00ADD8",
"Go Checksums": "#00ADD8",
"Go Module": "#00ADD8",
"Golo": "#88562A", "Golo": "#88562A",
"Gosu": "#82937f", "Gosu": "#82937f",
"Grace": "#615f8b", "Grace": "#615f8b",
@ -200,6 +202,7 @@ var LanguagesColor = map[string]string{
"Isabelle": "#FEFE00", "Isabelle": "#FEFE00",
"Isabelle ROOT": "#FEFE00", "Isabelle ROOT": "#FEFE00",
"J": "#9EEDFF", "J": "#9EEDFF",
"JAR Manifest": "#b07219",
"JFlex": "#DBCA00", "JFlex": "#DBCA00",
"JSON": "#292929", "JSON": "#292929",
"JSON with Comments": "#292929", "JSON with Comments": "#292929",
@ -212,6 +215,7 @@ var LanguagesColor = map[string]string{
"Java Server Pages": "#2A6277", "Java Server Pages": "#2A6277",
"JavaScript": "#f1e05a", "JavaScript": "#f1e05a",
"JavaScript+ERB": "#f1e05a", "JavaScript+ERB": "#f1e05a",
"Jest Snapshot": "#15c213",
"Jinja": "#a52a22", "Jinja": "#a52a22",
"Jison": "#56b3cb", "Jison": "#56b3cb",
"Jison Lex": "#56b3cb", "Jison Lex": "#56b3cb",
@ -433,8 +437,8 @@ var LanguagesColor = map[string]string{
"Valve Data Format": "#f26025", "Valve Data Format": "#f26025",
"Verilog": "#b2b7f8", "Verilog": "#b2b7f8",
"Vim Help File": "#199f4b", "Vim Help File": "#199f4b",
"Vim Script": "#199f4b",
"Vim Snippet": "#199f4b", "Vim Snippet": "#199f4b",
"Vim script": "#199f4b",
"Visual Basic .NET": "#945db7", "Visual Basic .NET": "#945db7",
"Volt": "#1F1F1F", "Volt": "#1F1F1F",
"Vue": "#41b883", "Vue": "#41b883",

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
// linguist's commit from which files were generated. // linguist's commit from which files were generated.
var LinguistCommit = "cdf42b16b136fc7f0a491d36c415f34fcfb9368a" var LinguistCommit = "50d3abb3a504e0c8b9bef762afa1c1061fd0d72e"

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -1508,7 +1508,7 @@ var ContentHeuristics = map[string]*Heuristics{
}, },
".vba": &Heuristics{ ".vba": &Heuristics{
rule.Or( rule.Or(
rule.MatchingLanguages("Vim script"), rule.MatchingLanguages("Vim Script"),
regexp.MustCompile(`(?m)^UseVimball`), regexp.MustCompile(`(?m)^UseVimball`),
), ),
rule.Always( rule.Always(

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -14,6 +14,7 @@ var DocumentationMatchers = []regex.EnryRegexp{
regex.MustCompile(`^[Ee]xamples/`), regex.MustCompile(`^[Ee]xamples/`),
regex.MustCompile(`^[Dd]emos?/`), regex.MustCompile(`^[Dd]emos?/`),
regex.MustCompile(`(^|/)inst/doc/`), regex.MustCompile(`(^|/)inst/doc/`),
regex.MustCompile(`(^|/)CITATION(\.cff|(S)?(\.(bib|md))?)$`),
regex.MustCompile(`(^|/)CHANGE(S|LOG)?(\.|$)`), regex.MustCompile(`(^|/)CHANGE(S|LOG)?(\.|$)`),
regex.MustCompile(`(^|/)CONTRIBUTING(\.|$)`), regex.MustCompile(`(^|/)CONTRIBUTING(\.|$)`),
regex.MustCompile(`(^|/)COPYING(\.|$)`), regex.MustCompile(`(^|/)COPYING(\.|$)`),

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -439,6 +439,7 @@ var LanguagesByExtension = map[string][]string{
".hs": {"Haskell"}, ".hs": {"Haskell"},
".hs-boot": {"Haskell"}, ".hs-boot": {"Haskell"},
".hsc": {"Haskell"}, ".hsc": {"Haskell"},
".hta": {"HTML"},
".htm": {"HTML"}, ".htm": {"HTML"},
".html": {"HTML"}, ".html": {"HTML"},
".html.hl": {"HTML"}, ".html.hl": {"HTML"},
@ -576,6 +577,7 @@ var LanguagesByExtension = map[string][]string{
".ma": {"Mathematica"}, ".ma": {"Mathematica"},
".mak": {"Makefile"}, ".mak": {"Makefile"},
".make": {"Makefile"}, ".make": {"Makefile"},
".makefile": {"Makefile"},
".mako": {"Mako"}, ".mako": {"Mako"},
".man": {"Roff", "Roff Manpage"}, ".man": {"Roff", "Roff Manpage"},
".mao": {"Mako"}, ".mao": {"Mako"},
@ -861,6 +863,7 @@ var LanguagesByExtension = map[string][]string{
".rbw": {"Ruby"}, ".rbw": {"Ruby"},
".rbx": {"Ruby"}, ".rbx": {"Ruby"},
".rbxs": {"Lua"}, ".rbxs": {"Lua"},
".rchit": {"GLSL"},
".rd": {"R"}, ".rd": {"R"},
".rdf": {"XML"}, ".rdf": {"XML"},
".rdoc": {"RDoc"}, ".rdoc": {"RDoc"},
@ -890,6 +893,7 @@ var LanguagesByExtension = map[string][]string{
".rktl": {"Racket"}, ".rktl": {"Racket"},
".rl": {"Ragel"}, ".rl": {"Ragel"},
".rmd": {"RMarkdown"}, ".rmd": {"RMarkdown"},
".rmiss": {"GLSL"},
".rnh": {"RUNOFF"}, ".rnh": {"RUNOFF"},
".rno": {"RUNOFF", "Roff"}, ".rno": {"RUNOFF", "Roff"},
".robot": {"RobotFramework"}, ".robot": {"RobotFramework"},
@ -958,6 +962,7 @@ var LanguagesByExtension = map[string][]string{
".sml": {"Standard ML"}, ".sml": {"Standard ML"},
".smt": {"SMT"}, ".smt": {"SMT"},
".smt2": {"SMT"}, ".smt2": {"SMT"},
".snap": {"Jest Snapshot"},
".snip": {"Vim Snippet"}, ".snip": {"Vim Snippet"},
".snippet": {"Vim Snippet"}, ".snippet": {"Vim Snippet"},
".snippets": {"Vim Snippet"}, ".snippets": {"Vim Snippet"},
@ -1015,6 +1020,7 @@ var LanguagesByExtension = map[string][]string{
".targets": {"XML"}, ".targets": {"XML"},
".tcc": {"C++"}, ".tcc": {"C++"},
".tcl": {"Tcl"}, ".tcl": {"Tcl"},
".tcl.in": {"Tcl"},
".tcsh": {"Tcsh"}, ".tcsh": {"Tcsh"},
".te": {"SELinux Policy"}, ".te": {"SELinux Policy"},
".tea": {"Tea"}, ".tea": {"Tea"},
@ -1077,7 +1083,7 @@ var LanguagesByExtension = map[string][]string{
".vapi": {"Vala"}, ".vapi": {"Vala"},
".vark": {"Gosu"}, ".vark": {"Gosu"},
".vb": {"Visual Basic .NET"}, ".vb": {"Visual Basic .NET"},
".vba": {"VBA", "Vim script"}, ".vba": {"VBA", "Vim Script"},
".vbhtml": {"Visual Basic .NET"}, ".vbhtml": {"Visual Basic .NET"},
".vbproj": {"XML"}, ".vbproj": {"XML"},
".vbs": {"VBScript"}, ".vbs": {"VBScript"},
@ -1097,9 +1103,9 @@ var LanguagesByExtension = map[string][]string{
".vht": {"VHDL"}, ".vht": {"VHDL"},
".vhw": {"VHDL"}, ".vhw": {"VHDL"},
".view.lkml": {"LookML"}, ".view.lkml": {"LookML"},
".vim": {"Vim script"}, ".vim": {"Vim Script"},
".viw": {"SQL"}, ".viw": {"SQL"},
".vmb": {"Vim script"}, ".vmb": {"Vim Script"},
".volt": {"Volt"}, ".volt": {"Volt"},
".vrx": {"GLSL"}, ".vrx": {"GLSL"},
".vsh": {"GLSL"}, ".vsh": {"GLSL"},
@ -1380,7 +1386,7 @@ var ExtensionsByLanguage = map[string][]string{
"GDB": {".gdb", ".gdbinit"}, "GDB": {".gdb", ".gdbinit"},
"GDScript": {".gd"}, "GDScript": {".gd"},
"GEDCOM": {".ged"}, "GEDCOM": {".ged"},
"GLSL": {".glsl", ".fp", ".frag", ".frg", ".fs", ".fsh", ".fshader", ".geo", ".geom", ".glslf", ".glslv", ".gs", ".gshader", ".shader", ".tesc", ".tese", ".vert", ".vrx", ".vsh", ".vshader"}, "GLSL": {".glsl", ".fp", ".frag", ".frg", ".fs", ".fsh", ".fshader", ".geo", ".geom", ".glslf", ".glslv", ".gs", ".gshader", ".rchit", ".rmiss", ".shader", ".tesc", ".tese", ".vert", ".vrx", ".vsh", ".vshader"},
"GN": {".gn", ".gni"}, "GN": {".gn", ".gni"},
"Game Maker Language": {".gml"}, "Game Maker Language": {".gml"},
"Genie": {".gs"}, "Genie": {".gs"},
@ -1408,7 +1414,7 @@ var ExtensionsByLanguage = map[string][]string{
"HAProxy": {".cfg"}, "HAProxy": {".cfg"},
"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", ".xht", ".xhtml"}, "HTML": {".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml"},
"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"},
@ -1451,6 +1457,7 @@ var ExtensionsByLanguage = map[string][]string{
"Java Server Pages": {".jsp"}, "Java Server Pages": {".jsp"},
"JavaScript": {".js", "._js", ".bones", ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".javascript", ".jsb", ".jscad", ".jsfl", ".jsm", ".jss", ".jsx", ".mjs", ".njs", ".pac", ".sjs", ".ssjs", ".xsjs", ".xsjslib"}, "JavaScript": {".js", "._js", ".bones", ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".javascript", ".jsb", ".jscad", ".jsfl", ".jsm", ".jss", ".jsx", ".mjs", ".njs", ".pac", ".sjs", ".ssjs", ".xsjs", ".xsjslib"},
"JavaScript+ERB": {".js.erb"}, "JavaScript+ERB": {".js.erb"},
"Jest Snapshot": {".snap"},
"Jinja": {".jinja", ".j2", ".jinja2"}, "Jinja": {".jinja", ".j2", ".jinja2"},
"Jison": {".jison"}, "Jison": {".jison"},
"Jison Lex": {".jisonlex"}, "Jison Lex": {".jisonlex"},
@ -1504,7 +1511,7 @@ var ExtensionsByLanguage = map[string][]string{
"MTML": {".mtml"}, "MTML": {".mtml"},
"MUF": {".muf", ".m"}, "MUF": {".muf", ".m"},
"Macaulay2": {".m2"}, "Macaulay2": {".m2"},
"Makefile": {".mak", ".d", ".make", ".mk", ".mkfile"}, "Makefile": {".mak", ".d", ".make", ".makefile", ".mk", ".mkfile"},
"Mako": {".mako", ".mao"}, "Mako": {".mako", ".mao"},
"Markdown": {".md", ".markdown", ".mdown", ".mdwn", ".mdx", ".mkd", ".mkdn", ".mkdown", ".ronn", ".scd", ".workbook"}, "Markdown": {".md", ".markdown", ".mdown", ".mdwn", ".mdx", ".mkd", ".mkdn", ".mkdown", ".ronn", ".scd", ".workbook"},
"Marko": {".marko"}, "Marko": {".marko"},
@ -1704,7 +1711,7 @@ var ExtensionsByLanguage = map[string][]string{
"TSV": {".tsv"}, "TSV": {".tsv"},
"TSX": {".tsx"}, "TSX": {".tsx"},
"TXL": {".txl"}, "TXL": {".txl"},
"Tcl": {".tcl", ".adp", ".tm"}, "Tcl": {".tcl", ".adp", ".tcl.in", ".tm"},
"Tcsh": {".tcsh", ".csh"}, "Tcsh": {".tcsh", ".csh"},
"TeX": {".tex", ".aux", ".bbx", ".cbx", ".cls", ".dtx", ".ins", ".lbx", ".ltx", ".mkii", ".mkiv", ".mkvi", ".sty", ".toc"}, "TeX": {".tex", ".aux", ".bbx", ".cbx", ".cls", ".dtx", ".ins", ".lbx", ".ltx", ".mkii", ".mkiv", ".mkvi", ".sty", ".toc"},
"Tea": {".tea"}, "Tea": {".tea"},
@ -1733,8 +1740,8 @@ var ExtensionsByLanguage = map[string][]string{
"Valve Data Format": {".vdf"}, "Valve Data Format": {".vdf"},
"Verilog": {".v", ".veo"}, "Verilog": {".v", ".veo"},
"Vim Help File": {".txt"}, "Vim Help File": {".txt"},
"Vim Script": {".vim", ".vba", ".vmb"},
"Vim Snippet": {".snip", ".snippet", ".snippets"}, "Vim Snippet": {".snip", ".snippet", ".snippets"},
"Vim script": {".vim", ".vba", ".vmb"},
"Visual Basic .NET": {".vb", ".vbhtml"}, "Visual Basic .NET": {".vb", ".vbhtml"},
"Volt": {".volt"}, "Volt": {".volt"},
"Vue": {".vue"}, "Vue": {".vue"},

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -39,7 +39,7 @@ var LanguagesByFilename = map[string][]string{
".env.example": {"Shell"}, ".env.example": {"Shell"},
".eslintignore": {"Ignore List"}, ".eslintignore": {"Ignore List"},
".eslintrc.json": {"JSON with Comments"}, ".eslintrc.json": {"JSON with Comments"},
".exrc": {"Vim script"}, ".exrc": {"Vim Script"},
".factor-boot-rc": {"Factor"}, ".factor-boot-rc": {"Factor"},
".factor-rc": {"Factor"}, ".factor-rc": {"Factor"},
".flaskenv": {"Shell"}, ".flaskenv": {"Shell"},
@ -51,7 +51,7 @@ var LanguagesByFilename = map[string][]string{
".gitmodules": {"Git Config"}, ".gitmodules": {"Git Config"},
".gn": {"GN"}, ".gn": {"GN"},
".gnus": {"Emacs Lisp"}, ".gnus": {"Emacs Lisp"},
".gvimrc": {"Vim script"}, ".gvimrc": {"Vim Script"},
".htaccess": {"ApacheConf"}, ".htaccess": {"ApacheConf"},
".htmlhintrc": {"JSON"}, ".htmlhintrc": {"JSON"},
".imgbotconfig": {"JSON"}, ".imgbotconfig": {"JSON"},
@ -62,11 +62,12 @@ var LanguagesByFilename = map[string][]string{
".jslintrc": {"JSON with Comments"}, ".jslintrc": {"JSON with Comments"},
".login": {"Shell"}, ".login": {"Shell"},
".luacheckrc": {"Lua"}, ".luacheckrc": {"Lua"},
".markdownlintignore": {"Ignore List"},
".nanorc": {"nanorc"}, ".nanorc": {"nanorc"},
".nodemonignore": {"Ignore List"}, ".nodemonignore": {"Ignore List"},
".npmignore": {"Ignore List"}, ".npmignore": {"Ignore List"},
".npmrc": {"NPM Config"}, ".npmrc": {"NPM Config"},
".nvimrc": {"Vim script"}, ".nvimrc": {"Vim Script"},
".nycrc": {"JSON"}, ".nycrc": {"JSON"},
".php": {"PHP"}, ".php": {"PHP"},
".php_cs": {"PHP"}, ".php_cs": {"PHP"},
@ -81,7 +82,7 @@ var LanguagesByFilename = map[string][]string{
".tern-config": {"JSON"}, ".tern-config": {"JSON"},
".tern-project": {"JSON"}, ".tern-project": {"JSON"},
".tm_properties": {"TextMate Properties"}, ".tm_properties": {"TextMate Properties"},
".vimrc": {"Vim script"}, ".vimrc": {"Vim Script"},
".viper": {"Emacs Lisp"}, ".viper": {"Emacs Lisp"},
".vscodeignore": {"Ignore List"}, ".vscodeignore": {"Ignore List"},
".watchmanconfig": {"JSON"}, ".watchmanconfig": {"JSON"},
@ -103,6 +104,9 @@ var LanguagesByFilename = map[string][]string{
"Berksfile": {"Ruby"}, "Berksfile": {"Ruby"},
"Brewfile": {"Ruby"}, "Brewfile": {"Ruby"},
"Buildfile": {"Ruby"}, "Buildfile": {"Ruby"},
"CITATION": {"Text"},
"CITATION.cff": {"YAML"},
"CITATIONS": {"Text"},
"CMakeLists.txt": {"CMake"}, "CMakeLists.txt": {"CMake"},
"CODEOWNERS": {"CODEOWNERS"}, "CODEOWNERS": {"CODEOWNERS"},
"COPYING": {"Text"}, "COPYING": {"Text"},
@ -112,6 +116,7 @@ var LanguagesByFilename = map[string][]string{
"Capfile": {"Ruby"}, "Capfile": {"Ruby"},
"Cargo.lock": {"TOML"}, "Cargo.lock": {"TOML"},
"Cask": {"Emacs Lisp"}, "Cask": {"Emacs Lisp"},
"Containerfile": {"Dockerfile"},
"DEPS": {"Python"}, "DEPS": {"Python"},
"DIR_COLORS": {"dircolors"}, "DIR_COLORS": {"dircolors"},
"Dangerfile": {"Ruby"}, "Dangerfile": {"Ruby"},
@ -135,6 +140,7 @@ var LanguagesByFilename = map[string][]string{
"LICENSE": {"Text"}, "LICENSE": {"Text"},
"LICENSE.mysql": {"Text"}, "LICENSE.mysql": {"Text"},
"Lexer.x": {"Lex"}, "Lexer.x": {"Lex"},
"MANIFEST.MF": {"JAR Manifest"},
"Makefile": {"Makefile"}, "Makefile": {"Makefile"},
"Makefile.PL": {"Perl"}, "Makefile.PL": {"Perl"},
"Makefile.am": {"Makefile"}, "Makefile.am": {"Makefile"},
@ -156,7 +162,6 @@ var LanguagesByFilename = map[string][]string{
"Podfile": {"Ruby"}, "Podfile": {"Ruby"},
"Project.ede": {"Emacs Lisp"}, "Project.ede": {"Emacs Lisp"},
"Puppetfile": {"Ruby"}, "Puppetfile": {"Ruby"},
"README.1ST": {"Text"},
"README.me": {"Text"}, "README.me": {"Text"},
"README.mysql": {"Text"}, "README.mysql": {"Text"},
"README.nss": {"Text"}, "README.nss": {"Text"},
@ -183,7 +188,7 @@ var LanguagesByFilename = map[string][]string{
"_dircolors": {"dircolors"}, "_dircolors": {"dircolors"},
"_emacs": {"Emacs Lisp"}, "_emacs": {"Emacs Lisp"},
"_redirects": {"Redirect Rules"}, "_redirects": {"Redirect Rules"},
"_vimrc": {"Vim script"}, "_vimrc": {"Vim Script"},
"abbrev_defs": {"Emacs Lisp"}, "abbrev_defs": {"Emacs Lisp"},
"ack": {"Perl"}, "ack": {"Perl"},
"ant.xml": {"Ant Build System"}, "ant.xml": {"Ant Build System"},
@ -223,10 +228,10 @@ var LanguagesByFilename = map[string][]string{
"gitignore-global": {"Ignore List"}, "gitignore-global": {"Ignore List"},
"gitignore_global": {"Ignore List"}, "gitignore_global": {"Ignore List"},
"glide.lock": {"YAML"}, "glide.lock": {"YAML"},
"go.mod": {"Text"}, "go.mod": {"Go Module"},
"go.sum": {"Text"}, "go.sum": {"Go Checksums"},
"gradlew": {"Shell"}, "gradlew": {"Shell"},
"gvimrc": {"Vim script"}, "gvimrc": {"Vim Script"},
"haproxy.cfg": {"HAProxy"}, "haproxy.cfg": {"HAProxy"},
"httpd.conf": {"ApacheConf"}, "httpd.conf": {"ApacheConf"},
"initial_sids": {"SELinux Policy"}, "initial_sids": {"SELinux Policy"},
@ -256,7 +261,7 @@ var LanguagesByFilename = map[string][]string{
"nextflow.config": {"Nextflow"}, "nextflow.config": {"Nextflow"},
"nginx.conf": {"Nginx"}, "nginx.conf": {"Nginx"},
"nim.cfg": {"Nim"}, "nim.cfg": {"Nim"},
"nvimrc": {"Vim script"}, "nvimrc": {"Vim Script"},
"owh": {"Tcl"}, "owh": {"Tcl"},
"package.mask": {"Text"}, "package.mask": {"Text"},
"package.use.mask": {"Text"}, "package.use.mask": {"Text"},
@ -289,7 +294,7 @@ var LanguagesByFilename = map[string][]string{
"tslint.json": {"JSON with Comments"}, "tslint.json": {"JSON with Comments"},
"use.mask": {"Text"}, "use.mask": {"Text"},
"use.stable.mask": {"Text"}, "use.stable.mask": {"Text"},
"vimrc": {"Vim script"}, "vimrc": {"Vim Script"},
"wscript": {"Python"}, "wscript": {"Python"},
"xcompose": {"XCompose"}, "xcompose": {"XCompose"},
"yarn.lock": {"YAML"}, "yarn.lock": {"YAML"},

File diff suppressed because it is too large Load Diff

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -192,6 +192,8 @@ var IDByLanguage = map[string]int{
"Glyph Bitmap Distribution Format": 997665271, "Glyph Bitmap Distribution Format": 997665271,
"Gnuplot": 131, "Gnuplot": 131,
"Go": 132, "Go": 132,
"Go Checksums": 1054391671,
"Go Module": 947461016,
"Golo": 133, "Golo": 133,
"Gosu": 134, "Gosu": 134,
"Grace": 135, "Grace": 135,
@ -237,6 +239,7 @@ var IDByLanguage = map[string]int{
"Isabelle": 170, "Isabelle": 170,
"Isabelle ROOT": 171, "Isabelle ROOT": 171,
"J": 172, "J": 172,
"JAR Manifest": 447261135,
"JFlex": 173, "JFlex": 173,
"JSON": 174, "JSON": 174,
"JSON with Comments": 423, "JSON with Comments": 423,
@ -249,6 +252,7 @@ var IDByLanguage = map[string]int{
"Java Server Pages": 182, "Java Server Pages": 182,
"JavaScript": 183, "JavaScript": 183,
"JavaScript+ERB": 914318960, "JavaScript+ERB": 914318960,
"Jest Snapshot": 774635084,
"Jinja": 147, "Jinja": 147,
"Jison": 284531423, "Jison": 284531423,
"Jison Lex": 406395330, "Jison Lex": 406395330,
@ -544,8 +548,8 @@ var IDByLanguage = map[string]int{
"Valve Data Format": 544060961, "Valve Data Format": 544060961,
"Verilog": 387, "Verilog": 387,
"Vim Help File": 508563686, "Vim Help File": 508563686,
"Vim Script": 388,
"Vim Snippet": 81265970, "Vim Snippet": 81265970,
"Vim script": 388,
"Visual Basic .NET": 389, "Visual Basic .NET": 389,
"Volt": 390, "Volt": 390,
"Vue": 391, "Vue": 391,

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -2625,12 +2625,15 @@ var LanguageInfoByID = map[int]LanguageInfo{
Type: TypeForString("programming"), Type: TypeForString("programming"),
Color: "#384d54", Color: "#384d54",
Group: "", Group: "",
Aliases: []string{}, Aliases: []string{
"Containerfile",
},
Extensions: []string{ Extensions: []string{
".dockerfile", ".dockerfile",
}, },
Interpreters: []string{}, Interpreters: []string{},
Filenames: []string{ Filenames: []string{
"Containerfile",
"Dockerfile", "Dockerfile",
}, },
MimeType: "text/x-dockerfile", MimeType: "text/x-dockerfile",
@ -3669,6 +3672,8 @@ var LanguageInfoByID = map[int]LanguageInfo{
".glslv", ".glslv",
".gs", ".gs",
".gshader", ".gshader",
".rchit",
".rmiss",
".shader", ".shader",
".tesc", ".tesc",
".tese", ".tese",
@ -4041,6 +4046,50 @@ var LanguageInfoByID = map[int]LanguageInfo{
Wrap: false, Wrap: false,
LanguageID: 132, LanguageID: 132,
}, },
1054391671: LanguageInfo{
Name: "Go Checksums",
FSName: "",
Type: TypeForString("data"),
Color: "#00ADD8",
Group: "",
Aliases: []string{
"go.sum",
"go sum",
},
Extensions: []string{},
Interpreters: []string{},
Filenames: []string{
"go.sum",
},
MimeType: "",
TMScope: "go.sum",
AceMode: "text",
CodeMirrorMode: "",
Wrap: false,
LanguageID: 1054391671,
},
947461016: LanguageInfo{
Name: "Go Module",
FSName: "",
Type: TypeForString("data"),
Color: "#00ADD8",
Group: "",
Aliases: []string{
"go.mod",
"go mod",
},
Extensions: []string{},
Interpreters: []string{},
Filenames: []string{
"go.mod",
},
MimeType: "",
TMScope: "go.mod",
AceMode: "text",
CodeMirrorMode: "",
Wrap: false,
LanguageID: 947461016,
},
133: LanguageInfo{ 133: LanguageInfo{
Name: "Golo", Name: "Golo",
FSName: "", FSName: "",
@ -4330,6 +4379,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
}, },
Extensions: []string{ Extensions: []string{
".html", ".html",
".hta",
".htm", ".htm",
".html.hl", ".html.hl",
".inc", ".inc",
@ -4842,6 +4892,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
".eleventyignore", ".eleventyignore",
".eslintignore", ".eslintignore",
".gitignore", ".gitignore",
".markdownlintignore",
".nodemonignore", ".nodemonignore",
".npmignore", ".npmignore",
".prettierignore", ".prettierignore",
@ -5022,6 +5073,25 @@ var LanguageInfoByID = map[int]LanguageInfo{
Wrap: false, Wrap: false,
LanguageID: 172, LanguageID: 172,
}, },
447261135: LanguageInfo{
Name: "JAR Manifest",
FSName: "",
Type: TypeForString("data"),
Color: "#b07219",
Group: "",
Aliases: []string{},
Extensions: []string{},
Interpreters: []string{},
Filenames: []string{
"MANIFEST.MF",
},
MimeType: "",
TMScope: "source.yaml",
AceMode: "text",
CodeMirrorMode: "",
Wrap: false,
LanguageID: 447261135,
},
173: LanguageInfo{ 173: LanguageInfo{
Name: "JFlex", Name: "JFlex",
FSName: "", FSName: "",
@ -5347,6 +5417,25 @@ var LanguageInfoByID = map[int]LanguageInfo{
Wrap: false, Wrap: false,
LanguageID: 914318960, LanguageID: 914318960,
}, },
774635084: LanguageInfo{
Name: "Jest Snapshot",
FSName: "",
Type: TypeForString("data"),
Color: "#15c213",
Group: "",
Aliases: []string{},
Extensions: []string{
".snap",
},
Interpreters: []string{},
Filenames: []string{},
MimeType: "application/javascript",
TMScope: "source.jest.snap",
AceMode: "javascript",
CodeMirrorMode: "javascript",
Wrap: false,
LanguageID: 774635084,
},
147: LanguageInfo{ 147: LanguageInfo{
Name: "Jinja", Name: "Jinja",
FSName: "", FSName: "",
@ -6471,6 +6560,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
".mak", ".mak",
".d", ".d",
".make", ".make",
".makefile",
".mk", ".mk",
".mkfile", ".mkfile",
}, },
@ -10783,7 +10873,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
Interpreters: []string{}, Interpreters: []string{},
Filenames: []string{}, Filenames: []string{},
MimeType: "text/x-c++src", MimeType: "text/x-c++src",
TMScope: "source.c++", TMScope: "source.nut",
AceMode: "c_cpp", AceMode: "c_cpp",
CodeMirrorMode: "clike", CodeMirrorMode: "clike",
Wrap: false, Wrap: false,
@ -11194,6 +11284,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
Extensions: []string{ Extensions: []string{
".tcl", ".tcl",
".adp", ".adp",
".tcl.in",
".tm", ".tm",
}, },
Interpreters: []string{ Interpreters: []string{
@ -11350,6 +11441,8 @@ var LanguageInfoByID = map[int]LanguageInfo{
}, },
Interpreters: []string{}, Interpreters: []string{},
Filenames: []string{ Filenames: []string{
"CITATION",
"CITATIONS",
"COPYING", "COPYING",
"COPYING.regex", "COPYING.regex",
"COPYRIGHT.regex", "COPYRIGHT.regex",
@ -11359,14 +11452,11 @@ var LanguageInfoByID = map[int]LanguageInfo{
"LICENSE", "LICENSE",
"LICENSE.mysql", "LICENSE.mysql",
"NEWS", "NEWS",
"README.1ST",
"README.me", "README.me",
"README.mysql", "README.mysql",
"README.nss", "README.nss",
"click.me", "click.me",
"delete.me", "delete.me",
"go.mod",
"go.sum",
"keep.me", "keep.me",
"package.mask", "package.mask",
"package.use.mask", "package.use.mask",
@ -11867,34 +11957,8 @@ var LanguageInfoByID = map[int]LanguageInfo{
Wrap: false, Wrap: false,
LanguageID: 508563686, LanguageID: 508563686,
}, },
81265970: LanguageInfo{
Name: "Vim Snippet",
FSName: "",
Type: TypeForString("markup"),
Color: "#199f4b",
Group: "",
Aliases: []string{
"SnipMate",
"UltiSnip",
"UltiSnips",
"NeoSnippet",
},
Extensions: []string{
".snip",
".snippet",
".snippets",
},
Interpreters: []string{},
Filenames: []string{},
MimeType: "",
TMScope: "source.vim-snippet",
AceMode: "text",
CodeMirrorMode: "",
Wrap: false,
LanguageID: 81265970,
},
388: LanguageInfo{ 388: LanguageInfo{
Name: "Vim script", Name: "Vim Script",
FSName: "", FSName: "",
Type: TypeForString("programming"), Type: TypeForString("programming"),
Color: "#199f4b", Color: "#199f4b",
@ -11927,6 +11991,32 @@ var LanguageInfoByID = map[int]LanguageInfo{
Wrap: false, Wrap: false,
LanguageID: 388, LanguageID: 388,
}, },
81265970: LanguageInfo{
Name: "Vim Snippet",
FSName: "",
Type: TypeForString("markup"),
Color: "#199f4b",
Group: "",
Aliases: []string{
"SnipMate",
"UltiSnip",
"UltiSnips",
"NeoSnippet",
},
Extensions: []string{
".snip",
".snippet",
".snippets",
},
Interpreters: []string{},
Filenames: []string{},
MimeType: "",
TMScope: "source.vim-snippet",
AceMode: "text",
CodeMirrorMode: "",
Wrap: false,
LanguageID: 81265970,
},
389: LanguageInfo{ 389: LanguageInfo{
Name: "Visual Basic .NET", Name: "Visual Basic .NET",
FSName: "", FSName: "",
@ -12686,6 +12776,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
".clang-format", ".clang-format",
".clang-tidy", ".clang-tidy",
".gemrc", ".gemrc",
"CITATION.cff",
"glide.lock", "glide.lock",
"yarn.lock", "yarn.lock",
}, },

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -106,6 +106,7 @@ var LanguagesMime = map[string]string{
"Java Server Pages": "application/x-jsp", "Java Server Pages": "application/x-jsp",
"JavaScript": "text/javascript", "JavaScript": "text/javascript",
"JavaScript+ERB": "application/javascript", "JavaScript+ERB": "application/javascript",
"Jest Snapshot": "application/javascript",
"Jinja": "text/x-django", "Jinja": "text/x-django",
"Julia": "text/x-julia", "Julia": "text/x-julia",
"Jupyter Notebook": "application/json", "Jupyter Notebook": "application/json",

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -234,6 +234,8 @@ var LanguagesType = map[string]int{
"Glyph Bitmap Distribution Format": 1, "Glyph Bitmap Distribution Format": 1,
"Gnuplot": 2, "Gnuplot": 2,
"Go": 2, "Go": 2,
"Go Checksums": 1,
"Go Module": 1,
"Golo": 2, "Golo": 2,
"Gosu": 2, "Gosu": 2,
"Grace": 2, "Grace": 2,
@ -279,6 +281,7 @@ var LanguagesType = map[string]int{
"Isabelle": 2, "Isabelle": 2,
"Isabelle ROOT": 2, "Isabelle ROOT": 2,
"J": 2, "J": 2,
"JAR Manifest": 1,
"JFlex": 2, "JFlex": 2,
"JSON": 1, "JSON": 1,
"JSON with Comments": 1, "JSON with Comments": 1,
@ -291,6 +294,7 @@ var LanguagesType = map[string]int{
"Java Server Pages": 2, "Java Server Pages": 2,
"JavaScript": 2, "JavaScript": 2,
"JavaScript+ERB": 2, "JavaScript+ERB": 2,
"Jest Snapshot": 1,
"Jinja": 3, "Jinja": 3,
"Jison": 2, "Jison": 2,
"Jison Lex": 2, "Jison Lex": 2,
@ -586,8 +590,8 @@ var LanguagesType = map[string]int{
"Valve Data Format": 1, "Valve Data Format": 1,
"Verilog": 2, "Verilog": 2,
"Vim Help File": 4, "Vim Help File": 4,
"Vim Script": 2,
"Vim Snippet": 3, "Vim Snippet": 3,
"Vim script": 2,
"Visual Basic .NET": 2, "Visual Basic .NET": 2,
"Volt": 2, "Volt": 2,
"Vue": 3, "Vue": 3,

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -170,4 +170,5 @@ var VendorMatchers = []regex.EnryRegexp{
regex.MustCompile(`(^|/)puphpet/`), regex.MustCompile(`(^|/)puphpet/`),
regex.MustCompile(`(^|/)\.google_apis/`), regex.MustCompile(`(^|/)\.google_apis/`),
regex.MustCompile(`(^|/)Jenkinsfile$`), regex.MustCompile(`(^|/)Jenkinsfile$`),
regex.MustCompile(`(^|/)\.gitpod\.Dockerfile$`),
} }

View File

@ -19,7 +19,7 @@ import (
var ( var (
linguistURL = "https://github.com/github/linguist.git" linguistURL = "https://github.com/github/linguist.git"
linguistClonedEnvVar = "ENRY_TEST_REPO" linguistClonedEnvVar = "ENRY_TEST_REPO"
commit = "cdf42b16b136fc7f0a491d36c415f34fcfb9368a" commit = "50d3abb3a504e0c8b9bef762afa1c1061fd0d72e"
samplesDir = "samples" samplesDir = "samples"
languagesFile = filepath.Join("lib", "linguist", "languages.yml") languagesFile = filepath.Join("lib", "linguist", "languages.yml")

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -162,6 +162,7 @@ var LanguageByAliasMap = map[string]string{
"conll-u": "CoNLL-U", "conll-u": "CoNLL-U",
"conll-x": "CoNLL-U", "conll-x": "CoNLL-U",
"console": "ShellSession", "console": "ShellSession",
"containerfile": "Dockerfile",
"cool": "Cool", "cool": "Cool",
"coq": "Coq", "coq": "Coq",
"cperl": "Perl", "cperl": "Perl",
@ -305,6 +306,12 @@ var LanguageByAliasMap = map[string]string{
"gn": "GN", "gn": "GN",
"gnuplot": "Gnuplot", "gnuplot": "Gnuplot",
"go": "Go", "go": "Go",
"go.mod": "Go Module",
"go.sum": "Go Checksums",
"go_checksums": "Go Checksums",
"go_mod": "Go Module",
"go_module": "Go Module",
"go_sum": "Go Checksums",
"golang": "Go", "golang": "Go",
"golo": "Golo", "golo": "Golo",
"gosu": "Gosu", "gosu": "Gosu",
@ -373,6 +380,7 @@ var LanguageByAliasMap = map[string]string{
"isabelle": "Isabelle", "isabelle": "Isabelle",
"isabelle_root": "Isabelle ROOT", "isabelle_root": "Isabelle ROOT",
"j": "J", "j": "J",
"jar_manifest": "JAR Manifest",
"jasmin": "Jasmin", "jasmin": "Jasmin",
"java": "Java", "java": "Java",
"java_properties": "Java Properties", "java_properties": "Java Properties",
@ -380,6 +388,7 @@ var LanguageByAliasMap = map[string]string{
"java_server_pages": "Java Server Pages", "java_server_pages": "Java Server Pages",
"javascript": "JavaScript", "javascript": "JavaScript",
"javascript+erb": "JavaScript+ERB", "javascript+erb": "JavaScript+ERB",
"jest_snapshot": "Jest Snapshot",
"jflex": "JFlex", "jflex": "JFlex",
"jinja": "Jinja", "jinja": "Jinja",
"jison": "Jison", "jison": "Jison",
@ -538,7 +547,7 @@ var LanguageByAliasMap = map[string]string{
"numpy": "NumPy", "numpy": "NumPy",
"nunjucks": "Nunjucks", "nunjucks": "Nunjucks",
"nush": "Nu", "nush": "Nu",
"nvim": "Vim script", "nvim": "Vim Script",
"nwscript": "NWScript", "nwscript": "NWScript",
"obj-c": "Objective-C", "obj-c": "Objective-C",
"obj-c++": "Objective-C++", "obj-c++": "Objective-C++",
@ -828,12 +837,12 @@ var LanguageByAliasMap = map[string]string{
"vdf": "Valve Data Format", "vdf": "Valve Data Format",
"verilog": "Verilog", "verilog": "Verilog",
"vhdl": "VHDL", "vhdl": "VHDL",
"vim": "Vim script", "vim": "Vim Script",
"vim_help_file": "Vim Help File", "vim_help_file": "Vim Help File",
"vim_script": "Vim script", "vim_script": "Vim Script",
"vim_snippet": "Vim Snippet", "vim_snippet": "Vim Snippet",
"vimhelp": "Vim Help File", "vimhelp": "Vim Help File",
"viml": "Vim script", "viml": "Vim Script",
"visual_basic": "Visual Basic .NET", "visual_basic": "Visual Basic .NET",
"visual_basic_.net": "Visual Basic .NET", "visual_basic_.net": "Visual Basic .NET",
"visual_basic_6": "VBA", "visual_basic_6": "VBA",

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -160,6 +160,8 @@ var LanguagesColor = map[string]string{
"Glyph": "#c1ac7f", "Glyph": "#c1ac7f",
"Gnuplot": "#f0a9f0", "Gnuplot": "#f0a9f0",
"Go": "#00ADD8", "Go": "#00ADD8",
"Go Checksums": "#00ADD8",
"Go Module": "#00ADD8",
"Golo": "#88562A", "Golo": "#88562A",
"Gosu": "#82937f", "Gosu": "#82937f",
"Grace": "#615f8b", "Grace": "#615f8b",
@ -200,6 +202,7 @@ var LanguagesColor = map[string]string{
"Isabelle": "#FEFE00", "Isabelle": "#FEFE00",
"Isabelle ROOT": "#FEFE00", "Isabelle ROOT": "#FEFE00",
"J": "#9EEDFF", "J": "#9EEDFF",
"JAR Manifest": "#b07219",
"JFlex": "#DBCA00", "JFlex": "#DBCA00",
"JSON": "#292929", "JSON": "#292929",
"JSON with Comments": "#292929", "JSON with Comments": "#292929",
@ -212,6 +215,7 @@ var LanguagesColor = map[string]string{
"Java Server Pages": "#2A6277", "Java Server Pages": "#2A6277",
"JavaScript": "#f1e05a", "JavaScript": "#f1e05a",
"JavaScript+ERB": "#f1e05a", "JavaScript+ERB": "#f1e05a",
"Jest Snapshot": "#15c213",
"Jinja": "#a52a22", "Jinja": "#a52a22",
"Jison": "#56b3cb", "Jison": "#56b3cb",
"Jison Lex": "#56b3cb", "Jison Lex": "#56b3cb",
@ -433,8 +437,8 @@ var LanguagesColor = map[string]string{
"Valve Data Format": "#f26025", "Valve Data Format": "#f26025",
"Verilog": "#b2b7f8", "Verilog": "#b2b7f8",
"Vim Help File": "#199f4b", "Vim Help File": "#199f4b",
"Vim Script": "#199f4b",
"Vim Snippet": "#199f4b", "Vim Snippet": "#199f4b",
"Vim script": "#199f4b",
"Visual Basic .NET": "#945db7", "Visual Basic .NET": "#945db7",
"Volt": "#1F1F1F", "Volt": "#1F1F1F",
"Vue": "#41b883", "Vue": "#41b883",

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
// linguist's commit from which files were generated. // linguist's commit from which files were generated.
var LinguistCommit = "cdf42b16b136fc7f0a491d36c415f34fcfb9368a" var LinguistCommit = "50d3abb3a504e0c8b9bef762afa1c1061fd0d72e"

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -1508,7 +1508,7 @@ var ContentHeuristics = map[string]*Heuristics{
}, },
".vba": &Heuristics{ ".vba": &Heuristics{
rule.Or( rule.Or(
rule.MatchingLanguages("Vim script"), rule.MatchingLanguages("Vim Script"),
regexp.MustCompile(`(?m)^UseVimball`), regexp.MustCompile(`(?m)^UseVimball`),
), ),
rule.Always( rule.Always(

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -14,6 +14,7 @@ var DocumentationMatchers = []regex.EnryRegexp{
regex.MustCompile(`^[Ee]xamples/`), regex.MustCompile(`^[Ee]xamples/`),
regex.MustCompile(`^[Dd]emos?/`), regex.MustCompile(`^[Dd]emos?/`),
regex.MustCompile(`(^|/)inst/doc/`), regex.MustCompile(`(^|/)inst/doc/`),
regex.MustCompile(`(^|/)CITATION(\.cff|(S)?(\.(bib|md))?)$`),
regex.MustCompile(`(^|/)CHANGE(S|LOG)?(\.|$)`), regex.MustCompile(`(^|/)CHANGE(S|LOG)?(\.|$)`),
regex.MustCompile(`(^|/)CONTRIBUTING(\.|$)`), regex.MustCompile(`(^|/)CONTRIBUTING(\.|$)`),
regex.MustCompile(`(^|/)COPYING(\.|$)`), regex.MustCompile(`(^|/)COPYING(\.|$)`),

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -439,6 +439,7 @@ var LanguagesByExtension = map[string][]string{
".hs": {"Haskell"}, ".hs": {"Haskell"},
".hs-boot": {"Haskell"}, ".hs-boot": {"Haskell"},
".hsc": {"Haskell"}, ".hsc": {"Haskell"},
".hta": {"HTML"},
".htm": {"HTML"}, ".htm": {"HTML"},
".html": {"HTML"}, ".html": {"HTML"},
".html.hl": {"HTML"}, ".html.hl": {"HTML"},
@ -576,6 +577,7 @@ var LanguagesByExtension = map[string][]string{
".ma": {"Mathematica"}, ".ma": {"Mathematica"},
".mak": {"Makefile"}, ".mak": {"Makefile"},
".make": {"Makefile"}, ".make": {"Makefile"},
".makefile": {"Makefile"},
".mako": {"Mako"}, ".mako": {"Mako"},
".man": {"Roff", "Roff Manpage"}, ".man": {"Roff", "Roff Manpage"},
".mao": {"Mako"}, ".mao": {"Mako"},
@ -861,6 +863,7 @@ var LanguagesByExtension = map[string][]string{
".rbw": {"Ruby"}, ".rbw": {"Ruby"},
".rbx": {"Ruby"}, ".rbx": {"Ruby"},
".rbxs": {"Lua"}, ".rbxs": {"Lua"},
".rchit": {"GLSL"},
".rd": {"R"}, ".rd": {"R"},
".rdf": {"XML"}, ".rdf": {"XML"},
".rdoc": {"RDoc"}, ".rdoc": {"RDoc"},
@ -890,6 +893,7 @@ var LanguagesByExtension = map[string][]string{
".rktl": {"Racket"}, ".rktl": {"Racket"},
".rl": {"Ragel"}, ".rl": {"Ragel"},
".rmd": {"RMarkdown"}, ".rmd": {"RMarkdown"},
".rmiss": {"GLSL"},
".rnh": {"RUNOFF"}, ".rnh": {"RUNOFF"},
".rno": {"RUNOFF", "Roff"}, ".rno": {"RUNOFF", "Roff"},
".robot": {"RobotFramework"}, ".robot": {"RobotFramework"},
@ -958,6 +962,7 @@ var LanguagesByExtension = map[string][]string{
".sml": {"Standard ML"}, ".sml": {"Standard ML"},
".smt": {"SMT"}, ".smt": {"SMT"},
".smt2": {"SMT"}, ".smt2": {"SMT"},
".snap": {"Jest Snapshot"},
".snip": {"Vim Snippet"}, ".snip": {"Vim Snippet"},
".snippet": {"Vim Snippet"}, ".snippet": {"Vim Snippet"},
".snippets": {"Vim Snippet"}, ".snippets": {"Vim Snippet"},
@ -1015,6 +1020,7 @@ var LanguagesByExtension = map[string][]string{
".targets": {"XML"}, ".targets": {"XML"},
".tcc": {"C++"}, ".tcc": {"C++"},
".tcl": {"Tcl"}, ".tcl": {"Tcl"},
".tcl.in": {"Tcl"},
".tcsh": {"Tcsh"}, ".tcsh": {"Tcsh"},
".te": {"SELinux Policy"}, ".te": {"SELinux Policy"},
".tea": {"Tea"}, ".tea": {"Tea"},
@ -1077,7 +1083,7 @@ var LanguagesByExtension = map[string][]string{
".vapi": {"Vala"}, ".vapi": {"Vala"},
".vark": {"Gosu"}, ".vark": {"Gosu"},
".vb": {"Visual Basic .NET"}, ".vb": {"Visual Basic .NET"},
".vba": {"VBA", "Vim script"}, ".vba": {"VBA", "Vim Script"},
".vbhtml": {"Visual Basic .NET"}, ".vbhtml": {"Visual Basic .NET"},
".vbproj": {"XML"}, ".vbproj": {"XML"},
".vbs": {"VBScript"}, ".vbs": {"VBScript"},
@ -1097,9 +1103,9 @@ var LanguagesByExtension = map[string][]string{
".vht": {"VHDL"}, ".vht": {"VHDL"},
".vhw": {"VHDL"}, ".vhw": {"VHDL"},
".view.lkml": {"LookML"}, ".view.lkml": {"LookML"},
".vim": {"Vim script"}, ".vim": {"Vim Script"},
".viw": {"SQL"}, ".viw": {"SQL"},
".vmb": {"Vim script"}, ".vmb": {"Vim Script"},
".volt": {"Volt"}, ".volt": {"Volt"},
".vrx": {"GLSL"}, ".vrx": {"GLSL"},
".vsh": {"GLSL"}, ".vsh": {"GLSL"},
@ -1380,7 +1386,7 @@ var ExtensionsByLanguage = map[string][]string{
"GDB": {".gdb", ".gdbinit"}, "GDB": {".gdb", ".gdbinit"},
"GDScript": {".gd"}, "GDScript": {".gd"},
"GEDCOM": {".ged"}, "GEDCOM": {".ged"},
"GLSL": {".glsl", ".fp", ".frag", ".frg", ".fs", ".fsh", ".fshader", ".geo", ".geom", ".glslf", ".glslv", ".gs", ".gshader", ".shader", ".tesc", ".tese", ".vert", ".vrx", ".vsh", ".vshader"}, "GLSL": {".glsl", ".fp", ".frag", ".frg", ".fs", ".fsh", ".fshader", ".geo", ".geom", ".glslf", ".glslv", ".gs", ".gshader", ".rchit", ".rmiss", ".shader", ".tesc", ".tese", ".vert", ".vrx", ".vsh", ".vshader"},
"GN": {".gn", ".gni"}, "GN": {".gn", ".gni"},
"Game Maker Language": {".gml"}, "Game Maker Language": {".gml"},
"Genie": {".gs"}, "Genie": {".gs"},
@ -1408,7 +1414,7 @@ var ExtensionsByLanguage = map[string][]string{
"HAProxy": {".cfg"}, "HAProxy": {".cfg"},
"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", ".xht", ".xhtml"}, "HTML": {".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml"},
"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"},
@ -1451,6 +1457,7 @@ var ExtensionsByLanguage = map[string][]string{
"Java Server Pages": {".jsp"}, "Java Server Pages": {".jsp"},
"JavaScript": {".js", "._js", ".bones", ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".javascript", ".jsb", ".jscad", ".jsfl", ".jsm", ".jss", ".jsx", ".mjs", ".njs", ".pac", ".sjs", ".ssjs", ".xsjs", ".xsjslib"}, "JavaScript": {".js", "._js", ".bones", ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".javascript", ".jsb", ".jscad", ".jsfl", ".jsm", ".jss", ".jsx", ".mjs", ".njs", ".pac", ".sjs", ".ssjs", ".xsjs", ".xsjslib"},
"JavaScript+ERB": {".js.erb"}, "JavaScript+ERB": {".js.erb"},
"Jest Snapshot": {".snap"},
"Jinja": {".jinja", ".j2", ".jinja2"}, "Jinja": {".jinja", ".j2", ".jinja2"},
"Jison": {".jison"}, "Jison": {".jison"},
"Jison Lex": {".jisonlex"}, "Jison Lex": {".jisonlex"},
@ -1504,7 +1511,7 @@ var ExtensionsByLanguage = map[string][]string{
"MTML": {".mtml"}, "MTML": {".mtml"},
"MUF": {".muf", ".m"}, "MUF": {".muf", ".m"},
"Macaulay2": {".m2"}, "Macaulay2": {".m2"},
"Makefile": {".mak", ".d", ".make", ".mk", ".mkfile"}, "Makefile": {".mak", ".d", ".make", ".makefile", ".mk", ".mkfile"},
"Mako": {".mako", ".mao"}, "Mako": {".mako", ".mao"},
"Markdown": {".md", ".markdown", ".mdown", ".mdwn", ".mdx", ".mkd", ".mkdn", ".mkdown", ".ronn", ".scd", ".workbook"}, "Markdown": {".md", ".markdown", ".mdown", ".mdwn", ".mdx", ".mkd", ".mkdn", ".mkdown", ".ronn", ".scd", ".workbook"},
"Marko": {".marko"}, "Marko": {".marko"},
@ -1704,7 +1711,7 @@ var ExtensionsByLanguage = map[string][]string{
"TSV": {".tsv"}, "TSV": {".tsv"},
"TSX": {".tsx"}, "TSX": {".tsx"},
"TXL": {".txl"}, "TXL": {".txl"},
"Tcl": {".tcl", ".adp", ".tm"}, "Tcl": {".tcl", ".adp", ".tcl.in", ".tm"},
"Tcsh": {".tcsh", ".csh"}, "Tcsh": {".tcsh", ".csh"},
"TeX": {".tex", ".aux", ".bbx", ".cbx", ".cls", ".dtx", ".ins", ".lbx", ".ltx", ".mkii", ".mkiv", ".mkvi", ".sty", ".toc"}, "TeX": {".tex", ".aux", ".bbx", ".cbx", ".cls", ".dtx", ".ins", ".lbx", ".ltx", ".mkii", ".mkiv", ".mkvi", ".sty", ".toc"},
"Tea": {".tea"}, "Tea": {".tea"},
@ -1733,8 +1740,8 @@ var ExtensionsByLanguage = map[string][]string{
"Valve Data Format": {".vdf"}, "Valve Data Format": {".vdf"},
"Verilog": {".v", ".veo"}, "Verilog": {".v", ".veo"},
"Vim Help File": {".txt"}, "Vim Help File": {".txt"},
"Vim Script": {".vim", ".vba", ".vmb"},
"Vim Snippet": {".snip", ".snippet", ".snippets"}, "Vim Snippet": {".snip", ".snippet", ".snippets"},
"Vim script": {".vim", ".vba", ".vmb"},
"Visual Basic .NET": {".vb", ".vbhtml"}, "Visual Basic .NET": {".vb", ".vbhtml"},
"Volt": {".volt"}, "Volt": {".volt"},
"Vue": {".vue"}, "Vue": {".vue"},

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -39,7 +39,7 @@ var LanguagesByFilename = map[string][]string{
".env.example": {"Shell"}, ".env.example": {"Shell"},
".eslintignore": {"Ignore List"}, ".eslintignore": {"Ignore List"},
".eslintrc.json": {"JSON with Comments"}, ".eslintrc.json": {"JSON with Comments"},
".exrc": {"Vim script"}, ".exrc": {"Vim Script"},
".factor-boot-rc": {"Factor"}, ".factor-boot-rc": {"Factor"},
".factor-rc": {"Factor"}, ".factor-rc": {"Factor"},
".flaskenv": {"Shell"}, ".flaskenv": {"Shell"},
@ -51,7 +51,7 @@ var LanguagesByFilename = map[string][]string{
".gitmodules": {"Git Config"}, ".gitmodules": {"Git Config"},
".gn": {"GN"}, ".gn": {"GN"},
".gnus": {"Emacs Lisp"}, ".gnus": {"Emacs Lisp"},
".gvimrc": {"Vim script"}, ".gvimrc": {"Vim Script"},
".htaccess": {"ApacheConf"}, ".htaccess": {"ApacheConf"},
".htmlhintrc": {"JSON"}, ".htmlhintrc": {"JSON"},
".imgbotconfig": {"JSON"}, ".imgbotconfig": {"JSON"},
@ -62,11 +62,12 @@ var LanguagesByFilename = map[string][]string{
".jslintrc": {"JSON with Comments"}, ".jslintrc": {"JSON with Comments"},
".login": {"Shell"}, ".login": {"Shell"},
".luacheckrc": {"Lua"}, ".luacheckrc": {"Lua"},
".markdownlintignore": {"Ignore List"},
".nanorc": {"nanorc"}, ".nanorc": {"nanorc"},
".nodemonignore": {"Ignore List"}, ".nodemonignore": {"Ignore List"},
".npmignore": {"Ignore List"}, ".npmignore": {"Ignore List"},
".npmrc": {"NPM Config"}, ".npmrc": {"NPM Config"},
".nvimrc": {"Vim script"}, ".nvimrc": {"Vim Script"},
".nycrc": {"JSON"}, ".nycrc": {"JSON"},
".php": {"PHP"}, ".php": {"PHP"},
".php_cs": {"PHP"}, ".php_cs": {"PHP"},
@ -81,7 +82,7 @@ var LanguagesByFilename = map[string][]string{
".tern-config": {"JSON"}, ".tern-config": {"JSON"},
".tern-project": {"JSON"}, ".tern-project": {"JSON"},
".tm_properties": {"TextMate Properties"}, ".tm_properties": {"TextMate Properties"},
".vimrc": {"Vim script"}, ".vimrc": {"Vim Script"},
".viper": {"Emacs Lisp"}, ".viper": {"Emacs Lisp"},
".vscodeignore": {"Ignore List"}, ".vscodeignore": {"Ignore List"},
".watchmanconfig": {"JSON"}, ".watchmanconfig": {"JSON"},
@ -103,6 +104,9 @@ var LanguagesByFilename = map[string][]string{
"Berksfile": {"Ruby"}, "Berksfile": {"Ruby"},
"Brewfile": {"Ruby"}, "Brewfile": {"Ruby"},
"Buildfile": {"Ruby"}, "Buildfile": {"Ruby"},
"CITATION": {"Text"},
"CITATION.cff": {"YAML"},
"CITATIONS": {"Text"},
"CMakeLists.txt": {"CMake"}, "CMakeLists.txt": {"CMake"},
"CODEOWNERS": {"CODEOWNERS"}, "CODEOWNERS": {"CODEOWNERS"},
"COPYING": {"Text"}, "COPYING": {"Text"},
@ -112,6 +116,7 @@ var LanguagesByFilename = map[string][]string{
"Capfile": {"Ruby"}, "Capfile": {"Ruby"},
"Cargo.lock": {"TOML"}, "Cargo.lock": {"TOML"},
"Cask": {"Emacs Lisp"}, "Cask": {"Emacs Lisp"},
"Containerfile": {"Dockerfile"},
"DEPS": {"Python"}, "DEPS": {"Python"},
"DIR_COLORS": {"dircolors"}, "DIR_COLORS": {"dircolors"},
"Dangerfile": {"Ruby"}, "Dangerfile": {"Ruby"},
@ -135,6 +140,7 @@ var LanguagesByFilename = map[string][]string{
"LICENSE": {"Text"}, "LICENSE": {"Text"},
"LICENSE.mysql": {"Text"}, "LICENSE.mysql": {"Text"},
"Lexer.x": {"Lex"}, "Lexer.x": {"Lex"},
"MANIFEST.MF": {"JAR Manifest"},
"Makefile": {"Makefile"}, "Makefile": {"Makefile"},
"Makefile.PL": {"Perl"}, "Makefile.PL": {"Perl"},
"Makefile.am": {"Makefile"}, "Makefile.am": {"Makefile"},
@ -156,7 +162,6 @@ var LanguagesByFilename = map[string][]string{
"Podfile": {"Ruby"}, "Podfile": {"Ruby"},
"Project.ede": {"Emacs Lisp"}, "Project.ede": {"Emacs Lisp"},
"Puppetfile": {"Ruby"}, "Puppetfile": {"Ruby"},
"README.1ST": {"Text"},
"README.me": {"Text"}, "README.me": {"Text"},
"README.mysql": {"Text"}, "README.mysql": {"Text"},
"README.nss": {"Text"}, "README.nss": {"Text"},
@ -183,7 +188,7 @@ var LanguagesByFilename = map[string][]string{
"_dircolors": {"dircolors"}, "_dircolors": {"dircolors"},
"_emacs": {"Emacs Lisp"}, "_emacs": {"Emacs Lisp"},
"_redirects": {"Redirect Rules"}, "_redirects": {"Redirect Rules"},
"_vimrc": {"Vim script"}, "_vimrc": {"Vim Script"},
"abbrev_defs": {"Emacs Lisp"}, "abbrev_defs": {"Emacs Lisp"},
"ack": {"Perl"}, "ack": {"Perl"},
"ant.xml": {"Ant Build System"}, "ant.xml": {"Ant Build System"},
@ -223,10 +228,10 @@ var LanguagesByFilename = map[string][]string{
"gitignore-global": {"Ignore List"}, "gitignore-global": {"Ignore List"},
"gitignore_global": {"Ignore List"}, "gitignore_global": {"Ignore List"},
"glide.lock": {"YAML"}, "glide.lock": {"YAML"},
"go.mod": {"Text"}, "go.mod": {"Go Module"},
"go.sum": {"Text"}, "go.sum": {"Go Checksums"},
"gradlew": {"Shell"}, "gradlew": {"Shell"},
"gvimrc": {"Vim script"}, "gvimrc": {"Vim Script"},
"haproxy.cfg": {"HAProxy"}, "haproxy.cfg": {"HAProxy"},
"httpd.conf": {"ApacheConf"}, "httpd.conf": {"ApacheConf"},
"initial_sids": {"SELinux Policy"}, "initial_sids": {"SELinux Policy"},
@ -256,7 +261,7 @@ var LanguagesByFilename = map[string][]string{
"nextflow.config": {"Nextflow"}, "nextflow.config": {"Nextflow"},
"nginx.conf": {"Nginx"}, "nginx.conf": {"Nginx"},
"nim.cfg": {"Nim"}, "nim.cfg": {"Nim"},
"nvimrc": {"Vim script"}, "nvimrc": {"Vim Script"},
"owh": {"Tcl"}, "owh": {"Tcl"},
"package.mask": {"Text"}, "package.mask": {"Text"},
"package.use.mask": {"Text"}, "package.use.mask": {"Text"},
@ -289,7 +294,7 @@ var LanguagesByFilename = map[string][]string{
"tslint.json": {"JSON with Comments"}, "tslint.json": {"JSON with Comments"},
"use.mask": {"Text"}, "use.mask": {"Text"},
"use.stable.mask": {"Text"}, "use.stable.mask": {"Text"},
"vimrc": {"Vim script"}, "vimrc": {"Vim Script"},
"wscript": {"Python"}, "wscript": {"Python"},
"xcompose": {"XCompose"}, "xcompose": {"XCompose"},
"yarn.lock": {"YAML"}, "yarn.lock": {"YAML"},

File diff suppressed because it is too large Load Diff

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -106,6 +106,7 @@ var LanguagesMime = map[string]string{
"Java Server Pages": "application/x-jsp", "Java Server Pages": "application/x-jsp",
"JavaScript": "text/javascript", "JavaScript": "text/javascript",
"JavaScript+ERB": "application/javascript", "JavaScript+ERB": "application/javascript",
"Jest Snapshot": "application/javascript",
"Jinja": "text/x-django", "Jinja": "text/x-django",
"Julia": "text/x-julia", "Julia": "text/x-julia",
"Jupyter Notebook": "application/json", "Jupyter Notebook": "application/json",

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -234,6 +234,8 @@ var LanguagesType = map[string]int{
"Glyph Bitmap Distribution Format": 1, "Glyph Bitmap Distribution Format": 1,
"Gnuplot": 2, "Gnuplot": 2,
"Go": 2, "Go": 2,
"Go Checksums": 1,
"Go Module": 1,
"Golo": 2, "Golo": 2,
"Gosu": 2, "Gosu": 2,
"Grace": 2, "Grace": 2,
@ -279,6 +281,7 @@ var LanguagesType = map[string]int{
"Isabelle": 2, "Isabelle": 2,
"Isabelle ROOT": 2, "Isabelle ROOT": 2,
"J": 2, "J": 2,
"JAR Manifest": 1,
"JFlex": 2, "JFlex": 2,
"JSON": 1, "JSON": 1,
"JSON with Comments": 1, "JSON with Comments": 1,
@ -291,6 +294,7 @@ var LanguagesType = map[string]int{
"Java Server Pages": 2, "Java Server Pages": 2,
"JavaScript": 2, "JavaScript": 2,
"JavaScript+ERB": 2, "JavaScript+ERB": 2,
"Jest Snapshot": 1,
"Jinja": 3, "Jinja": 3,
"Jison": 2, "Jison": 2,
"Jison Lex": 2, "Jison Lex": 2,
@ -586,8 +590,8 @@ var LanguagesType = map[string]int{
"Valve Data Format": 1, "Valve Data Format": 1,
"Verilog": 2, "Verilog": 2,
"Vim Help File": 4, "Vim Help File": 4,
"Vim Script": 2,
"Vim Snippet": 3, "Vim Snippet": 3,
"Vim script": 2,
"Visual Basic .NET": 2, "Visual Basic .NET": 2,
"Volt": 2, "Volt": 2,
"Vue": 3, "Vue": 3,

View File

@ -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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a // Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data package data
@ -170,4 +170,5 @@ var VendorMatchers = []regex.EnryRegexp{
regex.MustCompile(`(^|/)puphpet/`), regex.MustCompile(`(^|/)puphpet/`),
regex.MustCompile(`(^|/)\.google_apis/`), regex.MustCompile(`(^|/)\.google_apis/`),
regex.MustCompile(`(^|/)Jenkinsfile$`), regex.MustCompile(`(^|/)Jenkinsfile$`),
regex.MustCompile(`(^|/)\.gitpod\.Dockerfile$`),
} }