mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
Merge pull request #73 from go-enry/feature/sync-linguist-1639598838
Update Linguist to v7.18.0
This commit is contained in:
commit
525ee9b302
@ -156,7 +156,7 @@ Generated Rust bindings using a C static library are available at https://github
|
||||
|
||||
## Divergences from Linguist
|
||||
|
||||
The `enry` library is based on the data from `github/linguist` version **v7.17.0**.
|
||||
The `enry` library is based on the data from `github/linguist` version **v7.18.0**.
|
||||
|
||||
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.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -219,6 +219,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"e": "E",
|
||||
"e-mail": "E-mail",
|
||||
"eagle": "Eagle",
|
||||
"earthly": "Earthly",
|
||||
"easybuild": "Easybuild",
|
||||
"ebnf": "EBNF",
|
||||
"ec": "eC",
|
||||
@ -335,6 +336,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"haxe": "Haxe",
|
||||
"hbs": "Handlebars",
|
||||
"hcl": "HCL",
|
||||
"heex": "HTML+EEX",
|
||||
"help": "Vim Help File",
|
||||
"hiveql": "HiveQL",
|
||||
"hlsl": "HLSL",
|
||||
@ -503,6 +505,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"monkey": "Monkey",
|
||||
"moocode": "Moocode",
|
||||
"moonscript": "MoonScript",
|
||||
"motoko": "Motoko",
|
||||
"motorola_68k_assembly": "Motorola 68K Assembly",
|
||||
"mql4": "MQL4",
|
||||
"mql5": "MQL5",
|
||||
@ -636,6 +639,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"progress": "OpenEdge ABL",
|
||||
"proguard": "Proguard",
|
||||
"prolog": "Prolog",
|
||||
"promela": "Promela",
|
||||
"propeller_spin": "Propeller Spin",
|
||||
"protobuf": "Protocol Buffer",
|
||||
"protocol_buffer": "Protocol Buffer",
|
||||
@ -740,6 +744,8 @@ var LanguageByAliasMap = map[string]string{
|
||||
"shaderlab": "ShaderLab",
|
||||
"shell": "Shell",
|
||||
"shell-script": "Shell",
|
||||
"shellcheck_config": "ShellCheck Config",
|
||||
"shellcheckrc": "ShellCheck Config",
|
||||
"shellsession": "ShellSession",
|
||||
"shen": "Shen",
|
||||
"sieve": "Sieve",
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -112,6 +112,7 @@ var LanguagesColor = map[string]string{
|
||||
"ECLiPSe": "#001d9d",
|
||||
"EJS": "#a91e50",
|
||||
"EQ": "#a78649",
|
||||
"Earthly": "#2af0ff",
|
||||
"Easybuild": "#069406",
|
||||
"Ecere Projects": "#913960",
|
||||
"EditorConfig": "#fff1f2",
|
||||
@ -271,6 +272,7 @@ var LanguagesColor = map[string]string{
|
||||
"Modula-2": "#10253f",
|
||||
"Modula-3": "#223388",
|
||||
"MoonScript": "#ff4585",
|
||||
"Motoko": "#fbb03b",
|
||||
"Motorola 68K Assembly": "#005daa",
|
||||
"Mustache": "#724b3b",
|
||||
"NCL": "#28431f",
|
||||
@ -330,6 +332,7 @@ var LanguagesColor = map[string]string{
|
||||
"Prisma": "#0c344b",
|
||||
"Processing": "#0096D8",
|
||||
"Prolog": "#74283c",
|
||||
"Promela": "#de0000",
|
||||
"Propeller Spin": "#7fa2a7",
|
||||
"Pug": "#a86454",
|
||||
"Puppet": "#302B6D",
|
||||
@ -384,6 +387,7 @@ var LanguagesColor = map[string]string{
|
||||
"Self": "#0579aa",
|
||||
"ShaderLab": "#222c37",
|
||||
"Shell": "#89e051",
|
||||
"ShellCheck Config": "#cecfcb",
|
||||
"Shen": "#120F14",
|
||||
"Singularity": "#64E6AD",
|
||||
"Slash": "#007eff",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
// linguist's commit from which files were generated.
|
||||
var LinguistCommit = "50d3abb3a504e0c8b9bef762afa1c1061fd0d72e"
|
||||
var LinguistCommit = "80f3531e8a1014a23f4606458e5a528053ed3cac"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -280,6 +280,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".eex": {"HTML+EEX"},
|
||||
".eh": {"eC"},
|
||||
".ejs": {"EJS"},
|
||||
".ejs.t": {"EJS"},
|
||||
".el": {"Emacs Lisp"},
|
||||
".eliom": {"OCaml"},
|
||||
".eliomi": {"OCaml"},
|
||||
@ -442,6 +443,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".hta": {"HTML"},
|
||||
".htm": {"HTML"},
|
||||
".html": {"HTML"},
|
||||
".html.heex": {"HTML+EEX"},
|
||||
".html.hl": {"HTML"},
|
||||
".html.leex": {"HTML+EEX"},
|
||||
".http": {"HTTP"},
|
||||
@ -450,6 +452,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".hxsl": {"Haxe"},
|
||||
".hxx": {"C++"},
|
||||
".hy": {"Hy"},
|
||||
".hzp": {"XML"},
|
||||
".i": {"Assembly", "Motorola 68K Assembly", "SWIG"},
|
||||
".i3": {"Modula-3"},
|
||||
".i7x": {"Inform 7"},
|
||||
@ -481,6 +484,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".iss": {"Inno Setup"},
|
||||
".iuml": {"PlantUML"},
|
||||
".ivy": {"XML"},
|
||||
".ixx": {"C++"},
|
||||
".j": {"Jasmin", "Objective-J"},
|
||||
".j2": {"Jinja"},
|
||||
".jade": {"Pug"},
|
||||
@ -630,7 +634,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".mm": {"Objective-C++", "XML"},
|
||||
".mmk": {"Module Management System"},
|
||||
".mms": {"Module Management System"},
|
||||
".mo": {"Modelica"},
|
||||
".mo": {"Modelica", "Motoko"},
|
||||
".mod": {"AMPL", "Linux Kernel Module", "Modula-2", "XML"},
|
||||
".model.lkml": {"LookML"},
|
||||
".monkey": {"Monkey"},
|
||||
@ -781,6 +785,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".plx": {"Perl"},
|
||||
".pm": {"Perl", "Raku", "X PixMap"},
|
||||
".pm6": {"Raku"},
|
||||
".pml": {"Promela"},
|
||||
".pmod": {"Pike"},
|
||||
".po": {"Gettext Catalog"},
|
||||
".pod": {"Pod", "Pod 6"},
|
||||
@ -1104,6 +1109,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".vhw": {"VHDL"},
|
||||
".view.lkml": {"LookML"},
|
||||
".vim": {"Vim Script"},
|
||||
".vimrc": {"Vim Script"},
|
||||
".viw": {"SQL"},
|
||||
".vmb": {"Vim Script"},
|
||||
".volt": {"Volt"},
|
||||
@ -1278,7 +1284,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Brightscript": {".brs"},
|
||||
"C": {".c", ".cats", ".h", ".idc"},
|
||||
"C#": {".cs", ".cake", ".csx", ".linq"},
|
||||
"C++": {".cpp", ".c++", ".cc", ".cp", ".cxx", ".h", ".h++", ".hh", ".hpp", ".hxx", ".inc", ".inl", ".ino", ".ipp", ".re", ".tcc", ".tpp"},
|
||||
"C++": {".cpp", ".c++", ".cc", ".cp", ".cxx", ".h", ".h++", ".hh", ".hpp", ".hxx", ".inc", ".inl", ".ino", ".ipp", ".ixx", ".re", ".tcc", ".tpp"},
|
||||
"C-ObjDump": {".c-objdump"},
|
||||
"C2hs Haskell": {".chs"},
|
||||
"CIL": {".cil"},
|
||||
@ -1346,7 +1352,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"EBNF": {".ebnf"},
|
||||
"ECL": {".ecl", ".eclxml"},
|
||||
"ECLiPSe": {".ecl"},
|
||||
"EJS": {".ejs", ".ect", ".jst"},
|
||||
"EJS": {".ejs", ".ect", ".ejs.t", ".jst"},
|
||||
"EQ": {".eq"},
|
||||
"Eagle": {".sch", ".brd"},
|
||||
"Easybuild": {".eb"},
|
||||
@ -1416,7 +1422,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"HLSL": {".hlsl", ".cginc", ".fx", ".fxh", ".hlsli"},
|
||||
"HTML": {".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml"},
|
||||
"HTML+ECR": {".ecr"},
|
||||
"HTML+EEX": {".eex", ".html.leex"},
|
||||
"HTML+EEX": {".eex", ".html.heex", ".html.leex"},
|
||||
"HTML+ERB": {".erb", ".erb.deface", ".rhtml"},
|
||||
"HTML+PHP": {".phtml"},
|
||||
"HTML+Razor": {".cshtml", ".razor"},
|
||||
@ -1531,6 +1537,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Monkey": {".monkey", ".monkey2"},
|
||||
"Moocode": {".moo"},
|
||||
"MoonScript": {".moon"},
|
||||
"Motoko": {".mo"},
|
||||
"Motorola 68K Assembly": {".asm", ".i", ".inc", ".s", ".x68"},
|
||||
"Muse": {".muse"},
|
||||
"Mustache": {".mustache"},
|
||||
@ -1611,6 +1618,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Processing": {".pde"},
|
||||
"Proguard": {".pro"},
|
||||
"Prolog": {".pl", ".pro", ".prolog", ".yap"},
|
||||
"Promela": {".pml"},
|
||||
"Propeller Spin": {".spin"},
|
||||
"Protocol Buffer": {".proto"},
|
||||
"Public Key": {".asc", ".pub"},
|
||||
@ -1740,7 +1748,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Valve Data Format": {".vdf"},
|
||||
"Verilog": {".v", ".veo"},
|
||||
"Vim Help File": {".txt"},
|
||||
"Vim Script": {".vim", ".vba", ".vmb"},
|
||||
"Vim Script": {".vim", ".vba", ".vimrc", ".vmb"},
|
||||
"Vim Snippet": {".snip", ".snippet", ".snippets"},
|
||||
"Visual Basic .NET": {".vb", ".vbhtml"},
|
||||
"Volt": {".volt"},
|
||||
@ -1759,7 +1767,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"X PixMap": {".xpm", ".pm"},
|
||||
"X10": {".x10"},
|
||||
"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", ".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", ".xmp", ".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", ".hzp", ".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", ".xmp", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"},
|
||||
"XML Property List": {".plist", ".sttheme", ".tmcommand", ".tmlanguage", ".tmpreferences", ".tmsnippet", ".tmtheme"},
|
||||
"XPages": {".xsp-config", ".xsp.metadata"},
|
||||
"XProc": {".xpl", ".xproc"},
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -42,6 +42,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
".exrc": {"Vim Script"},
|
||||
".factor-boot-rc": {"Factor"},
|
||||
".factor-rc": {"Factor"},
|
||||
".flake8": {"INI"},
|
||||
".flaskenv": {"Shell"},
|
||||
".gclient": {"Python"},
|
||||
".gemrc": {"YAML"},
|
||||
@ -60,6 +61,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
".jscsrc": {"JSON with Comments"},
|
||||
".jshintrc": {"JSON with Comments"},
|
||||
".jslintrc": {"JSON with Comments"},
|
||||
".kshrc": {"Shell"},
|
||||
".login": {"Shell"},
|
||||
".luacheckrc": {"Lua"},
|
||||
".markdownlintignore": {"Ignore List"},
|
||||
@ -76,6 +78,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
".profile": {"Shell"},
|
||||
".project": {"XML"},
|
||||
".pryrc": {"Ruby"},
|
||||
".shellcheckrc": {"ShellCheck Config"},
|
||||
".simplecov": {"Ruby"},
|
||||
".spacemacs": {"Emacs Lisp"},
|
||||
".stylelintignore": {"Ignore List"},
|
||||
@ -122,6 +125,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
"Dangerfile": {"Ruby"},
|
||||
"Deliverfile": {"Ruby"},
|
||||
"Dockerfile": {"Dockerfile"},
|
||||
"Earthfile": {"Earthly"},
|
||||
"Emakefile": {"Erlang"},
|
||||
"FONTLOG": {"Text"},
|
||||
"Fakefile": {"Fancy"},
|
||||
@ -240,6 +244,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
"jsconfig.json": {"JSON with Comments"},
|
||||
"kakrc": {"KakouneScript"},
|
||||
"keep.me": {"Text"},
|
||||
"kshrc": {"Shell"},
|
||||
"language-configuration.json": {"JSON with Comments"},
|
||||
"language-subtag-registry.txt": {"Record Jar"},
|
||||
"ld.script": {"Linker Script"},
|
||||
|
32185
data/frequencies.go
32185
data/frequencies.go
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.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -137,6 +137,7 @@ var IDByLanguage = map[string]int{
|
||||
"EJS": 95,
|
||||
"EQ": 96,
|
||||
"Eagle": 97,
|
||||
"Earthly": 963512632,
|
||||
"Easybuild": 342840477,
|
||||
"Ecere Projects": 98,
|
||||
"EditorConfig": 96139566,
|
||||
@ -328,6 +329,7 @@ var IDByLanguage = map[string]int{
|
||||
"Monkey": 236,
|
||||
"Moocode": 237,
|
||||
"MoonScript": 238,
|
||||
"Motoko": 202937027,
|
||||
"Motorola 68K Assembly": 477582706,
|
||||
"Muse": 474864066,
|
||||
"Mustache": 638334590,
|
||||
@ -410,6 +412,7 @@ var IDByLanguage = map[string]int{
|
||||
"Processing": 294,
|
||||
"Proguard": 716513858,
|
||||
"Prolog": 295,
|
||||
"Promela": 441858312,
|
||||
"Propeller Spin": 296,
|
||||
"Protocol Buffer": 297,
|
||||
"Public Key": 298,
|
||||
@ -483,6 +486,7 @@ var IDByLanguage = map[string]int{
|
||||
"Self": 345,
|
||||
"ShaderLab": 664257356,
|
||||
"Shell": 346,
|
||||
"ShellCheck Config": 687511714,
|
||||
"ShellSession": 347,
|
||||
"Shen": 348,
|
||||
"Sieve": 208976687,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -1326,6 +1326,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
".inl",
|
||||
".ino",
|
||||
".ipp",
|
||||
".ixx",
|
||||
".re",
|
||||
".tcc",
|
||||
".tpp",
|
||||
@ -2798,6 +2799,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
Extensions: []string{
|
||||
".ejs",
|
||||
".ect",
|
||||
".ejs.t",
|
||||
".jst",
|
||||
},
|
||||
Interpreters: []string{},
|
||||
@ -2848,6 +2850,25 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
Wrap: false,
|
||||
LanguageID: 97,
|
||||
},
|
||||
963512632: LanguageInfo{
|
||||
Name: "Earthly",
|
||||
FSName: "",
|
||||
Type: TypeForString("programming"),
|
||||
Color: "#2af0ff",
|
||||
Group: "",
|
||||
Aliases: []string{},
|
||||
Extensions: []string{},
|
||||
Interpreters: []string{},
|
||||
Filenames: []string{
|
||||
"Earthfile",
|
||||
},
|
||||
MimeType: "",
|
||||
TMScope: "source.earthfile",
|
||||
AceMode: "text",
|
||||
CodeMirrorMode: "",
|
||||
Wrap: false,
|
||||
LanguageID: 963512632,
|
||||
},
|
||||
342840477: LanguageInfo{
|
||||
Name: "Easybuild",
|
||||
FSName: "",
|
||||
@ -4424,10 +4445,12 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
Group: "HTML",
|
||||
Aliases: []string{
|
||||
"eex",
|
||||
"heex",
|
||||
"leex",
|
||||
},
|
||||
Extensions: []string{
|
||||
".eex",
|
||||
".html.heex",
|
||||
".html.leex",
|
||||
},
|
||||
Interpreters: []string{},
|
||||
@ -4815,6 +4838,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
},
|
||||
Interpreters: []string{},
|
||||
Filenames: []string{
|
||||
".flake8",
|
||||
"buildozer.spec",
|
||||
},
|
||||
MimeType: "text/x-properties",
|
||||
@ -7042,6 +7066,25 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
Wrap: false,
|
||||
LanguageID: 238,
|
||||
},
|
||||
202937027: LanguageInfo{
|
||||
Name: "Motoko",
|
||||
FSName: "",
|
||||
Type: TypeForString("programming"),
|
||||
Color: "#fbb03b",
|
||||
Group: "",
|
||||
Aliases: []string{},
|
||||
Extensions: []string{
|
||||
".mo",
|
||||
},
|
||||
Interpreters: []string{},
|
||||
Filenames: []string{},
|
||||
MimeType: "",
|
||||
TMScope: "source.mo",
|
||||
AceMode: "text",
|
||||
CodeMirrorMode: "",
|
||||
Wrap: false,
|
||||
LanguageID: 202937027,
|
||||
},
|
||||
477582706: LanguageInfo{
|
||||
Name: "Motorola 68K Assembly",
|
||||
FSName: "",
|
||||
@ -8806,6 +8849,25 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
Wrap: false,
|
||||
LanguageID: 295,
|
||||
},
|
||||
441858312: LanguageInfo{
|
||||
Name: "Promela",
|
||||
FSName: "",
|
||||
Type: TypeForString("programming"),
|
||||
Color: "#de0000",
|
||||
Group: "",
|
||||
Aliases: []string{},
|
||||
Extensions: []string{
|
||||
".pml",
|
||||
},
|
||||
Interpreters: []string{},
|
||||
Filenames: []string{},
|
||||
MimeType: "",
|
||||
TMScope: "source.promela",
|
||||
AceMode: "text",
|
||||
CodeMirrorMode: "",
|
||||
Wrap: false,
|
||||
LanguageID: 441858312,
|
||||
},
|
||||
296: LanguageInfo{
|
||||
Name: "Propeller Spin",
|
||||
FSName: "",
|
||||
@ -10533,6 +10595,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
".env",
|
||||
".env.example",
|
||||
".flaskenv",
|
||||
".kshrc",
|
||||
".login",
|
||||
".profile",
|
||||
".zlogin",
|
||||
@ -10548,6 +10611,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
"bashrc",
|
||||
"cshrc",
|
||||
"gradlew",
|
||||
"kshrc",
|
||||
"login",
|
||||
"man",
|
||||
"profile",
|
||||
@ -10564,6 +10628,27 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
Wrap: false,
|
||||
LanguageID: 346,
|
||||
},
|
||||
687511714: LanguageInfo{
|
||||
Name: "ShellCheck Config",
|
||||
FSName: "",
|
||||
Type: TypeForString("data"),
|
||||
Color: "#cecfcb",
|
||||
Group: "",
|
||||
Aliases: []string{
|
||||
"shellcheckrc",
|
||||
},
|
||||
Extensions: []string{},
|
||||
Interpreters: []string{},
|
||||
Filenames: []string{
|
||||
".shellcheckrc",
|
||||
},
|
||||
MimeType: "text/x-properties",
|
||||
TMScope: "source.shellcheckrc",
|
||||
AceMode: "ini",
|
||||
CodeMirrorMode: "properties",
|
||||
Wrap: false,
|
||||
LanguageID: 687511714,
|
||||
},
|
||||
347: LanguageInfo{
|
||||
Name: "ShellSession",
|
||||
FSName: "",
|
||||
@ -11971,6 +12056,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
Extensions: []string{
|
||||
".vim",
|
||||
".vba",
|
||||
".vimrc",
|
||||
".vmb",
|
||||
},
|
||||
Interpreters: []string{},
|
||||
@ -12467,6 +12553,7 @@ var LanguageInfoByID = map[int]LanguageInfo{
|
||||
".gmx",
|
||||
".grxml",
|
||||
".gst",
|
||||
".hzp",
|
||||
".iml",
|
||||
".ivy",
|
||||
".jelly",
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -194,6 +194,7 @@ var LanguagesMime = map[string]string{
|
||||
"Scala": "text/x-scala",
|
||||
"Scheme": "text/x-scheme",
|
||||
"Shell": "text/x-sh",
|
||||
"ShellCheck Config": "text/x-properties",
|
||||
"ShellSession": "text/x-sh",
|
||||
"Sieve": "application/sieve",
|
||||
"Slim": "text/x-slim",
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -179,6 +179,7 @@ var LanguagesType = map[string]int{
|
||||
"EJS": 3,
|
||||
"EQ": 2,
|
||||
"Eagle": 1,
|
||||
"Earthly": 2,
|
||||
"Easybuild": 1,
|
||||
"Ecere Projects": 1,
|
||||
"EditorConfig": 1,
|
||||
@ -370,6 +371,7 @@ var LanguagesType = map[string]int{
|
||||
"Monkey": 2,
|
||||
"Moocode": 2,
|
||||
"MoonScript": 2,
|
||||
"Motoko": 2,
|
||||
"Motorola 68K Assembly": 2,
|
||||
"Muse": 4,
|
||||
"Mustache": 3,
|
||||
@ -452,6 +454,7 @@ var LanguagesType = map[string]int{
|
||||
"Processing": 2,
|
||||
"Proguard": 1,
|
||||
"Prolog": 2,
|
||||
"Promela": 2,
|
||||
"Propeller Spin": 2,
|
||||
"Protocol Buffer": 1,
|
||||
"Public Key": 1,
|
||||
@ -525,6 +528,7 @@ var LanguagesType = map[string]int{
|
||||
"Self": 2,
|
||||
"ShaderLab": 2,
|
||||
"Shell": 2,
|
||||
"ShellCheck Config": 1,
|
||||
"ShellSession": 2,
|
||||
"Shen": 2,
|
||||
"Sieve": 2,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -19,7 +19,7 @@ import (
|
||||
var (
|
||||
linguistURL = "https://github.com/github/linguist.git"
|
||||
linguistClonedEnvVar = "ENRY_TEST_REPO"
|
||||
commit = "50d3abb3a504e0c8b9bef762afa1c1061fd0d72e"
|
||||
commit = "80f3531e8a1014a23f4606458e5a528053ed3cac"
|
||||
samplesDir = "samples"
|
||||
languagesFile = filepath.Join("lib", "linguist", "languages.yml")
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -219,6 +219,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"e": "E",
|
||||
"e-mail": "E-mail",
|
||||
"eagle": "Eagle",
|
||||
"earthly": "Earthly",
|
||||
"easybuild": "Easybuild",
|
||||
"ebnf": "EBNF",
|
||||
"ec": "eC",
|
||||
@ -335,6 +336,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"haxe": "Haxe",
|
||||
"hbs": "Handlebars",
|
||||
"hcl": "HCL",
|
||||
"heex": "HTML+EEX",
|
||||
"help": "Vim Help File",
|
||||
"hiveql": "HiveQL",
|
||||
"hlsl": "HLSL",
|
||||
@ -503,6 +505,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"monkey": "Monkey",
|
||||
"moocode": "Moocode",
|
||||
"moonscript": "MoonScript",
|
||||
"motoko": "Motoko",
|
||||
"motorola_68k_assembly": "Motorola 68K Assembly",
|
||||
"mql4": "MQL4",
|
||||
"mql5": "MQL5",
|
||||
@ -636,6 +639,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"progress": "OpenEdge ABL",
|
||||
"proguard": "Proguard",
|
||||
"prolog": "Prolog",
|
||||
"promela": "Promela",
|
||||
"propeller_spin": "Propeller Spin",
|
||||
"protobuf": "Protocol Buffer",
|
||||
"protocol_buffer": "Protocol Buffer",
|
||||
@ -740,6 +744,8 @@ var LanguageByAliasMap = map[string]string{
|
||||
"shaderlab": "ShaderLab",
|
||||
"shell": "Shell",
|
||||
"shell-script": "Shell",
|
||||
"shellcheck_config": "ShellCheck Config",
|
||||
"shellcheckrc": "ShellCheck Config",
|
||||
"shellsession": "ShellSession",
|
||||
"shen": "Shen",
|
||||
"sieve": "Sieve",
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -112,6 +112,7 @@ var LanguagesColor = map[string]string{
|
||||
"ECLiPSe": "#001d9d",
|
||||
"EJS": "#a91e50",
|
||||
"EQ": "#a78649",
|
||||
"Earthly": "#2af0ff",
|
||||
"Easybuild": "#069406",
|
||||
"Ecere Projects": "#913960",
|
||||
"EditorConfig": "#fff1f2",
|
||||
@ -271,6 +272,7 @@ var LanguagesColor = map[string]string{
|
||||
"Modula-2": "#10253f",
|
||||
"Modula-3": "#223388",
|
||||
"MoonScript": "#ff4585",
|
||||
"Motoko": "#fbb03b",
|
||||
"Motorola 68K Assembly": "#005daa",
|
||||
"Mustache": "#724b3b",
|
||||
"NCL": "#28431f",
|
||||
@ -330,6 +332,7 @@ var LanguagesColor = map[string]string{
|
||||
"Prisma": "#0c344b",
|
||||
"Processing": "#0096D8",
|
||||
"Prolog": "#74283c",
|
||||
"Promela": "#de0000",
|
||||
"Propeller Spin": "#7fa2a7",
|
||||
"Pug": "#a86454",
|
||||
"Puppet": "#302B6D",
|
||||
@ -384,6 +387,7 @@ var LanguagesColor = map[string]string{
|
||||
"Self": "#0579aa",
|
||||
"ShaderLab": "#222c37",
|
||||
"Shell": "#89e051",
|
||||
"ShellCheck Config": "#cecfcb",
|
||||
"Shen": "#120F14",
|
||||
"Singularity": "#64E6AD",
|
||||
"Slash": "#007eff",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
// linguist's commit from which files were generated.
|
||||
var LinguistCommit = "50d3abb3a504e0c8b9bef762afa1c1061fd0d72e"
|
||||
var LinguistCommit = "80f3531e8a1014a23f4606458e5a528053ed3cac"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -280,6 +280,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".eex": {"HTML+EEX"},
|
||||
".eh": {"eC"},
|
||||
".ejs": {"EJS"},
|
||||
".ejs.t": {"EJS"},
|
||||
".el": {"Emacs Lisp"},
|
||||
".eliom": {"OCaml"},
|
||||
".eliomi": {"OCaml"},
|
||||
@ -442,6 +443,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".hta": {"HTML"},
|
||||
".htm": {"HTML"},
|
||||
".html": {"HTML"},
|
||||
".html.heex": {"HTML+EEX"},
|
||||
".html.hl": {"HTML"},
|
||||
".html.leex": {"HTML+EEX"},
|
||||
".http": {"HTTP"},
|
||||
@ -450,6 +452,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".hxsl": {"Haxe"},
|
||||
".hxx": {"C++"},
|
||||
".hy": {"Hy"},
|
||||
".hzp": {"XML"},
|
||||
".i": {"Assembly", "Motorola 68K Assembly", "SWIG"},
|
||||
".i3": {"Modula-3"},
|
||||
".i7x": {"Inform 7"},
|
||||
@ -481,6 +484,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".iss": {"Inno Setup"},
|
||||
".iuml": {"PlantUML"},
|
||||
".ivy": {"XML"},
|
||||
".ixx": {"C++"},
|
||||
".j": {"Jasmin", "Objective-J"},
|
||||
".j2": {"Jinja"},
|
||||
".jade": {"Pug"},
|
||||
@ -630,7 +634,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".mm": {"Objective-C++", "XML"},
|
||||
".mmk": {"Module Management System"},
|
||||
".mms": {"Module Management System"},
|
||||
".mo": {"Modelica"},
|
||||
".mo": {"Modelica", "Motoko"},
|
||||
".mod": {"AMPL", "Linux Kernel Module", "Modula-2", "XML"},
|
||||
".model.lkml": {"LookML"},
|
||||
".monkey": {"Monkey"},
|
||||
@ -781,6 +785,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".plx": {"Perl"},
|
||||
".pm": {"Perl", "Raku", "X PixMap"},
|
||||
".pm6": {"Raku"},
|
||||
".pml": {"Promela"},
|
||||
".pmod": {"Pike"},
|
||||
".po": {"Gettext Catalog"},
|
||||
".pod": {"Pod", "Pod 6"},
|
||||
@ -1104,6 +1109,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".vhw": {"VHDL"},
|
||||
".view.lkml": {"LookML"},
|
||||
".vim": {"Vim Script"},
|
||||
".vimrc": {"Vim Script"},
|
||||
".viw": {"SQL"},
|
||||
".vmb": {"Vim Script"},
|
||||
".volt": {"Volt"},
|
||||
@ -1278,7 +1284,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Brightscript": {".brs"},
|
||||
"C": {".c", ".cats", ".h", ".idc"},
|
||||
"C#": {".cs", ".cake", ".csx", ".linq"},
|
||||
"C++": {".cpp", ".c++", ".cc", ".cp", ".cxx", ".h", ".h++", ".hh", ".hpp", ".hxx", ".inc", ".inl", ".ino", ".ipp", ".re", ".tcc", ".tpp"},
|
||||
"C++": {".cpp", ".c++", ".cc", ".cp", ".cxx", ".h", ".h++", ".hh", ".hpp", ".hxx", ".inc", ".inl", ".ino", ".ipp", ".ixx", ".re", ".tcc", ".tpp"},
|
||||
"C-ObjDump": {".c-objdump"},
|
||||
"C2hs Haskell": {".chs"},
|
||||
"CIL": {".cil"},
|
||||
@ -1346,7 +1352,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"EBNF": {".ebnf"},
|
||||
"ECL": {".ecl", ".eclxml"},
|
||||
"ECLiPSe": {".ecl"},
|
||||
"EJS": {".ejs", ".ect", ".jst"},
|
||||
"EJS": {".ejs", ".ect", ".ejs.t", ".jst"},
|
||||
"EQ": {".eq"},
|
||||
"Eagle": {".sch", ".brd"},
|
||||
"Easybuild": {".eb"},
|
||||
@ -1416,7 +1422,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"HLSL": {".hlsl", ".cginc", ".fx", ".fxh", ".hlsli"},
|
||||
"HTML": {".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml"},
|
||||
"HTML+ECR": {".ecr"},
|
||||
"HTML+EEX": {".eex", ".html.leex"},
|
||||
"HTML+EEX": {".eex", ".html.heex", ".html.leex"},
|
||||
"HTML+ERB": {".erb", ".erb.deface", ".rhtml"},
|
||||
"HTML+PHP": {".phtml"},
|
||||
"HTML+Razor": {".cshtml", ".razor"},
|
||||
@ -1531,6 +1537,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Monkey": {".monkey", ".monkey2"},
|
||||
"Moocode": {".moo"},
|
||||
"MoonScript": {".moon"},
|
||||
"Motoko": {".mo"},
|
||||
"Motorola 68K Assembly": {".asm", ".i", ".inc", ".s", ".x68"},
|
||||
"Muse": {".muse"},
|
||||
"Mustache": {".mustache"},
|
||||
@ -1611,6 +1618,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Processing": {".pde"},
|
||||
"Proguard": {".pro"},
|
||||
"Prolog": {".pl", ".pro", ".prolog", ".yap"},
|
||||
"Promela": {".pml"},
|
||||
"Propeller Spin": {".spin"},
|
||||
"Protocol Buffer": {".proto"},
|
||||
"Public Key": {".asc", ".pub"},
|
||||
@ -1740,7 +1748,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Valve Data Format": {".vdf"},
|
||||
"Verilog": {".v", ".veo"},
|
||||
"Vim Help File": {".txt"},
|
||||
"Vim Script": {".vim", ".vba", ".vmb"},
|
||||
"Vim Script": {".vim", ".vba", ".vimrc", ".vmb"},
|
||||
"Vim Snippet": {".snip", ".snippet", ".snippets"},
|
||||
"Visual Basic .NET": {".vb", ".vbhtml"},
|
||||
"Volt": {".volt"},
|
||||
@ -1759,7 +1767,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"X PixMap": {".xpm", ".pm"},
|
||||
"X10": {".x10"},
|
||||
"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", ".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", ".xmp", ".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", ".hzp", ".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", ".xmp", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"},
|
||||
"XML Property List": {".plist", ".sttheme", ".tmcommand", ".tmlanguage", ".tmpreferences", ".tmsnippet", ".tmtheme"},
|
||||
"XPages": {".xsp-config", ".xsp.metadata"},
|
||||
"XProc": {".xpl", ".xproc"},
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -42,6 +42,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
".exrc": {"Vim Script"},
|
||||
".factor-boot-rc": {"Factor"},
|
||||
".factor-rc": {"Factor"},
|
||||
".flake8": {"INI"},
|
||||
".flaskenv": {"Shell"},
|
||||
".gclient": {"Python"},
|
||||
".gemrc": {"YAML"},
|
||||
@ -60,6 +61,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
".jscsrc": {"JSON with Comments"},
|
||||
".jshintrc": {"JSON with Comments"},
|
||||
".jslintrc": {"JSON with Comments"},
|
||||
".kshrc": {"Shell"},
|
||||
".login": {"Shell"},
|
||||
".luacheckrc": {"Lua"},
|
||||
".markdownlintignore": {"Ignore List"},
|
||||
@ -76,6 +78,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
".profile": {"Shell"},
|
||||
".project": {"XML"},
|
||||
".pryrc": {"Ruby"},
|
||||
".shellcheckrc": {"ShellCheck Config"},
|
||||
".simplecov": {"Ruby"},
|
||||
".spacemacs": {"Emacs Lisp"},
|
||||
".stylelintignore": {"Ignore List"},
|
||||
@ -122,6 +125,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
"Dangerfile": {"Ruby"},
|
||||
"Deliverfile": {"Ruby"},
|
||||
"Dockerfile": {"Dockerfile"},
|
||||
"Earthfile": {"Earthly"},
|
||||
"Emakefile": {"Erlang"},
|
||||
"FONTLOG": {"Text"},
|
||||
"Fakefile": {"Fancy"},
|
||||
@ -240,6 +244,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
"jsconfig.json": {"JSON with Comments"},
|
||||
"kakrc": {"KakouneScript"},
|
||||
"keep.me": {"Text"},
|
||||
"kshrc": {"Shell"},
|
||||
"language-configuration.json": {"JSON with Comments"},
|
||||
"language-subtag-registry.txt": {"Record Jar"},
|
||||
"ld.script": {"Linker Script"},
|
||||
|
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.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -194,6 +194,7 @@ var LanguagesMime = map[string]string{
|
||||
"Scala": "text/x-scala",
|
||||
"Scheme": "text/x-scheme",
|
||||
"Shell": "text/x-sh",
|
||||
"ShellCheck Config": "text/x-properties",
|
||||
"ShellSession": "text/x-sh",
|
||||
"Sieve": "application/sieve",
|
||||
"Slim": "text/x-slim",
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
@ -179,6 +179,7 @@ var LanguagesType = map[string]int{
|
||||
"EJS": 3,
|
||||
"EQ": 2,
|
||||
"Eagle": 1,
|
||||
"Earthly": 2,
|
||||
"Easybuild": 1,
|
||||
"Ecere Projects": 1,
|
||||
"EditorConfig": 1,
|
||||
@ -370,6 +371,7 @@ var LanguagesType = map[string]int{
|
||||
"Monkey": 2,
|
||||
"Moocode": 2,
|
||||
"MoonScript": 2,
|
||||
"Motoko": 2,
|
||||
"Motorola 68K Assembly": 2,
|
||||
"Muse": 4,
|
||||
"Mustache": 3,
|
||||
@ -452,6 +454,7 @@ var LanguagesType = map[string]int{
|
||||
"Processing": 2,
|
||||
"Proguard": 1,
|
||||
"Prolog": 2,
|
||||
"Promela": 2,
|
||||
"Propeller Spin": 2,
|
||||
"Protocol Buffer": 1,
|
||||
"Public Key": 1,
|
||||
@ -525,6 +528,7 @@ var LanguagesType = map[string]int{
|
||||
"Self": 2,
|
||||
"ShaderLab": 2,
|
||||
"Shell": 2,
|
||||
"ShellCheck Config": 1,
|
||||
"ShellSession": 2,
|
||||
"Shen": 2,
|
||||
"Sieve": 2,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac
|
||||
|
||||
package data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user