mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 14:47:50 -03:00
Updated Linguist to v7.27.0
This commit is contained in:
@ -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: b5432ebc7e78f25415b98d48c2fbacddbf8df317
|
||||
// Extracted from github/linguist commit: 7ca3799b8b5f1acde1dd7a8dfb7ae849d3dfb4cd
|
||||
|
||||
package data
|
||||
|
||||
@ -135,7 +135,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".brd": {"Eagle", "KiCad Legacy Layout"},
|
||||
".bro": {"Zeek"},
|
||||
".brs": {"Brightscript"},
|
||||
".bs": {"Bikeshed", "BrighterScript"},
|
||||
".bs": {"Bikeshed", "Bluespec BH", "BrighterScript"},
|
||||
".bsl": {"1C Enterprise"},
|
||||
".bsv": {"Bluespec"},
|
||||
".builder": {"Ruby"},
|
||||
@ -201,6 +201,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".cobol": {"COBOL"},
|
||||
".cocci": {"SmPL"},
|
||||
".code-snippets": {"JSON with Comments"},
|
||||
".code-workspace": {"JSON with Comments"},
|
||||
".coffee": {"CoffeeScript"},
|
||||
".coffee.md": {"Literate CoffeeScript"},
|
||||
".com": {"DIGITAL Command Language"},
|
||||
@ -432,6 +433,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".gql": {"GraphQL"},
|
||||
".grace": {"Grace"},
|
||||
".gradle": {"Gradle"},
|
||||
".gradle.kts": {"Gradle Kotlin DSL"},
|
||||
".graphql": {"GraphQL"},
|
||||
".graphqls": {"GraphQL"},
|
||||
".groovy": {"Groovy"},
|
||||
@ -922,7 +924,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".qmd": {"RMarkdown"},
|
||||
".qml": {"QML"},
|
||||
".qs": {"Q#", "Qt Script"},
|
||||
".r": {"R", "Rebol"},
|
||||
".r": {"R", "Rebol", "Rez"},
|
||||
".r2": {"Rebol"},
|
||||
".r3": {"Rebol"},
|
||||
".rabl": {"Ruby"},
|
||||
@ -979,6 +981,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".rmiss": {"GLSL"},
|
||||
".rnh": {"RUNOFF"},
|
||||
".rno": {"RUNOFF", "Roff"},
|
||||
".rnw": {"Sweave"},
|
||||
".robot": {"RobotFramework"},
|
||||
".rockspec": {"Lua"},
|
||||
".roff": {"Roff"},
|
||||
@ -1177,6 +1180,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".txl": {"TXL"},
|
||||
".txt": {"Adblock Filter List", "Text", "Vim Help File"},
|
||||
".txx": {"C++"},
|
||||
".typ": {"Typst", "XML"},
|
||||
".uc": {"UnrealScript"},
|
||||
".udf": {"SQL"},
|
||||
".udo": {"Csound"},
|
||||
@ -1219,6 +1223,7 @@ var LanguagesByExtension = map[string][]string{
|
||||
".vmb": {"Vim Script"},
|
||||
".volt": {"Volt"},
|
||||
".vrx": {"GLSL"},
|
||||
".vs": {"GLSL"},
|
||||
".vsh": {"GLSL"},
|
||||
".vshader": {"GLSL"},
|
||||
".vsixmanifest": {"XML"},
|
||||
@ -1398,6 +1403,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"BlitzBasic": {".bb", ".decls"},
|
||||
"BlitzMax": {".bmx"},
|
||||
"Bluespec": {".bsv"},
|
||||
"Bluespec BH": {".bs"},
|
||||
"Boo": {".boo"},
|
||||
"Boogie": {".bpl"},
|
||||
"Brainfuck": {".b", ".bf"},
|
||||
@ -1530,7 +1536,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"GDB": {".gdb", ".gdbinit"},
|
||||
"GDScript": {".gd"},
|
||||
"GEDCOM": {".ged"},
|
||||
"GLSL": {".glsl", ".fp", ".frag", ".frg", ".fs", ".fsh", ".fshader", ".geo", ".geom", ".glslf", ".glslv", ".gs", ".gshader", ".rchit", ".rmiss", ".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", ".vs", ".vsh", ".vshader"},
|
||||
"GN": {".gn", ".gni"},
|
||||
"GSC": {".gsc", ".csc", ".gsh"},
|
||||
"Game Maker Language": {".gml"},
|
||||
@ -1555,6 +1561,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Gosu": {".gs", ".gst", ".gsx", ".vark"},
|
||||
"Grace": {".grace"},
|
||||
"Gradle": {".gradle"},
|
||||
"Gradle Kotlin DSL": {".gradle.kts"},
|
||||
"Grammatical Framework": {".gf"},
|
||||
"Graph Modeling Language": {".gml"},
|
||||
"GraphQL": {".graphql", ".gql", ".graphqls"},
|
||||
@ -1601,7 +1608,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"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 with Comments": {".jsonc", ".code-snippets", ".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"},
|
||||
"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"},
|
||||
"JSONiq": {".jq"},
|
||||
@ -1829,6 +1836,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Regular Expression": {".regexp", ".regex"},
|
||||
"Ren'Py": {".rpy"},
|
||||
"RenderScript": {".rs", ".rsh"},
|
||||
"Rez": {".r"},
|
||||
"Rich Text Format": {".rtf"},
|
||||
"Ring": {".ring"},
|
||||
"Riot": {".riot"},
|
||||
@ -1892,6 +1900,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"SuperCollider": {".sc", ".scd"},
|
||||
"Svelte": {".svelte"},
|
||||
"Sway": {".sw"},
|
||||
"Sweave": {".rnw"},
|
||||
"Swift": {".swift"},
|
||||
"SystemVerilog": {".sv", ".svh", ".vh"},
|
||||
"TI Program": {".8xp", ".8xk", ".8xk.txt", ".8xp.txt"},
|
||||
@ -1917,6 +1926,7 @@ var ExtensionsByLanguage = map[string][]string{
|
||||
"Twig": {".twig"},
|
||||
"Type Language": {".tl"},
|
||||
"TypeScript": {".ts", ".cts", ".mts"},
|
||||
"Typst": {".typ"},
|
||||
"Unified Parallel C": {".upc"},
|
||||
"Unity3D Asset": {".anim", ".asset", ".mask", ".mat", ".meta", ".prefab", ".unity"},
|
||||
"Unix Assembly": {".s", ".ms"},
|
||||
@ -1961,7 +1971,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", ".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", ".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"},
|
||||
|
Reference in New Issue
Block a user