mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 14:47:50 -03:00
Updated Linguist to v7.29.0
This commit is contained in:
@ -21,7 +21,7 @@ import (
|
||||
var (
|
||||
linguistClonedEnvVar = "ENRY_TEST_REPO"
|
||||
linguistURL = "https://github.com/github/linguist.git"
|
||||
commit = "ee9119e70111d46842788b2bc1666ec1d1ea9e2a"
|
||||
commit = "b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead"
|
||||
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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -265,6 +265,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"ecmarkdown": "Ecmarkup",
|
||||
"ecmarkup": "Ecmarkup",
|
||||
"ecr": "HTML+ECR",
|
||||
"edge": "Edge",
|
||||
"edgeql": "EdgeQL",
|
||||
"editor-config": "EditorConfig",
|
||||
"editorconfig": "EditorConfig",
|
||||
@ -354,6 +355,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"gitmodules": "Git Config",
|
||||
"gleam": "Gleam",
|
||||
"glimmer_js": "Glimmer JS",
|
||||
"glimmer_ts": "Glimmer TS",
|
||||
"glsl": "GLSL",
|
||||
"glyph": "Glyph",
|
||||
"glyph_bitmap_distribution_format": "Glyph Bitmap Distribution Format",
|
||||
@ -591,6 +593,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"modula-2": "Modula-2",
|
||||
"modula-3": "Modula-3",
|
||||
"module_management_system": "Module Management System",
|
||||
"mojo": "Mojo",
|
||||
"monkey": "Monkey",
|
||||
"monkey_c": "Monkey C",
|
||||
"moocode": "Moocode",
|
||||
@ -654,6 +657,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"oasv3": "OpenAPI Specification v3",
|
||||
"oasv3-json": "OASv3-json",
|
||||
"oasv3-yaml": "OASv3-yaml",
|
||||
"oberon": "Oberon",
|
||||
"obj-c": "Objective-C",
|
||||
"obj-c++": "Objective-C++",
|
||||
"obj-j": "Objective-J",
|
||||
@ -724,6 +728,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"piglatin": "PigLatin",
|
||||
"pikchr": "Pic",
|
||||
"pike": "Pike",
|
||||
"pip_requirements": "Pip Requirements",
|
||||
"pir": "Parrot Internal Representation",
|
||||
"plain_text": "Text",
|
||||
"plantuml": "PlantUML",
|
||||
@ -829,6 +834,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"robots": "robots.txt",
|
||||
"robots.txt": "robots.txt",
|
||||
"robots_txt": "robots.txt",
|
||||
"roc": "Roc",
|
||||
"roff": "Roff",
|
||||
"roff_manpage": "Roff Manpage",
|
||||
"rouge": "Rouge",
|
||||
@ -850,6 +856,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"salt": "SaltStack",
|
||||
"saltstack": "SaltStack",
|
||||
"saltstate": "SaltStack",
|
||||
"sarif": "JSON",
|
||||
"sas": "SAS",
|
||||
"sass": "Sass",
|
||||
"scala": "Scala",
|
||||
@ -879,6 +886,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"slash": "Slash",
|
||||
"slice": "Slice",
|
||||
"slim": "Slim",
|
||||
"slint": "Slint",
|
||||
"smali": "Smali",
|
||||
"smalltalk": "Smalltalk",
|
||||
"smarty": "Smarty",
|
||||
@ -940,6 +948,7 @@ var LanguageByAliasMap = map[string]string{
|
||||
"texinfo": "Texinfo",
|
||||
"text": "Text",
|
||||
"text_proto": "Protocol Buffer Text Format",
|
||||
"textgrid": "TextGrid",
|
||||
"textile": "Textile",
|
||||
"textmate_properties": "TextMate Properties",
|
||||
"thrift": "Thrift",
|
||||
|
@ -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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -135,6 +135,7 @@ var LanguagesColor = map[string]string{
|
||||
"Easybuild": "#069406",
|
||||
"Ecere Projects": "#913960",
|
||||
"Ecmarkup": "#eb8131",
|
||||
"Edge": "#0dffe0",
|
||||
"EdgeQL": "#31A7FF",
|
||||
"EditorConfig": "#fff1f2",
|
||||
"Eiffel": "#4d6977",
|
||||
@ -189,6 +190,7 @@ var LanguagesColor = map[string]string{
|
||||
"Git Revision List": "#F44D27",
|
||||
"Gleam": "#ffaff3",
|
||||
"Glimmer JS": "#F5835F",
|
||||
"Glimmer TS": "#3178c6",
|
||||
"Glyph": "#c1ac7f",
|
||||
"Gnuplot": "#f0a9f0",
|
||||
"Go": "#00ADD8",
|
||||
@ -319,6 +321,7 @@ var LanguagesColor = map[string]string{
|
||||
"Modelica": "#de1d31",
|
||||
"Modula-2": "#10253f",
|
||||
"Modula-3": "#223388",
|
||||
"Mojo": "#ff4c1f",
|
||||
"Monkey C": "#8D6747",
|
||||
"MoonScript": "#ff4585",
|
||||
"Motoko": "#fbb03b",
|
||||
@ -385,6 +388,7 @@ var LanguagesColor = map[string]string{
|
||||
"PicoLisp": "#6067af",
|
||||
"PigLatin": "#fcd7de",
|
||||
"Pike": "#005390",
|
||||
"Pip Requirements": "#FFD343",
|
||||
"PlantUML": "#fbbd16",
|
||||
"PogoScript": "#d80074",
|
||||
"Polar": "#ae81ff",
|
||||
@ -436,6 +440,7 @@ var LanguagesColor = map[string]string{
|
||||
"Ring": "#2D54CB",
|
||||
"Riot": "#A71E49",
|
||||
"RobotFramework": "#00c0b5",
|
||||
"Roc": "#7c38f5",
|
||||
"Roff": "#ecdebe",
|
||||
"Roff Manpage": "#ecdebe",
|
||||
"Rouge": "#cc0088",
|
||||
@ -468,6 +473,7 @@ var LanguagesColor = map[string]string{
|
||||
"Slash": "#007eff",
|
||||
"Slice": "#003fa2",
|
||||
"Slim": "#2b2b2b",
|
||||
"Slint": "#2379F4",
|
||||
"SmPL": "#c94949",
|
||||
"Smalltalk": "#596706",
|
||||
"Smarty": "#f0c040",
|
||||
@ -503,6 +509,7 @@ var LanguagesColor = map[string]string{
|
||||
"TeX": "#3D6117",
|
||||
"Terra": "#00004c",
|
||||
"Terraform Template": "#7b42bb",
|
||||
"TextGrid": "#c8506d",
|
||||
"TextMate Properties": "#df66e4",
|
||||
"Textile": "#ffe7ac",
|
||||
"Thrift": "#D12127",
|
||||
|
@ -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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
// linguist's commit from which files were generated.
|
||||
var LinguistCommit = "ee9119e70111d46842788b2bc1666ec1d1ea9e2a"
|
||||
var LinguistCommit = "b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead"
|
||||
|
@ -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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -646,7 +646,7 @@ var ContentHeuristics = map[string]*Heuristics{
|
||||
),
|
||||
rule.Or(
|
||||
rule.MatchingLanguages(""),
|
||||
regex.MustCompileMultiline(`\b(?:VBA|[vV]ba)(?:\b|[0-9A-Z_])|^[ ]*(?:Public|Private)? Declare PtrSafe (?:Sub|Function)\b|^[ ]*#If Win64\b|^[ ]*(?:Dim|Const) [0-9a-zA-Z_]*[ ]*As Long(?:Ptr|Long)\b|^[ ]*Option (?:Private Module|Compare Database)\b|(?: |\()(?:Access|Excel|Outlook|PowerPoint|Visio|Word|VBIDE)\.\w|\b(?:(?:Active)?VBProjects?|VBComponents?|Application\.(?:VBE|ScreenUpdating))\b|\b(?:ThisDrawing|AcadObject|Active(?:Explorer|Inspector|Window\.Presentation|Presentation|Document)|Selection\.(?:Find|Paragraphs))\b|\b(?:(?:This|Active)?Workbooks?|Worksheets?|Active(?:Sheet|Chart|Cell)|WorksheetFunction)\b|\b(?:Range\(".*|Cells\([0-9a-zA-Z_]*, (?:[0-9a-zA-Z_]*|"[a-zA-Z]{1,3}"))\)`),
|
||||
regex.MustCompileMultiline(`\b(?:VBA|[vV]ba)(?:\b|[0-9A-Z_])|^[ ]*(?:Public|Private)? Declare PtrSafe (?:Sub|Function)\b|^[ ]*#If Win64\b|^[ ]*(?:Dim|Const) [0-9a-zA-Z_]*[ ]*As Long(?:Ptr|Long)\b|^[ ]*Option (?:Private Module|Compare (?:Database|Text|Binary))\b|(?: |\()(?:Access|Excel|Outlook|PowerPoint|Visio|Word|VBIDE)\.\w|\b(?:(?:Active)?VBProjects?|VBComponents?|Application\.(?:VBE|ScreenUpdating))\b|\b(?:ThisDrawing|AcadObject|Active(?:Explorer|Inspector|Window\.Presentation|Presentation|Document)|Selection\.(?:Find|Paragraphs))\b|\b(?:(?:This|Active)?Workbooks?|Worksheets?|Active(?:Sheet|Chart|Cell)|WorksheetFunction)\b|\b(?:Range\(".*|Cells\([0-9a-zA-Z_]*, (?:[0-9a-zA-Z_]*|"[a-zA-Z]{1,3}"))\)`),
|
||||
),
|
||||
),
|
||||
rule.Or(
|
||||
@ -661,7 +661,7 @@ var ContentHeuristics = map[string]*Heuristics{
|
||||
),
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("BitBake"),
|
||||
regex.MustCompileMultiline(`^\s*(# |include|require)\b`),
|
||||
regex.MustCompileMultiline(`^(# |include|require|inherit)\b`),
|
||||
),
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("Clojure"),
|
||||
@ -1005,6 +1005,16 @@ var ContentHeuristics = map[string]*Heuristics{
|
||||
regex.MustCompileRuby(`^\s*#\s*(?:using|insert|include|define|namespace)[ \t]+\w|^\s*(?>(?:autoexec|private)\s+){0,2}function\s+(?>(?:autoexec|private)\s+){0,2}\w+\s*\(|\b(?:level|self)[ \t]+thread[ \t]+(?:\[\[[ \t]*(?>\w+\.)*\w+[ \t]*\]\]|\w+)[ \t]*\([^\r\n\)]*\)[ \t]*;|^[ \t]*#[ \t]*(?:precache|using_animtree)[ \t]*\(`),
|
||||
),
|
||||
},
|
||||
".gts": &Heuristics{
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("Gerber Image"),
|
||||
regex.MustCompileMultiline(`^G0.`),
|
||||
),
|
||||
rule.Not(
|
||||
rule.MatchingLanguages("Glimmer TS"),
|
||||
regex.MustCompileMultiline(`^G0.`),
|
||||
),
|
||||
},
|
||||
".h": &Heuristics{
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("Objective-C"),
|
||||
@ -1012,7 +1022,7 @@ var ContentHeuristics = map[string]*Heuristics{
|
||||
),
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("C++"),
|
||||
regex.MustCompileMultiline(`^\s*#\s*include <(cstdint|string|vector|map|list|array|bitset|queue|stack|forward_list|unordered_map|unordered_set|(i|o|io)stream)>|^\s*template\s*<|^[ \t]*(try|constexpr)|^[ \t]*catch\s*\(|^[ \t]*(class|(using[ \t]+)?namespace)\s+\w+|^[ \t]*(private|public|protected):$|std::\w+`),
|
||||
regex.MustCompileMultiline(`^\s*#\s*include <(cstdint|string|vector|map|list|array|bitset|queue|stack|forward_list|unordered_map|unordered_set|(i|o|io)stream)>|^\s*template\s*<|^[ \t]*(try|constexpr)|^[ \t]*catch\s*\(|^[ \t]*(class|(using[ \t]+)?namespace)\s+\w+|^[ \t]*(private|public|protected):$|__has_cpp_attribute|__cplusplus >|std::\w+`),
|
||||
),
|
||||
rule.Always(
|
||||
rule.MatchingLanguages("C"),
|
||||
@ -1077,6 +1087,10 @@ var ContentHeuristics = map[string]*Heuristics{
|
||||
rule.MatchingLanguages("Pascal"),
|
||||
regex.MustCompileMultiline(`(?i:^\s*\{\$(?:mode|ifdef|undef|define)[ ]+[a-z0-9_]+\})|^\s*end[.;]\s*$`),
|
||||
),
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("BitBake"),
|
||||
regex.MustCompileMultiline(`^inherit(\s+[\w.-]+)+\s*$`),
|
||||
),
|
||||
},
|
||||
".json": &Heuristics{
|
||||
rule.Or(
|
||||
@ -1312,6 +1326,16 @@ var ContentHeuristics = map[string]*Heuristics{
|
||||
rule.MatchingLanguages("Linux Kernel Module", "AMPL"),
|
||||
),
|
||||
},
|
||||
".mojo": &Heuristics{
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("Mojo"),
|
||||
regex.MustCompileMultiline(`^\s*(alias|def|from|fn|import|struct|trait)\s`),
|
||||
),
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("XML"),
|
||||
regex.MustCompileMultiline(`^\s*<\?xml`),
|
||||
),
|
||||
},
|
||||
".ms": &Heuristics{
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("Roff"),
|
||||
|
@ -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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -29,8 +29,6 @@ var LanguagesByExtension = map[string][]string{
|
||||
".6pm": {"Raku"},
|
||||
".7": {"Roff", "Roff Manpage"},
|
||||
".8": {"Roff", "Roff Manpage"},
|
||||
".8xk": {"TI Program"},
|
||||
".8xk.txt": {"TI Program"},
|
||||
".8xp": {"TI Program"},
|
||||
".8xp.txt": {"TI Program"},
|
||||
".9": {"Roff", "Roff Manpage"},
|
||||
@ -114,6 +112,8 @@ var LanguagesByExtension = map[string][]string{
|
||||
".bat": {"Batchfile"},
|
||||
".bats": {"Shell"},
|
||||
".bb": {"BitBake", "BlitzBasic", "Clojure"},
|
||||
".bbappend": {"BitBake"},
|
||||
".bbclass": {"BitBake"},
|
||||
".bbx": {"TeX"},
|
||||
".bdf": {"Glyph Bitmap Distribution Format"},
|
||||
".bdy": {"PLSQL"},
|
||||
@ -124,6 +124,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".bib": {"BibTeX"},
|
||||
".bibtex": {"BibTeX"},
|
||||
".bicep": {"Bicep"},
|
||||
".bicepparam": {"Bicep"},
|
||||
".bison": {"Bison"},
|
||||
".blade": {"Blade"},
|
||||
".blade.php": {"Blade"},
|
||||
@ -222,6 +223,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".crc32": {"Checksums"},
|
||||
".creole": {"Creole"},
|
||||
".cs": {"C#", "Smalltalk"},
|
||||
".cs.pp": {"C#"},
|
||||
".csc": {"GSC"},
|
||||
".cscfg": {"XML"},
|
||||
".csd": {"Csound Document"},
|
||||
@ -307,6 +309,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".ecr": {"HTML+ECR"},
|
||||
".ect": {"EJS"},
|
||||
".edc": {"Edje Data Collection"},
|
||||
".edge": {"Edge"},
|
||||
".edgeql": {"EdgeQL"},
|
||||
".editorconfig": {"EditorConfig"},
|
||||
".edn": {"edn"},
|
||||
@ -453,7 +456,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".gto": {"Gerber Image"},
|
||||
".gtp": {"Gerber Image"},
|
||||
".gtpl": {"Groovy"},
|
||||
".gts": {"Gerber Image"},
|
||||
".gts": {"Gerber Image", "Glimmer TS"},
|
||||
".gv": {"Graphviz (DOT)"},
|
||||
".gvy": {"Groovy"},
|
||||
".gyp": {"Python"},
|
||||
@ -514,7 +517,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".ily": {"LilyPond"},
|
||||
".imba": {"Imba"},
|
||||
".iml": {"XML"},
|
||||
".inc": {"Assembly", "C++", "HTML", "Motorola 68K Assembly", "NASL", "PHP", "POV-Ray SDL", "Pascal", "Pawn", "SQL", "SourcePawn"},
|
||||
".inc": {"Assembly", "BitBake", "C++", "HTML", "Motorola 68K Assembly", "NASL", "PHP", "POV-Ray SDL", "Pascal", "Pawn", "SQL", "SourcePawn"},
|
||||
".ini": {"INI"},
|
||||
".ink": {"Ink"},
|
||||
".inl": {"C++"},
|
||||
@ -704,6 +707,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".mms": {"Module Management System"},
|
||||
".mo": {"Modelica", "Motoko"},
|
||||
".mod": {"AMPL", "Linux Kernel Module", "Modula-2", "XML"},
|
||||
".mojo": {"Mojo", "XML"},
|
||||
".monkey": {"Monkey"},
|
||||
".monkey2": {"Monkey"},
|
||||
".moo": {"Mercury", "Moocode"},
|
||||
@ -780,6 +784,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".nuspec": {"XML"},
|
||||
".nut": {"Squirrel"},
|
||||
".ny": {"Common Lisp"},
|
||||
".ob2": {"Oberon"},
|
||||
".obj": {"Wavefront Object"},
|
||||
".objdump": {"ObjDump"},
|
||||
".odd": {"XML"},
|
||||
@ -987,6 +992,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".rno": {"RUNOFF", "Roff"},
|
||||
".rnw": {"Sweave"},
|
||||
".robot": {"RobotFramework"},
|
||||
".roc": {"Roc"},
|
||||
".rockspec": {"Lua"},
|
||||
".roff": {"Roff"},
|
||||
".ronn": {"Markdown"},
|
||||
@ -1008,6 +1014,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".s": {"Motorola 68K Assembly", "Unix Assembly"},
|
||||
".sage": {"Sage"},
|
||||
".sagews": {"Sage"},
|
||||
".sarif": {"JSON"},
|
||||
".sas": {"SAS"},
|
||||
".sass": {"Sass"},
|
||||
".sats": {"ATS"},
|
||||
@ -1057,6 +1064,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".sl": {"Slash"},
|
||||
".sld": {"Scheme"},
|
||||
".slim": {"Slim"},
|
||||
".slint": {"Slint"},
|
||||
".sln": {"Microsoft Visual Studio Solution"},
|
||||
".sls": {"SaltStack", "Scheme"},
|
||||
".sma": {"Pawn"},
|
||||
@ -1140,6 +1148,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".tex": {"TeX"},
|
||||
".texi": {"Texinfo"},
|
||||
".texinfo": {"Texinfo"},
|
||||
".textgrid": {"TextGrid"},
|
||||
".textile": {"Textile"},
|
||||
".textproto": {"Protocol Buffer Text Format"},
|
||||
".tf": {"HCL"},
|
||||
@ -1401,10 +1410,10 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Befunge": {".befunge", ".bf"},
|
||||
"Berry": {".be"},
|
||||
"BibTeX": {".bib", ".bibtex"},
|
||||
"Bicep": {".bicep"},
|
||||
"Bicep": {".bicep", ".bicepparam"},
|
||||
"Bikeshed": {".bs"},
|
||||
"Bison": {".bison"},
|
||||
"BitBake": {".bb"},
|
||||
"BitBake": {".bb", ".bbappend", ".bbclass", ".inc"},
|
||||
"Blade": {".blade", ".blade.php"},
|
||||
"BlitzBasic": {".bb", ".decls"},
|
||||
"BlitzMax": {".bmx"},
|
||||
@ -1416,7 +1425,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"BrighterScript": {".bs"},
|
||||
"Brightscript": {".brs"},
|
||||
"C": {".c", ".cats", ".h", ".idc"},
|
||||
"C#": {".cs", ".cake", ".csx", ".linq"},
|
||||
"C#": {".cs", ".cake", ".cs.pp", ".csx", ".linq"},
|
||||
"C++": {".cpp", ".c++", ".cc", ".cp", ".cppm", ".cxx", ".h", ".h++", ".hh", ".hpp", ".hxx", ".inc", ".inl", ".ino", ".ipp", ".ixx", ".re", ".tcc", ".tpp", ".txx"},
|
||||
"C-ObjDump": {".c-objdump"},
|
||||
"C2hs Haskell": {".chs"},
|
||||
@ -1504,6 +1513,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Easybuild": {".eb"},
|
||||
"Ecere Projects": {".epj"},
|
||||
"Ecmarkup": {".html"},
|
||||
"Edge": {".edge"},
|
||||
"EdgeQL": {".edgeql", ".esdl"},
|
||||
"EditorConfig": {".editorconfig"},
|
||||
"Edje Data Collection": {".edc"},
|
||||
@ -1560,6 +1570,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Git Config": {".gitconfig"},
|
||||
"Gleam": {".gleam"},
|
||||
"Glimmer JS": {".gjs"},
|
||||
"Glimmer TS": {".gts"},
|
||||
"Glyph": {".glf"},
|
||||
"Glyph Bitmap Distribution Format": {".bdf"},
|
||||
"Gnuplot": {".gp", ".gnu", ".gnuplot", ".p", ".plot", ".plt"},
|
||||
@ -1615,7 +1626,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"J": {".ijs"},
|
||||
"JCL": {".jcl"},
|
||||
"JFlex": {".flex", ".jflex"},
|
||||
"JSON": {".json", ".4dform", ".4dproject", ".avsc", ".geojson", ".gltf", ".har", ".ice", ".json-tmlanguage", ".jsonl", ".mcmeta", ".tfstate", ".tfstate.backup", ".topojson", ".webapp", ".webmanifest", ".yy", ".yyp"},
|
||||
"JSON": {".json", ".4dform", ".4dproject", ".avsc", ".geojson", ".gltf", ".har", ".ice", ".json-tmlanguage", ".jsonl", ".mcmeta", ".sarif", ".tfstate", ".tfstate.backup", ".topojson", ".webapp", ".webmanifest", ".yy", ".yyp"},
|
||||
"JSON with Comments": {".jsonc", ".code-snippets", ".code-workspace", ".sublime-build", ".sublime-commands", ".sublime-completions", ".sublime-keymap", ".sublime-macro", ".sublime-menu", ".sublime-mousemap", ".sublime-project", ".sublime-settings", ".sublime-theme", ".sublime-workspace", ".sublime_metrics", ".sublime_session"},
|
||||
"JSON5": {".json5"},
|
||||
"JSONLD": {".jsonld"},
|
||||
@ -1707,6 +1718,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Modula-2": {".mod"},
|
||||
"Modula-3": {".i3", ".ig", ".m3", ".mg"},
|
||||
"Module Management System": {".mms", ".mmk"},
|
||||
"Mojo": {".mojo"},
|
||||
"Monkey": {".monkey", ".monkey2"},
|
||||
"Monkey C": {".mc"},
|
||||
"Moocode": {".moo"},
|
||||
@ -1745,6 +1757,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"OASv3-json": {".json"},
|
||||
"OASv3-yaml": {".yaml", ".yml"},
|
||||
"OCaml": {".ml", ".eliom", ".eliomi", ".ml4", ".mli", ".mll", ".mly"},
|
||||
"Oberon": {".ob2"},
|
||||
"ObjDump": {".objdump"},
|
||||
"Object Data Instance Notation": {".odin"},
|
||||
"ObjectScript": {".cls"},
|
||||
@ -1851,6 +1864,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Ring": {".ring"},
|
||||
"Riot": {".riot"},
|
||||
"RobotFramework": {".robot"},
|
||||
"Roc": {".roc"},
|
||||
"Roff": {".roff", ".1", ".1in", ".1m", ".1x", ".2", ".3", ".3in", ".3m", ".3p", ".3pm", ".3qt", ".3x", ".4", ".5", ".6", ".7", ".8", ".9", ".l", ".man", ".mdoc", ".me", ".ms", ".n", ".nr", ".rno", ".tmac"},
|
||||
"Roff Manpage": {".1", ".1in", ".1m", ".1x", ".2", ".3", ".3in", ".3m", ".3p", ".3pm", ".3qt", ".3x", ".4", ".5", ".6", ".7", ".8", ".9", ".man", ".mdoc"},
|
||||
"Rouge": {".rg"},
|
||||
@ -1889,6 +1903,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Slash": {".sl"},
|
||||
"Slice": {".ice"},
|
||||
"Slim": {".slim"},
|
||||
"Slint": {".slint"},
|
||||
"SmPL": {".cocci"},
|
||||
"Smali": {".smali"},
|
||||
"Smalltalk": {".st", ".cs"},
|
||||
@ -1913,7 +1928,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Sweave": {".rnw"},
|
||||
"Swift": {".swift"},
|
||||
"SystemVerilog": {".sv", ".svh", ".vh"},
|
||||
"TI Program": {".8xp", ".8xk", ".8xk.txt", ".8xp.txt"},
|
||||
"TI Program": {".8xp", ".8xp.txt"},
|
||||
"TL-Verilog": {".tlv"},
|
||||
"TLA": {".tla"},
|
||||
"TOML": {".toml"},
|
||||
@ -1930,6 +1945,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Terraform Template": {".tftpl"},
|
||||
"Texinfo": {".texinfo", ".texi", ".txi"},
|
||||
"Text": {".txt", ".fr", ".nb", ".ncl", ".no"},
|
||||
"TextGrid": {".textgrid"},
|
||||
"Textile": {".textile"},
|
||||
"Thrift": {".thrift"},
|
||||
"Toit": {".toit"},
|
||||
@ -1983,7 +1999,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"X PixMap": {".xpm", ".pm"},
|
||||
"X10": {".x10"},
|
||||
"XC": {".xc"},
|
||||
"XML": {".xml", ".adml", ".admx", ".ant", ".axaml", ".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", ".qhelp", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".srdf", ".storyboard", ".sublime-snippet", ".sw", ".targets", ".tml", ".ts", ".tsx", ".typ", ".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", ".axaml", ".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", ".mojo", ".mxml", ".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props", ".ps1xml", ".psc1", ".pt", ".qhelp", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".srdf", ".storyboard", ".sublime-snippet", ".sw", ".targets", ".tml", ".ts", ".tsx", ".typ", ".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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -49,6 +49,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
".env.local": {"Dotenv"},
|
||||
".env.prod": {"Dotenv"},
|
||||
".env.production": {"Dotenv"},
|
||||
".env.sample": {"Dotenv"},
|
||||
".env.staging": {"Dotenv"},
|
||||
".env.test": {"Dotenv"},
|
||||
".env.testing": {"Dotenv"},
|
||||
@ -107,6 +108,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
".tern-config": {"JSON"},
|
||||
".tern-project": {"JSON"},
|
||||
".tm_properties": {"TextMate Properties"},
|
||||
".tmux.conf": {"Shell"},
|
||||
".vercelignore": {"Ignore List"},
|
||||
".vimrc": {"Vim Script"},
|
||||
".viper": {"Emacs Lisp"},
|
||||
@ -332,6 +334,8 @@ var LanguagesByFilename = map[string][]string{
|
||||
"rebar.config": {"Erlang"},
|
||||
"rebar.config.lock": {"Erlang"},
|
||||
"rebar.lock": {"Erlang"},
|
||||
"requirements-dev.txt": {"Pip Requirements"},
|
||||
"requirements.txt": {"Pip Requirements"},
|
||||
"riemann.config": {"Clojure"},
|
||||
"robots.txt": {"robots.txt"},
|
||||
"security_classes": {"SELinux Policy"},
|
||||
@ -343,6 +347,7 @@ var LanguagesByFilename = map[string][]string{
|
||||
"sshd_config": {"SSH Config"},
|
||||
"starfield": {"Tcl"},
|
||||
"test.me": {"Text"},
|
||||
"tmux.conf": {"Shell"},
|
||||
"toolchain_installscript.qs": {"Qt Script"},
|
||||
"troffrc": {"Roff"},
|
||||
"troffrc-end": {"Roff"},
|
||||
|
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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -25,6 +25,7 @@ var LanguagesGroup = map[string]string{
|
||||
"Gentoo Eclass": "Shell",
|
||||
"Git Config": "INI",
|
||||
"Glimmer JS": "JavaScript",
|
||||
"Glimmer TS": "TypeScript",
|
||||
"Gradle Kotlin DSL": "Gradle",
|
||||
"Groovy Server Pages": "Groovy",
|
||||
"HTML+ECR": "HTML",
|
||||
|
@ -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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -50,6 +50,7 @@ var LanguagesByInterpreter = map[string][]string{
|
||||
"gjs": {"JavaScript"},
|
||||
"gn": {"GN"},
|
||||
"gnuplot": {"Gnuplot"},
|
||||
"gojq": {"jq"},
|
||||
"gosh": {"Scheme"},
|
||||
"groovy": {"Groovy"},
|
||||
"gsed": {"sed"},
|
||||
@ -59,8 +60,12 @@ var LanguagesByInterpreter = map[string][]string{
|
||||
"io": {"Io"},
|
||||
"ioke": {"Ioke"},
|
||||
"janet": {"Janet"},
|
||||
"jaq": {"jq"},
|
||||
"jconsole": {"J"},
|
||||
"jolie": {"Jolie"},
|
||||
"jq": {"jq"},
|
||||
"jqjq": {"jq"},
|
||||
"jqq": {"jq"},
|
||||
"jruby": {"Ruby"},
|
||||
"js": {"JavaScript"},
|
||||
"julia": {"Julia"},
|
||||
@ -107,6 +112,7 @@ var LanguagesByInterpreter = map[string][]string{
|
||||
"python3": {"Python"},
|
||||
"qjs": {"JavaScript"},
|
||||
"qmake": {"QMake"},
|
||||
"query-json": {"jq"},
|
||||
"r6rs": {"Scheme"},
|
||||
"racket": {"Racket"},
|
||||
"rake": {"Ruby"},
|
||||
|
@ -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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -149,6 +149,7 @@ var LanguagesMime = map[string]string{
|
||||
"MiniYAML": "text/x-yaml",
|
||||
"Mirah": "text/x-ruby",
|
||||
"Modelica": "text/x-modelica",
|
||||
"Mojo": "text/x-python",
|
||||
"Monkey C": "text/x-csrc",
|
||||
"Mustache": "text/x-smarty",
|
||||
"NSIS": "text/x-nsis",
|
||||
|
@ -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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
@ -203,6 +203,7 @@ var LanguagesType = map[string]int{
|
||||
"Easybuild": 1,
|
||||
"Ecere Projects": 1,
|
||||
"Ecmarkup": 3,
|
||||
"Edge": 3,
|
||||
"EdgeQL": 2,
|
||||
"EditorConfig": 1,
|
||||
"Edje Data Collection": 1,
|
||||
@ -263,6 +264,7 @@ var LanguagesType = map[string]int{
|
||||
"Git Revision List": 1,
|
||||
"Gleam": 2,
|
||||
"Glimmer JS": 2,
|
||||
"Glimmer TS": 2,
|
||||
"Glyph": 2,
|
||||
"Glyph Bitmap Distribution Format": 1,
|
||||
"Gnuplot": 2,
|
||||
@ -419,6 +421,7 @@ var LanguagesType = map[string]int{
|
||||
"Modula-2": 2,
|
||||
"Modula-3": 2,
|
||||
"Module Management System": 2,
|
||||
"Mojo": 2,
|
||||
"Monkey": 2,
|
||||
"Monkey C": 2,
|
||||
"Moocode": 2,
|
||||
@ -458,6 +461,7 @@ var LanguagesType = map[string]int{
|
||||
"OASv3-json": 1,
|
||||
"OASv3-yaml": 1,
|
||||
"OCaml": 2,
|
||||
"Oberon": 2,
|
||||
"ObjDump": 1,
|
||||
"Object Data Instance Notation": 1,
|
||||
"ObjectScript": 2,
|
||||
@ -505,6 +509,7 @@ var LanguagesType = map[string]int{
|
||||
"PicoLisp": 2,
|
||||
"PigLatin": 2,
|
||||
"Pike": 2,
|
||||
"Pip Requirements": 1,
|
||||
"PlantUML": 1,
|
||||
"Pod": 4,
|
||||
"Pod 6": 4,
|
||||
@ -574,6 +579,7 @@ var LanguagesType = map[string]int{
|
||||
"Ring": 2,
|
||||
"Riot": 3,
|
||||
"RobotFramework": 2,
|
||||
"Roc": 2,
|
||||
"Roff": 3,
|
||||
"Roff Manpage": 3,
|
||||
"Rouge": 2,
|
||||
@ -615,6 +621,7 @@ var LanguagesType = map[string]int{
|
||||
"Slash": 2,
|
||||
"Slice": 2,
|
||||
"Slim": 3,
|
||||
"Slint": 3,
|
||||
"SmPL": 2,
|
||||
"Smali": 2,
|
||||
"Smalltalk": 2,
|
||||
@ -657,6 +664,7 @@ var LanguagesType = map[string]int{
|
||||
"Terraform Template": 3,
|
||||
"Texinfo": 4,
|
||||
"Text": 4,
|
||||
"TextGrid": 1,
|
||||
"TextMate Properties": 1,
|
||||
"Textile": 4,
|
||||
"Thrift": 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: ee9119e70111d46842788b2bc1666ec1d1ea9e2a
|
||||
// Extracted from github/linguist commit: b28dd4b0d5ef6bfaca56f1d34571fddef13e3ead
|
||||
|
||||
package data
|
||||
|
||||
|
Reference in New Issue
Block a user