diff --git a/.github/workflows/pyTest.yml b/.github/workflows/pyTest.yml index 25898e2..83b5e6d 100644 --- a/.github/workflows/pyTest.yml +++ b/.github/workflows/pyTest.yml @@ -4,16 +4,20 @@ jobs: test: strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: ['3.8', '3.9', '3.10'] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + - name: Install Go + uses: actions/setup-go@v5 + with: + go-version: 1.19.x - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/README.md b/README.md index faae660..10468a1 100644 --- a/README.md +++ b/README.md @@ -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.28.0**. +The `enry` library is based on the data from `github/linguist` version **v7.29.0**. Parsing [linguist/samples](https://github.com/github/linguist/tree/master/samples) the following `enry` results are different from the Linguist: diff --git a/data/alias.go b/data/alias.go index 51ded68..a3b4881 100644 --- a/data/alias.go +++ b/data/alias.go @@ -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: 4ac734c15a96f9e16fd12330d0cb8de82274f700 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", diff --git a/data/colors.go b/data/colors.go index 6c34fe6..9da37dc 100644 --- a/data/colors.go +++ b/data/colors.go @@ -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: 4ac734c15a96f9e16fd12330d0cb8de82274f700 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", diff --git a/data/commit.go b/data/commit.go index 77f7128..bba8c29 100644 --- a/data/commit.go +++ b/data/commit.go @@ -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: 4ac734c15a96f9e16fd12330d0cb8de82274f700 package data // linguist's commit from which files were generated. -var LinguistCommit = "ee9119e70111d46842788b2bc1666ec1d1ea9e2a" +var LinguistCommit = "4ac734c15a96f9e16fd12330d0cb8de82274f700" diff --git a/data/content.go b/data/content.go index ce7f8cc..3c6a5c3 100644 --- a/data/content.go +++ b/data/content.go @@ -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: 4ac734c15a96f9e16fd12330d0cb8de82274f700 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"), diff --git a/data/documentation.go b/data/documentation.go index cc58721..5f66f47 100644 --- a/data/documentation.go +++ b/data/documentation.go @@ -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: 4ac734c15a96f9e16fd12330d0cb8de82274f700 package data diff --git a/data/extension.go b/data/extension.go index 7a42815..aa37d31 100644 --- a/data/extension.go +++ b/data/extension.go @@ -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: 4ac734c15a96f9e16fd12330d0cb8de82274f700 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"}, diff --git a/data/filename.go b/data/filename.go index ab67c51..f516749 100644 --- a/data/filename.go +++ b/data/filename.go @@ -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: 4ac734c15a96f9e16fd12330d0cb8de82274f700 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"}, diff --git a/data/frequencies.go b/data/frequencies.go index 39c1b28..1e6d24f 100644 --- a/data/frequencies.go +++ b/data/frequencies.go @@ -1,652 +1,660 @@ // 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: 4ac734c15a96f9e16fd12330d0cb8de82274f700 package data var LanguagesLogProbabilities = map[string]float64{ - "1C Enterprise": -6.183117, - "2-Dimensional Array": -7.281730, - "4D": -6.588583, - "ABAP": -7.974877, - "ABAP CDS": -7.281730, - "ABNF": -7.974877, - "AGS Script": -6.588583, - "AIDL": -7.281730, - "AL": -6.876265, - "AMPL": -7.281730, - "API Blueprint": -6.876265, - "APL": -6.876265, - "ASL": -7.281730, - "ASN.1": -7.974877, - "ASP.NET": -6.588583, - "ATS": -5.777652, - "ActionScript": -6.588583, - "Adblock Filter List": -6.365439, - "Adobe Font Metrics": -6.876265, - "Agda": -7.974877, - "Alloy": -6.876265, - "Alpine Abuild": -7.974877, - "Altium Designer": -6.588583, - "AngelScript": -7.281730, - "Ant Build System": -7.974877, - "Antlers": -6.365439, - "ApacheConf": -6.588583, - "Apex": -5.777652, - "Apollo Guidance Computer": -7.974877, - "AppleScript": -6.028967, - "AsciiDoc": -6.876265, - "AspectJ": -7.281730, - "Assembly": -5.576982, - "Astro": -7.974877, - "Asymptote": -7.281730, - "AutoHotkey": -7.974877, - "Avro IDL": -7.974877, - "Awk": -7.974877, - "BASIC": -6.876265, - "Ballerina": -6.365439, - "Beef": -6.876265, - "Befunge": -6.365439, - "Berry": -7.281730, - "BibTeX": -7.281730, - "Bicep": -7.281730, - "Bikeshed": -7.281730, - "BitBake": -7.281730, - "Blade": -7.281730, - "BlitzBasic": -6.876265, - "BlitzMax": -7.974877, - "Bluespec": -7.281730, - "Bluespec BH": -6.588583, - "Boogie": -6.876265, - "Brainfuck": -6.365439, - "BrighterScript": -6.876265, - "Brightscript": -7.974877, - "Browserslist": -7.281730, - "C": -3.914434, - "C#": -5.895435, - "C++": -3.985893, - "CAP CDS": -6.365439, - "CIL": -7.281730, - "CLIPS": -7.281730, - "CMake": -6.028967, - "COBOL": -6.588583, - "CODEOWNERS": -7.974877, - "CSON": -6.588583, - "CSS": -7.281730, - "CSV": -7.974877, - "CUE": -7.281730, - "CWeb": -7.281730, - "Cabal Config": -6.588583, - "Cadence": -6.183117, - "Cairo": -6.876265, - "CameLIGO": -7.974877, - "CartoCSS": -7.974877, - "Ceylon": -7.974877, - "Chapel": -6.365439, - "Charity": -7.974877, - "Checksums": -5.084505, - "Circom": -6.876265, - "Cirru": -5.335820, - "Clarion": -6.588583, - "Clarity": -6.876265, - "Classic ASP": -7.281730, - "Clean": -5.777652, - "Click": -7.281730, - "Clojure": -5.672292, - "Closure Templates": -7.974877, - "Cloud Firestore Security Rules": -7.974877, - "CoNLL-U": -6.876265, - "CodeQL": -6.183117, - "CoffeeScript": -5.672292, - "ColdFusion": -7.974877, - "ColdFusion CFC": -7.281730, - "Common Lisp": -5.777652, - "Common Workflow Language": -7.974877, - "Component Pascal": -7.281730, - "Cool": -7.281730, - "Coq": -5.409928, - "Creole": -7.974877, - "Crystal": -6.876265, - "Csound": -6.876265, - "Csound Document": -6.876265, - "Csound Score": -6.876265, - "Cuda": -7.281730, - "Cue Sheet": -7.281730, - "Curry": -7.281730, - "Cycript": -7.974877, - "Cypher": -6.588583, - "D": -5.777652, - "D2": -7.281730, - "DIGITAL Command Language": -6.588583, - "DM": -7.974877, - "DNS Zone": -7.281730, - "DTrace": -6.876265, - "Dafny": -7.281730, - "Dart": -7.974877, - "DataWeave": -6.365439, - "Debian Package Control File": -7.281730, - "DenizenScript": -7.281730, - "Dhall": -7.281730, - "Diff": -7.974877, - "DirectX 3D File": -7.974877, - "Dockerfile": -7.974877, - "Dogescript": -7.974877, - "Dotenv": -5.409928, - "E": -6.028967, - "E-mail": -7.974877, - "EBNF": -6.588583, - "ECL": -7.974877, - "ECLiPSe": -7.974877, - "EJS": -6.365439, - "EQ": -6.876265, - "Eagle": -7.281730, - "Earthly": -7.974877, - "Easybuild": -7.974877, - "Ecmarkup": -7.974877, - "EdgeQL": -7.281730, - "EditorConfig": -6.876265, - "Edje Data Collection": -7.974877, - "Eiffel": -6.028967, - "Elixir": -6.183117, - "Elm": -6.876265, - "Elvish": -7.974877, - "Emacs Lisp": -5.576982, - "EmberScript": -7.974877, - "Erlang": -5.202288, - "Euphoria": -5.672292, - "F#": -5.895435, - "FIGlet Font": -7.974877, - "FLUX": -6.588583, - "Fantom": -7.281730, - "Faust": -7.281730, - "Fennel": -7.281730, - "Filebench WML": -7.974877, - "Filterscript": -7.281730, - "Fluent": -6.365439, - "Formatted": -6.876265, - "Forth": -5.202288, - "Fortran": -6.365439, - "FreeBasic": -6.588583, - "FreeMarker": -7.281730, - "Frege": -6.588583, - "Fstar": -6.876265, - "Futhark": -7.974877, - "G-code": -6.876265, - "GAML": -6.183117, - "GAMS": -7.974877, - "GAP": -5.777652, - "GCC Machine Description": -7.974877, - "GDB": -7.281730, - "GDScript": -6.588583, - "GEDCOM": -7.974877, - "GLSL": -4.979145, - "GN": -5.576982, - "GSC": -6.183117, - "Game Maker Language": -5.576982, - "Gemfile.lock": -7.974877, - "Gemini": -7.974877, - "Genero 4gl": -6.876265, - "Genero per": -7.974877, - "Genie": -6.588583, - "Gerber Image": -5.084505, - "Gherkin": -7.281730, - "Git Attributes": -7.974877, - "Git Config": -6.876265, - "Git Revision List": -7.974877, - "Gleam": -7.281730, - "Glimmer JS": -7.281730, - "Glyph Bitmap Distribution Format": -7.974877, - "Gnuplot": -5.895435, - "Go": -6.588583, - "Go Checksums": -7.281730, - "Go Module": -7.974877, - "Go Workspace": -7.974877, - "Godot Resource": -6.365439, - "Golo": -4.679040, - "Gosu": -6.365439, - "Grace": -7.281730, - "Gradle": -7.281730, - "Gradle Kotlin DSL": -7.974877, - "Grammatical Framework": -4.261305, - "Graph Modeling Language": -6.876265, - "GraphQL": -6.588583, - "Graphviz (DOT)": -7.281730, - "Groovy": -6.183117, - "Groovy Server Pages": -6.588583, - "HAProxy": -6.588583, - "HCL": -6.183117, - "HLSL": -6.365439, - "HOCON": -6.588583, - "HTML": -5.895435, - "HTML+ECR": -7.974877, - "HTML+EEX": -6.876265, - "HTML+ERB": -6.876265, - "HTML+Razor": -7.281730, - "HXML": -7.281730, - "Hack": -4.573680, - "Haml": -7.281730, - "Handlebars": -7.281730, - "Haskell": -6.365439, - "HiveQL": -7.281730, - "HolyC": -6.365439, - "Hosts File": -7.974877, - "Hy": -6.876265, - "HyPhy": -5.895435, - "IDL": -6.365439, - "IGOR Pro": -6.876265, - "INI": -5.202288, - "Idris": -7.974877, - "Ignore List": -5.030438, - "ImageJ Macro": -7.281730, - "Imba": -7.974877, - "Inform 7": -7.281730, - "Ink": -6.365439, - "Inno Setup": -7.281730, - "Ioke": -7.974877, - "Isabelle": -7.974877, - "Isabelle ROOT": -7.974877, - "J": -7.281730, - "JAR Manifest": -7.974877, - "JCL": -6.876265, - "JFlex": -7.281730, - "JSON": -4.540890, - "JSON with Comments": -4.716780, - "JSON5": -7.281730, - "JSONLD": -7.974877, - "JSONiq": -7.281730, - "Janet": -6.876265, - "Jasmin": -5.895435, - "Java": -5.576982, - "Java Properties": -7.281730, - "JavaScript": -4.285997, - "JavaScript+ERB": -7.974877, - "Jest Snapshot": -7.974877, - "JetBrains MPS": -6.876265, - "Jinja": -7.281730, - "Jison": -6.876265, - "Jison Lex": -7.281730, - "Jolie": -6.365439, - "Jsonnet": -7.974877, - "Julia": -7.281730, - "Jupyter Notebook": -7.974877, - "Just": -7.974877, - "KRL": -7.974877, - "Kaitai Struct": -7.281730, - "KakouneScript": -6.876265, - "KerboScript": -6.876265, - "KiCad Layout": -5.202288, - "KiCad Legacy Layout": -7.974877, - "KiCad Schematic": -6.028967, - "Kickstart": -6.876265, - "Kit": -7.974877, - "Kotlin": -7.974877, - "Kusto": -6.588583, - "LFE": -6.588583, - "LOLCODE": -7.974877, - "LSL": -7.281730, - "LTspice Symbol": -7.974877, - "LabVIEW": -5.576982, - "Lark": -6.876265, - "Lasso": -6.876265, - "Latte": -7.281730, - "Lean": -7.281730, - "Lean 4": -7.974877, - "Less": -7.974877, - "Lex": -7.281730, - "LigoLANG": -7.974877, - "Limbo": -6.876265, - "Linker Script": -6.588583, - "Linux Kernel Module": -6.876265, - "Liquid": -7.281730, - "Literate Agda": -7.974877, - "Literate CoffeeScript": -7.281730, - "LiveScript": -7.974877, - "Logos": -6.365439, - "Logtalk": -7.974877, - "LookML": -6.876265, - "LoomScript": -7.281730, - "Lua": -6.028967, - "M": -4.607581, - "M4": -6.365439, - "M4Sugar": -6.876265, - "MATLAB": -4.311315, - "MAXScript": -6.365439, - "MDX": -7.974877, - "MLIR": -6.588583, - "MQL4": -6.876265, - "MQL5": -6.876265, - "MTML": -7.974877, - "MUF": -7.281730, - "Macaulay2": -7.974877, - "Makefile": -5.489970, - "Markdown": -5.672292, - "Marko": -6.876265, - "Mask": -7.974877, - "Mathematica": -5.489970, - "Maven POM": -7.974877, - "Max": -6.876265, - "Mercury": -5.672292, - "Mermaid": -5.576982, - "Meson": -7.281730, - "Metal": -7.974877, - "Microsoft Developer Studio Project": -7.974877, - "Microsoft Visual Studio Solution": -7.974877, - "MiniYAML": -5.777652, - "Mint": -6.183117, - "Modelica": -5.489970, - "Modula-2": -7.974877, - "Modula-3": -6.365439, - "Module Management System": -6.365439, - "Monkey": -6.365439, - "Monkey C": -7.974877, - "Moocode": -6.876265, - "MoonScript": -7.974877, - "Motoko": -7.281730, - "Motorola 68K Assembly": -6.183117, - "Move": -7.281730, - "Muse": -7.281730, - "Mustache": -6.588583, - "NASL": -5.672292, - "NCL": -5.202288, - "NEON": -7.281730, - "NL": -7.281730, - "NPM Config": -7.974877, - "NSIS": -7.281730, - "NWScript": -6.183117, - "Nasal": -7.281730, - "Nearley": -7.974877, - "Nemerle": -7.974877, - "NetLinx": -7.281730, - "NetLinx+ERB": -7.281730, - "NetLogo": -7.974877, - "NewLisp": -6.876265, - "Nextflow": -6.588583, - "Nginx": -6.876265, - "Nim": -6.183117, - "Nit": -4.796823, - "Nix": -7.974877, - "Nu": -7.281730, - "Nunjucks": -7.974877, - "Nushell": -7.281730, - "OASv2-json": -7.974877, - "OASv2-yaml": -7.281730, - "OASv3-json": -7.974877, - "OASv3-yaml": -7.281730, - "OCaml": -5.672292, - "Object Data Instance Notation": -7.974877, - "ObjectScript": -7.974877, - "Objective-C": -4.883834, - "Objective-C++": -7.281730, - "Objective-J": -6.876265, - "Odin": -7.974877, - "Omgrofl": -7.974877, - "Opa": -7.281730, - "Opal": -7.974877, - "Open Policy Agent": -6.588583, - "OpenCL": -7.281730, - "OpenEdge ABL": -6.183117, - "OpenQASM": -7.974877, - "OpenRC runscript": -7.974877, - "OpenSCAD": -7.281730, - "OpenStep Property List": -7.281730, - "Option List": -6.365439, - "Org": -7.974877, - "Ox": -6.876265, - "Oxygene": -7.974877, - "Oz": -7.974877, - "P4": -7.281730, - "PDDL": -6.876265, - "PEG.js": -7.974877, - "PHP": -5.030438, - "PLSQL": -5.895435, - "PLpgSQL": -6.028967, - "POV-Ray SDL": -5.489970, - "Pact": -7.281730, - "Pan": -5.084505, - "Papyrus": -6.876265, - "Parrot Assembly": -7.974877, - "Parrot Internal Representation": -7.974877, - "Pascal": -5.409928, - "Pawn": -6.028967, - "Pep8": -6.028967, - "Perl": -4.679040, - "Pic": -6.876265, - "Pickle": -6.588583, - "PicoLisp": -7.974877, - "PigLatin": -7.974877, - "Pike": -6.876265, - "PlantUML": -6.028967, - "Pod": -6.588583, - "Pod 6": -7.974877, - "PogoScript": -7.974877, - "Polar": -7.281730, - "Pony": -6.183117, - "Portugol": -7.281730, - "PostCSS": -7.281730, - "PostScript": -6.876265, - "PowerBuilder": -6.183117, - "PowerShell": -6.588583, - "Praat": -6.876265, - "Prisma": -6.365439, - "Processing": -7.974877, - "Procfile": -7.974877, - "Proguard": -6.876265, - "Prolog": -5.672292, - "Promela": -6.028967, - "Propeller Spin": -5.672292, - "Protocol Buffer": -7.974877, - "Protocol Buffer Text Format": -6.588583, - "Public Key": -6.028967, - "Pug": -7.281730, - "Puppet": -6.365439, - "PureBasic": -7.281730, - "PureScript": -6.588583, - "Pyret": -7.974877, - "Python": -4.930354, - "Q#": -7.281730, - "QML": -7.974877, - "QMake": -6.588583, - "Qt Script": -7.281730, - "Quake": -7.281730, - "R": -5.895435, - "RAML": -7.974877, - "RBS": -7.974877, - "RDoc": -7.974877, - "REXX": -6.588583, - "RMarkdown": -7.281730, - "RPC": -6.876265, - "RPGLE": -5.777652, - "RPM Spec": -6.876265, - "RUNOFF": -6.588583, - "Racket": -7.281730, - "Ragel": -6.876265, - "Raku": -4.796823, - "Rascal": -6.365439, - "ReScript": -7.974877, - "Readline Config": -7.974877, - "Reason": -6.183117, - "ReasonLIGO": -7.974877, - "Rebol": -6.183117, - "Record Jar": -7.974877, - "Red": -7.281730, - "Redirect Rules": -7.974877, - "Regular Expression": -6.588583, - "Ren'Py": -7.974877, - "RenderScript": -7.281730, - "Rez": -6.876265, - "Rich Text Format": -7.281730, - "Ring": -6.588583, - "Riot": -7.281730, - "RobotFramework": -6.876265, - "Roff": -5.141664, - "Roff Manpage": -5.489970, - "RouterOS Script": -6.588583, - "Ruby": -4.311315, - "Rust": -6.588583, - "SAS": -6.876265, - "SCSS": -7.974877, - "SELinux Policy": -6.588583, - "SMT": -6.588583, - "SPARQL": -7.281730, - "SQF": -7.281730, - "SQL": -5.335820, - "SQLPL": -6.183117, - "SRecode Template": -7.974877, - "SSH Config": -6.183117, - "STAR": -6.876265, - "STON": -6.028967, - "SWIG": -6.876265, - "Sage": -7.974877, - "SaltStack": -6.183117, - "Sass": -7.974877, - "Scala": -6.028967, - "Scaml": -7.974877, - "Scenic": -6.588583, - "Scheme": -6.588583, - "Scilab": -6.876265, - "ShaderLab": -6.876265, - "Shell": -4.023633, - "ShellCheck Config": -7.974877, - "ShellSession": -6.876265, - "Shen": -6.876265, - "Sieve": -5.576982, - "Simple File Verification": -7.281730, - "Singularity": -7.974877, - "Slash": -7.974877, - "Slice": -6.876265, - "Slim": -7.974877, - "SmPL": -7.974877, - "Smali": -6.028967, - "Smalltalk": -5.672292, - "Smithy": -7.974877, - "Snakemake": -6.588583, - "Soong": -7.974877, - "SourcePawn": -6.876265, - "Squirrel": -7.974877, - "Stan": -6.876265, - "Standard ML": -6.365439, - "Starlark": -5.672292, - "Stata": -6.028967, - "StringTemplate": -7.974877, - "Stylus": -7.974877, - "SubRip Text": -7.974877, - "SugarSS": -7.974877, - "SuperCollider": -6.365439, - "Svelte": -7.974877, - "Sway": -6.365439, - "Sweave": -7.281730, - "Swift": -4.213677, - "SystemVerilog": -6.588583, - "TI Program": -6.588583, - "TL-Verilog": -7.281730, - "TLA": -7.281730, - "TOML": -6.365439, - "TSQL": -6.588583, - "TSV": -7.974877, - "TSX": -6.588583, - "TXL": -7.974877, - "Talon": -7.281730, - "Tcl": -6.028967, - "Tcsh": -7.974877, - "TeX": -6.028967, - "Tea": -7.974877, - "Terra": -6.876265, - "Terraform Template": -7.281730, - "Texinfo": -7.974877, - "Text": -4.716780, - "TextMate Properties": -7.974877, - "Thrift": -7.974877, - "Toit": -6.876265, - "Turing": -6.588583, - "Turtle": -7.281730, - "Type Language": -7.281730, - "TypeScript": -6.365439, - "Typst": -7.281730, - "Unity3D Asset": -6.183117, - "Unix Assembly": -6.588583, - "Uno": -6.876265, - "UnrealScript": -7.281730, - "UrWeb": -7.281730, - "V": -5.777652, - "VBA": -5.895435, - "VBScript": -7.974877, - "VCL": -7.281730, - "VHDL": -7.974877, - "Valve Data Format": -7.974877, - "Velocity Template Language": -6.876265, - "Verilog": -5.335820, - "Vim Help File": -7.974877, - "Vim Script": -5.777652, - "Vim Snippet": -7.281730, - "Visual Basic .NET": -6.876265, - "Visual Basic 6.0": -5.672292, - "Volt": -7.974877, - "Vue": -7.281730, - "Vyper": -6.365439, - "WDL": -6.876265, - "WGSL": -7.974877, - "Wavefront Material": -6.588583, - "Wavefront Object": -6.365439, - "Web Ontology Language": -7.974877, - "WebAssembly": -6.183117, - "WebAssembly Interface Type": -7.974877, - "WebIDL": -7.281730, - "WebVTT": -6.876265, - "Wget Config": -7.974877, - "Whiley": -6.876265, - "Wikitext": -7.281730, - "Win32 Message File": -7.974877, - "Windows Registry Entries": -7.974877, - "Witcher Script": -7.281730, - "Wollok": -7.281730, - "World of Warcraft Addon Data": -6.876265, - "Wren": -7.974877, - "X BitMap": -7.974877, - "X Font Directory Index": -6.588583, - "X PixMap": -7.281730, - "X10": -5.084505, - "XC": -7.974877, - "XCompose": -7.974877, - "XML": -3.698211, - "XML Property List": -5.672292, - "XPages": -7.281730, - "XProc": -7.974877, - "XQuery": -7.974877, - "XS": -7.974877, - "XSLT": -7.974877, - "Xojo": -6.183117, - "Xonsh": -7.974877, - "Xtend": -7.281730, - "YAML": -5.335820, - "YANG": -7.974877, - "YARA": -6.876265, - "YASnippet": -7.281730, - "Yacc": -7.974877, - "Yul": -7.281730, - "ZAP": -7.974877, - "ZIL": -7.974877, - "Zeek": -6.876265, - "ZenScript": -7.974877, - "Zephir": -7.281730, - "Zig": -6.876265, - "Zimpl": -7.974877, - "cURL Config": -7.974877, - "desktop": -7.281730, - "dircolors": -7.974877, - "eC": -7.974877, - "edn": -7.974877, - "fish": -6.876265, - "hoon": -7.281730, - "jq": -7.281730, - "kvlang": -7.974877, - "mIRC Script": -6.588583, - "mcfunction": -7.974877, - "nanorc": -6.876265, - "q": -7.281730, - "reStructuredText": -7.974877, - "robots.txt": -7.974877, - "sed": -7.974877, - "wisp": -7.974877, - "xBase": -6.876265, + "1C Enterprise": -6.194745, + "2-Dimensional Array": -7.293358, + "4D": -6.600211, + "ABAP": -7.986505, + "ABAP CDS": -7.293358, + "ABNF": -7.986505, + "AGS Script": -6.600211, + "AIDL": -7.293358, + "AL": -6.887893, + "AMPL": -7.293358, + "API Blueprint": -6.887893, + "APL": -6.887893, + "ASL": -7.293358, + "ASN.1": -7.986505, + "ASP.NET": -6.600211, + "ATS": -5.789280, + "ActionScript": -6.600211, + "Adblock Filter List": -6.377067, + "Adobe Font Metrics": -6.887893, + "Agda": -7.986505, + "Alloy": -6.887893, + "Alpine Abuild": -7.986505, + "Altium Designer": -6.600211, + "AngelScript": -7.293358, + "Ant Build System": -7.986505, + "Antlers": -6.377067, + "ApacheConf": -6.600211, + "Apex": -5.789280, + "Apollo Guidance Computer": -7.986505, + "AppleScript": -6.040595, + "AsciiDoc": -6.887893, + "AspectJ": -7.293358, + "Assembly": -5.588610, + "Astro": -7.986505, + "Asymptote": -7.293358, + "AutoHotkey": -7.986505, + "Avro IDL": -7.986505, + "Awk": -7.986505, + "BASIC": -6.887893, + "Ballerina": -6.377067, + "Beef": -6.887893, + "Befunge": -6.377067, + "Berry": -7.293358, + "BibTeX": -7.293358, + "Bicep": -6.887893, + "Bikeshed": -7.293358, + "BitBake": -6.194745, + "Blade": -7.293358, + "BlitzBasic": -6.887893, + "BlitzMax": -7.986505, + "Bluespec": -7.293358, + "Bluespec BH": -6.600211, + "Boogie": -6.887893, + "Brainfuck": -6.377067, + "BrighterScript": -6.887893, + "Brightscript": -7.986505, + "Browserslist": -7.293358, + "C": -3.926062, + "C#": -5.789280, + "C++": -3.979172, + "CAP CDS": -6.377067, + "CIL": -7.293358, + "CLIPS": -7.293358, + "CMake": -6.040595, + "COBOL": -6.600211, + "CODEOWNERS": -7.986505, + "CSON": -6.600211, + "CSS": -7.293358, + "CSV": -7.986505, + "CUE": -7.293358, + "CWeb": -7.293358, + "Cabal Config": -6.600211, + "Cadence": -6.194745, + "Cairo": -6.887893, + "CameLIGO": -7.986505, + "CartoCSS": -7.986505, + "Ceylon": -7.986505, + "Chapel": -6.377067, + "Charity": -7.986505, + "Checksums": -5.096133, + "Circom": -6.887893, + "Cirru": -5.347448, + "Clarion": -6.600211, + "Clarity": -6.887893, + "Classic ASP": -7.293358, + "Clean": -5.789280, + "Click": -7.293358, + "Clojure": -5.683920, + "Closure Templates": -7.986505, + "Cloud Firestore Security Rules": -7.986505, + "CoNLL-U": -6.887893, + "CodeQL": -6.194745, + "CoffeeScript": -5.683920, + "ColdFusion": -7.986505, + "ColdFusion CFC": -7.293358, + "Common Lisp": -5.789280, + "Common Workflow Language": -7.986505, + "Component Pascal": -7.293358, + "Cool": -7.293358, + "Coq": -5.421556, + "Creole": -7.986505, + "Crystal": -6.887893, + "Csound": -6.887893, + "Csound Document": -6.887893, + "Csound Score": -6.887893, + "Cuda": -7.293358, + "Cue Sheet": -7.293358, + "Curry": -7.293358, + "Cycript": -7.986505, + "Cypher": -6.600211, + "D": -5.789280, + "D2": -7.293358, + "DIGITAL Command Language": -6.600211, + "DM": -7.986505, + "DNS Zone": -7.293358, + "DTrace": -6.887893, + "Dafny": -7.293358, + "Dart": -7.986505, + "DataWeave": -6.377067, + "Debian Package Control File": -7.293358, + "DenizenScript": -7.293358, + "Dhall": -7.293358, + "Diff": -7.986505, + "DirectX 3D File": -7.986505, + "Dockerfile": -7.986505, + "Dogescript": -7.986505, + "Dotenv": -5.347448, + "E": -6.040595, + "E-mail": -7.986505, + "EBNF": -6.600211, + "ECL": -7.986505, + "ECLiPSe": -7.986505, + "EJS": -6.377067, + "EQ": -6.887893, + "Eagle": -7.293358, + "Earthly": -7.986505, + "Easybuild": -7.986505, + "Ecmarkup": -7.986505, + "Edge": -7.986505, + "EdgeQL": -7.293358, + "EditorConfig": -6.887893, + "Edje Data Collection": -7.986505, + "Eiffel": -6.040595, + "Elixir": -6.194745, + "Elm": -6.887893, + "Elvish": -7.986505, + "Emacs Lisp": -5.588610, + "EmberScript": -7.986505, + "Erlang": -5.213916, + "Euphoria": -5.683920, + "F#": -5.907063, + "FIGlet Font": -7.986505, + "FLUX": -6.600211, + "Fantom": -7.293358, + "Faust": -7.293358, + "Fennel": -7.293358, + "Filebench WML": -7.986505, + "Filterscript": -7.293358, + "Fluent": -6.377067, + "Formatted": -6.887893, + "Forth": -5.213916, + "Fortran": -6.377067, + "FreeBasic": -6.600211, + "FreeMarker": -7.293358, + "Frege": -6.600211, + "Fstar": -6.887893, + "Futhark": -7.986505, + "G-code": -6.887893, + "GAML": -6.194745, + "GAMS": -7.986505, + "GAP": -5.789280, + "GCC Machine Description": -7.986505, + "GDB": -7.293358, + "GDScript": -6.600211, + "GEDCOM": -7.986505, + "GLSL": -4.990773, + "GN": -5.588610, + "GSC": -6.194745, + "Game Maker Language": -5.588610, + "Gemfile.lock": -7.986505, + "Gemini": -7.986505, + "Genero 4gl": -6.887893, + "Genero per": -7.986505, + "Genie": -6.600211, + "Gerber Image": -5.096133, + "Gherkin": -7.293358, + "Git Attributes": -7.986505, + "Git Config": -6.887893, + "Git Revision List": -7.986505, + "Gleam": -7.293358, + "Glimmer JS": -7.293358, + "Glimmer TS": -7.293358, + "Glyph Bitmap Distribution Format": -7.986505, + "Gnuplot": -5.907063, + "Go": -6.600211, + "Go Checksums": -7.293358, + "Go Module": -7.986505, + "Go Workspace": -7.986505, + "Godot Resource": -6.377067, + "Golo": -4.690668, + "Gosu": -6.377067, + "Grace": -7.293358, + "Gradle": -7.293358, + "Gradle Kotlin DSL": -7.986505, + "Grammatical Framework": -4.272933, + "Graph Modeling Language": -6.887893, + "GraphQL": -6.600211, + "Graphviz (DOT)": -7.293358, + "Groovy": -6.194745, + "Groovy Server Pages": -6.600211, + "HAProxy": -6.600211, + "HCL": -6.194745, + "HLSL": -6.377067, + "HOCON": -6.600211, + "HTML": -5.907063, + "HTML+ECR": -7.986505, + "HTML+EEX": -6.887893, + "HTML+ERB": -6.887893, + "HTML+Razor": -7.293358, + "HXML": -7.293358, + "Hack": -4.585308, + "Haml": -7.293358, + "Handlebars": -7.293358, + "Haskell": -6.377067, + "HiveQL": -7.293358, + "HolyC": -6.377067, + "Hosts File": -7.986505, + "Hy": -6.887893, + "HyPhy": -5.907063, + "IDL": -6.377067, + "IGOR Pro": -6.887893, + "INI": -5.213916, + "Idris": -7.986505, + "Ignore List": -5.042066, + "ImageJ Macro": -7.293358, + "Imba": -7.986505, + "Inform 7": -7.293358, + "Ink": -6.377067, + "Inno Setup": -7.293358, + "Ioke": -7.986505, + "Isabelle": -7.986505, + "Isabelle ROOT": -7.986505, + "J": -7.293358, + "JAR Manifest": -7.986505, + "JCL": -6.887893, + "JFlex": -7.293358, + "JSON": -4.520769, + "JSON with Comments": -4.728408, + "JSON5": -7.293358, + "JSONLD": -7.986505, + "JSONiq": -7.293358, + "Janet": -6.887893, + "Jasmin": -5.907063, + "Java": -5.588610, + "Java Properties": -7.293358, + "JavaScript": -4.297625, + "JavaScript+ERB": -7.986505, + "Jest Snapshot": -7.986505, + "JetBrains MPS": -6.887893, + "Jinja": -7.293358, + "Jison": -6.887893, + "Jison Lex": -7.293358, + "Jolie": -6.377067, + "Jsonnet": -7.986505, + "Julia": -7.293358, + "Jupyter Notebook": -7.986505, + "Just": -7.986505, + "KRL": -7.986505, + "Kaitai Struct": -7.293358, + "KakouneScript": -6.887893, + "KerboScript": -6.887893, + "KiCad Layout": -5.213916, + "KiCad Legacy Layout": -7.986505, + "KiCad Schematic": -6.040595, + "Kickstart": -6.887893, + "Kit": -7.986505, + "Kotlin": -7.986505, + "Kusto": -6.600211, + "LFE": -6.600211, + "LOLCODE": -7.986505, + "LSL": -7.293358, + "LTspice Symbol": -7.986505, + "LabVIEW": -5.588610, + "Lark": -6.887893, + "Lasso": -6.887893, + "Latte": -7.293358, + "Lean": -7.293358, + "Lean 4": -7.986505, + "Less": -7.986505, + "Lex": -7.293358, + "LigoLANG": -7.986505, + "Limbo": -6.887893, + "Linker Script": -6.600211, + "Linux Kernel Module": -6.887893, + "Liquid": -7.293358, + "Literate Agda": -7.986505, + "Literate CoffeeScript": -7.293358, + "LiveScript": -7.986505, + "Logos": -6.377067, + "Logtalk": -7.986505, + "LookML": -6.887893, + "LoomScript": -7.293358, + "Lua": -6.040595, + "M": -4.619209, + "M4": -6.377067, + "M4Sugar": -6.887893, + "MATLAB": -4.322943, + "MAXScript": -6.377067, + "MDX": -7.986505, + "MLIR": -6.600211, + "MQL4": -6.887893, + "MQL5": -6.887893, + "MTML": -7.986505, + "MUF": -7.293358, + "Macaulay2": -7.986505, + "Makefile": -5.501598, + "Markdown": -5.683920, + "Marko": -6.887893, + "Mask": -7.986505, + "Mathematica": -5.501598, + "Maven POM": -7.986505, + "Max": -6.887893, + "Mercury": -5.683920, + "Mermaid": -5.588610, + "Meson": -7.293358, + "Metal": -7.986505, + "Microsoft Developer Studio Project": -7.986505, + "Microsoft Visual Studio Solution": -7.986505, + "MiniYAML": -5.789280, + "Mint": -6.194745, + "Modelica": -5.501598, + "Modula-2": -7.986505, + "Modula-3": -6.377067, + "Module Management System": -6.377067, + "Mojo": -7.293358, + "Monkey": -6.377067, + "Monkey C": -7.986505, + "Moocode": -6.887893, + "MoonScript": -7.986505, + "Motoko": -7.293358, + "Motorola 68K Assembly": -6.194745, + "Move": -7.293358, + "Muse": -7.293358, + "Mustache": -6.600211, + "NASL": -5.683920, + "NCL": -5.213916, + "NEON": -7.293358, + "NL": -7.293358, + "NPM Config": -7.986505, + "NSIS": -7.293358, + "NWScript": -6.194745, + "Nasal": -7.293358, + "Nearley": -7.986505, + "Nemerle": -7.986505, + "NetLinx": -7.293358, + "NetLinx+ERB": -7.293358, + "NetLogo": -7.986505, + "NewLisp": -6.887893, + "Nextflow": -6.600211, + "Nginx": -6.887893, + "Nim": -6.194745, + "Nit": -4.808451, + "Nix": -7.986505, + "Nu": -7.293358, + "Nunjucks": -7.986505, + "Nushell": -7.293358, + "OASv2-json": -7.986505, + "OASv2-yaml": -7.293358, + "OASv3-json": -7.986505, + "OASv3-yaml": -7.293358, + "OCaml": -5.683920, + "Oberon": -7.986505, + "Object Data Instance Notation": -7.986505, + "ObjectScript": -7.986505, + "Objective-C": -4.895462, + "Objective-C++": -7.293358, + "Objective-J": -6.887893, + "Odin": -7.986505, + "Omgrofl": -7.986505, + "Opa": -7.293358, + "Opal": -7.986505, + "Open Policy Agent": -6.600211, + "OpenCL": -7.293358, + "OpenEdge ABL": -6.194745, + "OpenQASM": -7.986505, + "OpenRC runscript": -7.986505, + "OpenSCAD": -7.293358, + "OpenStep Property List": -7.293358, + "Option List": -6.377067, + "Org": -7.986505, + "Ox": -6.887893, + "Oxygene": -7.986505, + "Oz": -7.986505, + "P4": -7.293358, + "PDDL": -6.887893, + "PEG.js": -7.986505, + "PHP": -5.042066, + "PLSQL": -5.907063, + "PLpgSQL": -6.040595, + "POV-Ray SDL": -5.501598, + "Pact": -7.293358, + "Pan": -5.096133, + "Papyrus": -6.887893, + "Parrot Assembly": -7.986505, + "Parrot Internal Representation": -7.986505, + "Pascal": -5.421556, + "Pawn": -6.040595, + "Pep8": -6.040595, + "Perl": -4.690668, + "Pic": -6.887893, + "Pickle": -6.600211, + "PicoLisp": -7.986505, + "PigLatin": -7.986505, + "Pike": -6.887893, + "Pip Requirements": -7.293358, + "PlantUML": -6.040595, + "Pod": -6.600211, + "Pod 6": -7.986505, + "PogoScript": -7.986505, + "Polar": -7.293358, + "Pony": -6.194745, + "Portugol": -7.293358, + "PostCSS": -7.293358, + "PostScript": -6.887893, + "PowerBuilder": -6.194745, + "PowerShell": -6.600211, + "Praat": -6.887893, + "Prisma": -6.377067, + "Processing": -7.986505, + "Procfile": -7.986505, + "Proguard": -6.887893, + "Prolog": -5.683920, + "Promela": -6.040595, + "Propeller Spin": -5.683920, + "Protocol Buffer": -7.986505, + "Protocol Buffer Text Format": -6.600211, + "Public Key": -6.040595, + "Pug": -7.293358, + "Puppet": -6.377067, + "PureBasic": -7.293358, + "PureScript": -6.600211, + "Pyret": -7.986505, + "Python": -4.941983, + "Q#": -7.293358, + "QML": -7.986505, + "QMake": -6.600211, + "Qt Script": -7.293358, + "Quake": -7.293358, + "R": -5.907063, + "RAML": -7.986505, + "RBS": -7.986505, + "RDoc": -7.986505, + "REXX": -6.600211, + "RMarkdown": -7.293358, + "RPC": -6.887893, + "RPGLE": -5.789280, + "RPM Spec": -6.887893, + "RUNOFF": -6.600211, + "Racket": -7.293358, + "Ragel": -6.887893, + "Raku": -4.808451, + "Rascal": -6.377067, + "ReScript": -7.986505, + "Readline Config": -7.986505, + "Reason": -6.194745, + "ReasonLIGO": -7.986505, + "Rebol": -6.194745, + "Record Jar": -7.986505, + "Red": -7.293358, + "Redirect Rules": -7.986505, + "Regular Expression": -6.600211, + "Ren'Py": -7.986505, + "RenderScript": -7.293358, + "Rez": -6.887893, + "Rich Text Format": -7.293358, + "Ring": -6.600211, + "Riot": -7.293358, + "RobotFramework": -6.887893, + "Roc": -6.600211, + "Roff": -5.153292, + "Roff Manpage": -5.501598, + "RouterOS Script": -6.600211, + "Ruby": -4.322943, + "Rust": -6.600211, + "SAS": -6.887893, + "SCSS": -7.986505, + "SELinux Policy": -6.600211, + "SMT": -6.600211, + "SPARQL": -7.293358, + "SQF": -7.293358, + "SQL": -5.347448, + "SQLPL": -6.194745, + "SRecode Template": -7.986505, + "SSH Config": -6.194745, + "STAR": -6.887893, + "STON": -6.040595, + "SWIG": -6.887893, + "Sage": -7.986505, + "SaltStack": -6.194745, + "Sass": -7.986505, + "Scala": -6.040595, + "Scaml": -7.986505, + "Scenic": -6.600211, + "Scheme": -6.600211, + "Scilab": -6.887893, + "ShaderLab": -6.887893, + "Shell": -3.997521, + "ShellCheck Config": -7.986505, + "ShellSession": -6.887893, + "Shen": -6.887893, + "Sieve": -5.588610, + "Simple File Verification": -7.293358, + "Singularity": -7.986505, + "Slash": -7.986505, + "Slice": -6.887893, + "Slim": -7.986505, + "Slint": -6.887893, + "SmPL": -7.986505, + "Smali": -6.040595, + "Smalltalk": -5.683920, + "Smithy": -7.986505, + "Snakemake": -6.600211, + "Soong": -7.986505, + "SourcePawn": -6.887893, + "Squirrel": -7.986505, + "Stan": -6.887893, + "Standard ML": -6.377067, + "Starlark": -5.683920, + "Stata": -6.040595, + "StringTemplate": -7.986505, + "Stylus": -7.986505, + "SubRip Text": -7.986505, + "SugarSS": -7.986505, + "SuperCollider": -6.377067, + "Svelte": -7.986505, + "Sway": -6.377067, + "Sweave": -7.293358, + "Swift": -4.225305, + "SystemVerilog": -6.600211, + "TI Program": -6.040595, + "TL-Verilog": -7.293358, + "TLA": -7.293358, + "TOML": -6.377067, + "TSQL": -6.600211, + "TSV": -7.986505, + "TSX": -6.600211, + "TXL": -7.986505, + "Talon": -7.293358, + "Tcl": -6.040595, + "Tcsh": -7.986505, + "TeX": -6.040595, + "Tea": -7.986505, + "Terra": -6.887893, + "Terraform Template": -7.293358, + "Texinfo": -7.986505, + "Text": -4.728408, + "TextGrid": -6.887893, + "TextMate Properties": -7.986505, + "Thrift": -7.986505, + "Toit": -6.887893, + "Turing": -6.600211, + "Turtle": -7.293358, + "Type Language": -7.293358, + "TypeScript": -6.377067, + "Typst": -7.293358, + "Unity3D Asset": -6.194745, + "Unix Assembly": -6.600211, + "Uno": -6.887893, + "UnrealScript": -7.293358, + "UrWeb": -7.293358, + "V": -5.789280, + "VBA": -5.789280, + "VBScript": -7.986505, + "VCL": -7.293358, + "VHDL": -7.986505, + "Valve Data Format": -7.986505, + "Velocity Template Language": -6.887893, + "Verilog": -5.347448, + "Vim Help File": -7.986505, + "Vim Script": -5.789280, + "Vim Snippet": -7.293358, + "Visual Basic .NET": -6.887893, + "Visual Basic 6.0": -5.683920, + "Volt": -7.986505, + "Vue": -7.293358, + "Vyper": -6.377067, + "WDL": -6.887893, + "WGSL": -7.986505, + "Wavefront Material": -6.600211, + "Wavefront Object": -6.377067, + "Web Ontology Language": -7.986505, + "WebAssembly": -6.194745, + "WebAssembly Interface Type": -7.986505, + "WebIDL": -7.293358, + "WebVTT": -6.887893, + "Wget Config": -7.986505, + "Whiley": -6.887893, + "Wikitext": -7.293358, + "Win32 Message File": -7.986505, + "Windows Registry Entries": -7.986505, + "Witcher Script": -7.293358, + "Wollok": -7.293358, + "World of Warcraft Addon Data": -6.887893, + "Wren": -7.986505, + "X BitMap": -7.986505, + "X Font Directory Index": -6.600211, + "X PixMap": -7.293358, + "X10": -5.096133, + "XC": -7.986505, + "XCompose": -7.986505, + "XML": -3.696045, + "XML Property List": -5.683920, + "XPages": -7.293358, + "XProc": -7.986505, + "XQuery": -7.986505, + "XS": -7.986505, + "XSLT": -7.986505, + "Xojo": -6.194745, + "Xonsh": -7.986505, + "Xtend": -7.293358, + "YAML": -5.347448, + "YANG": -7.986505, + "YARA": -6.887893, + "YASnippet": -7.293358, + "Yacc": -7.986505, + "Yul": -7.293358, + "ZAP": -7.986505, + "ZIL": -7.986505, + "Zeek": -6.887893, + "ZenScript": -7.986505, + "Zephir": -7.293358, + "Zig": -6.887893, + "Zimpl": -7.986505, + "cURL Config": -7.986505, + "desktop": -7.293358, + "dircolors": -7.986505, + "eC": -7.986505, + "edn": -7.986505, + "fish": -6.887893, + "hoon": -7.293358, + "jq": -7.293358, + "kvlang": -7.986505, + "mIRC Script": -6.600211, + "mcfunction": -7.986505, + "nanorc": -6.887893, + "q": -7.293358, + "reStructuredText": -7.986505, + "robots.txt": -7.986505, + "sed": -7.986505, + "wisp": -7.986505, + "xBase": -6.887893, } var TokensLogProbabilities = map[string]map[string]float64{ @@ -12687,89 +12695,98 @@ var TokensLogProbabilities = map[string]map[string]float64{ "}": -2.260025, }, "Bicep": map[string]float64{ - "(": -3.413032, - ")": -3.413032, - ",": -5.358942, - ".id": -6.052089, - ".location": -5.358942, - ":": -1.708284, - "=": -2.833213, - "@allowed": -6.052089, - "@description": -4.665795, - "@maxLength": -6.052089, - "@minLength": -6.052089, - "@secure": -6.052089, - "Id": -5.358942, - "Name": -3.854865, - "[": -4.260330, - "]": -4.260330, - "access": -6.052089, - "acr": -6.052089, - "acr.properties.loginServer": -6.052089, - "acrAdminUserEnabled": -5.358942, - "acrLoginServer": -6.052089, - "acrName": -5.358942, - "acrSku": -5.358942, - "addressPrefix": -5.358942, - "addressPrefixes": -6.052089, - "addressSpace": -6.052089, - "adminPassword": -4.953477, - "adminUserEnabled": -6.052089, - "adminUsername": -4.953477, - "bool": -6.052089, - "concat": -5.358942, - "destinationAddressPrefix": -6.052089, - "destinationPortRange": -6.052089, - "diagStorageAccountName": -5.358942, - "diagsAccount": -6.052089, - "diagsAccount.properties.primaryEndpoints.blob": -6.052089, - "diagsStorageUri": -6.052089, - "direction": -6.052089, - "false": -6.052089, - "id": -3.972648, - "ipConfigurations": -5.358942, - "kind": -6.052089, - "location": -3.161717, - "module": -6.052089, - "name": -3.279500, - "networkSecurityGroup": -5.358942, - "networkSecurityGroupName": -4.665795, - "nic": -3.749504, - "nsg": -4.953477, - "nsg.id": -6.052089, - "output": -5.358942, - "param": -3.854865, - "params": -6.052089, - "pip": -6.052089, - "pip.id": -6.052089, - "pip.properties.ipAddress": -6.052089, - "priority": -6.052089, - "privateIPAllocationMethod": -5.358942, - "properties": -3.567183, - "protocol": -6.052089, - "publicIPAddress": -6.052089, - "publicIPAddressName": -5.358942, - "publicIPAllocationMethod": -6.052089, - "publicIp": -6.052089, - "resource": -3.972648, - "resourceGroup": -4.953477, - "securityRules": -6.052089, - "sku": -5.358942, - "sourceAddressPrefix": -6.052089, - "sourcePortRange": -6.052089, - "storageAccountType": -5.358942, - "string": -3.749504, - "subnet": -4.106179, - "subnets": -6.052089, - "uniqueString": -6.052089, - "var": -3.854865, - "virtualMachineName": -6.052089, - "virtualMachineSize": -4.953477, - "virtualNetworkName": -5.358942, - "vmMod": -6.052089, - "vnet": -6.052089, - "{": -2.496741, - "}": -2.496741, + "(": -3.522150, + ")": -3.522150, + ",": -5.468060, + ".id": -6.161207, + ".location": -5.468060, + ":": -1.695299, + "=": -2.727220, + "@allowed": -6.161207, + "@description": -4.774913, + "@maxLength": -6.161207, + "@minLength": -6.161207, + "@secure": -6.161207, + "Id": -5.468060, + "Name": -3.963983, + "[": -4.215297, + "]": -4.215297, + "access": -6.161207, + "acr": -6.161207, + "acr.properties.loginServer": -6.161207, + "acrAdminUserEnabled": -5.468060, + "acrLoginServer": -6.161207, + "acrName": -5.468060, + "acrSku": -5.468060, + "addressPrefix": -5.468060, + "addressPrefixes": -6.161207, + "addressSpace": -6.161207, + "adminPassword": -5.062595, + "adminUserEnabled": -6.161207, + "adminUsername": -5.062595, + "bool": -6.161207, + "capacity": -6.161207, + "concat": -5.468060, + "deployments": -6.161207, + "destinationAddressPrefix": -6.161207, + "destinationPortRange": -6.161207, + "diagStorageAccountName": -5.468060, + "diagsAccount": -6.161207, + "diagsAccount.properties.primaryEndpoints.blob": -6.161207, + "diagsStorageUri": -6.161207, + "direction": -6.161207, + "false": -6.161207, + "format": -6.161207, + "id": -4.081766, + "ipConfigurations": -5.468060, + "kind": -5.468060, + "location": -3.216768, + "model": -6.161207, + "module": -6.161207, + "name": -3.165475, + "networkSecurityGroup": -5.468060, + "networkSecurityGroupName": -4.774913, + "nic": -3.858622, + "nsg": -5.062595, + "nsg.id": -6.161207, + "output": -5.468060, + "param": -3.522150, + "params": -6.161207, + "pip": -6.161207, + "pip.id": -6.161207, + "pip.properties.ipAddress": -6.161207, + "priority": -6.161207, + "privateIPAllocationMethod": -5.468060, + "properties": -3.596258, + "protocol": -6.161207, + "publicIPAddress": -6.161207, + "publicIPAddressName": -5.468060, + "publicIPAllocationMethod": -6.161207, + "publicIp": -6.161207, + "raiPolicyName": -6.161207, + "resource": -4.081766, + "resourceGroup": -5.062595, + "securityRules": -6.161207, + "sku": -5.062595, + "skuName": -6.161207, + "sourceAddressPrefix": -6.161207, + "sourcePortRange": -6.161207, + "storageAccountType": -5.468060, + "string": -3.858622, + "subnet": -4.215297, + "subnets": -6.161207, + "suffix": -6.161207, + "uniqueString": -6.161207, + "using": -6.161207, + "var": -3.858622, + "version": -6.161207, + "virtualMachineName": -6.161207, + "virtualMachineSize": -5.062595, + "virtualNetworkName": -5.468060, + "vmMod": -6.161207, + "vnet": -6.161207, + "{": -2.497646, + "}": -2.497646, }, "Bikeshed": map[string]float64{ "!": -5.858260, @@ -14518,39 +14535,251 @@ var TokensLogProbabilities = map[string]map[string]float64{ "}": -2.912318, }, "BitBake": map[string]float64{ - "$": -2.926739, - "(": -4.025352, - ")": -4.025352, - "-": -2.926739, - ".inc": -4.025352, - "/syncqt": -4.025352, - "=": -1.945910, - "D": -4.025352, - "LIBAV_EXTRA_CONFIGURE_COMMON_ARG": -4.025352, - "LIC_FILES_CHKSUM": -4.025352, - "OE_QMAKE_PATH_QT_BINS": -4.025352, - "PN": -4.025352, - "QT_MODULE_BRANCH": -4.025352, - "S": -4.025352, - "SRCREV": -4.025352, - "SRC_URI": -2.926739, - "[": -3.332205, - "]": -3.332205, - "do_install_append": -4.025352, - "git.inc": -4.025352, - "gstreamer": -4.025352, - "include": -4.025352, - "libav.inc": -4.025352, - "ln": -4.025352, - "md": -4.025352, - "qt": -4.025352, - "require": -3.332205, - "sf": -4.025352, - "sha": -4.025352, - "sum": -3.332205, - "syncqt.pl": -4.025352, - "{": -2.639057, - "}": -2.639057, + "!": -6.875232, + "#USE_NLS": -6.875232, + "$": -3.004031, + "(": -2.849880, + ")": -2.867899, + "+": -4.572647, + ",": -4.572647, + "-": -3.409496, + ".inc": -6.875232, + ".split": -6.875232, + "/mkspecs/oe": -6.875232, + "/qt.conf": -6.875232, + "/site": -6.875232, + "/syncqt": -6.875232, + "/toolchain.cmake": -6.875232, + ":": -3.025084, + ";": -5.265794, + "<<": -6.875232, + "=": -2.221272, + ">": -5.776620, + "?": -3.348872, + "@map_host_arch_to_uname_arch": -6.875232, + "@map_host_os_to_system_name": -6.875232, + "APPEND": -5.776620, + "ASSUME_PROVIDED": -6.875232, + "B": -6.182085, + "BASE_DEFAULT_DEPS": -6.875232, + "BUGTRACKER": -6.875232, + "CACHE": -4.795791, + "CMAKE_AR": -6.875232, + "CMAKE_ASM_COMPILER": -6.875232, + "CMAKE_ASM_FLAGS": -6.875232, + "CMAKE_ASM_FLAGS_RELEASE": -6.875232, + "CMAKE_BUILD_PARALLEL_LEVEL": -5.776620, + "CMAKE_BUILD_RPATH_USE_ORIGIN": -6.875232, + "CMAKE_CXX_COMPILER": -6.875232, + "CMAKE_CXX_COMPILER_LAUNCHER": -6.875232, + "CMAKE_CXX_FLAGS": -6.875232, + "CMAKE_CXX_FLAGS_RELEASE": -6.875232, + "CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES": -6.875232, + "CMAKE_CXX_LINK_FLAGS": -6.875232, + "CMAKE_C_COMPILER": -6.875232, + "CMAKE_C_COMPILER_LAUNCHER": -6.875232, + "CMAKE_C_FLAGS": -6.875232, + "CMAKE_C_FLAGS_RELEASE": -6.875232, + "CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES": -6.875232, + "CMAKE_C_LINK_FLAGS": -6.875232, + "CMAKE_FIND_ROOT_PATH": -6.875232, + "CMAKE_FIND_ROOT_PATH_MODE_INCLUDE": -6.875232, + "CMAKE_FIND_ROOT_PATH_MODE_LIBRARY": -6.875232, + "CMAKE_FIND_ROOT_PATH_MODE_PACKAGE": -6.875232, + "CMAKE_FIND_ROOT_PATH_MODE_PROGRAM": -6.875232, + "CMAKE_INSTALL_RPATH": -6.875232, + "CMAKE_LIBRARY_PATH": -6.875232, + "CMAKE_MODULE_PATH": -6.875232, + "CMAKE_PROGRAM_PATH": -6.875232, + "CMAKE_SYSTEM_NAME": -6.875232, + "CMAKE_SYSTEM_PROCESSOR": -6.875232, + "CMAKE_VERBOSE": -5.776620, + "CMakeCache.txt": -6.875232, + "CMakeFiles": -6.875232, + "CONFIGURE_FILES": -6.875232, + "CROSS_DIR": -6.875232, + "D": -6.875232, + "DEPENDS": -5.776620, + "DESTDIR": -4.929322, + "DISTRO_FEATURES_BACKFILL_CONSIDERED": -6.875232, + "DOC": -6.875232, + "ENV": -6.875232, + "EOF": -6.182085, + "EXPORT_FUNCTIONS": -6.875232, + "EXTERNAL_TOOLCHAIN": -6.875232, + "EXTRA_OECMAKE": -6.182085, + "FILES": -6.875232, + "HOMEPAGE": -6.875232, + "HOSTTOOLS_DIR": -6.875232, + "IMAGE_LINGUAS": -6.875232, + "LIBAV_EXTRA_CONFIGURE_COMMON_ARG": -6.875232, + "LIBCEXTENSION": -6.875232, + "LIBCOVERRIDE": -6.875232, + "LIBC_DEPENDENCIES": -6.875232, + "LICENSE": -6.875232, + "LIC_FILES_CHKSUM": -6.875232, + "Makefile": -6.875232, + "NEWLIB_EXTENDED": -6.875232, + "OECMAKE_AR": -6.182085, + "OECMAKE_ARGS": -6.182085, + "OECMAKE_CXX_COMPILER": -5.776620, + "OECMAKE_CXX_COMPILER_LAUNCHER": -5.776620, + "OECMAKE_CXX_FLAGS": -6.875232, + "OECMAKE_CXX_FLAGS_RELEASE": -6.875232, + "OECMAKE_CXX_LINK_FLAGS": -6.875232, + "OECMAKE_C_COMPILER": -5.488938, + "OECMAKE_C_COMPILER_LAUNCHER": -5.776620, + "OECMAKE_C_FLAGS": -6.875232, + "OECMAKE_C_FLAGS_RELEASE": -6.875232, + "OECMAKE_C_LINK_FLAGS": -6.875232, + "OECMAKE_EXTRA_ROOT_PATH": -6.182085, + "OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM": -6.182085, + "OECMAKE_GENERATOR": -6.875232, + "OECMAKE_GENERATOR_ARGS": -6.875232, + "OECMAKE_PERLNATIVE_DIR": -6.182085, + "OECMAKE_RPATH": -6.182085, + "OECMAKE_SOURCEPATH": -6.182085, + "OECMAKE_TARGET_COMPILE": -6.182085, + "OECMAKE_TARGET_INSTALL": -6.182085, + "OE_QMAKE_PATH_QT_BINS": -6.875232, + "OE_QTBASE_EGLFS_DEVICE_INTEGRATION": -6.875232, + "ON": -6.875232, + "ONLY": -5.776620, + "PACKAGECONFIG": -6.182085, + "PACKAGECONFIG_FONTS": -6.875232, + "PACKAGECONFIG_GL": -5.776620, + "PE": -6.875232, + "PN": -5.776620, + "PREFERRED_PROVIDER_virtual/libc": -6.875232, + "PREFERRED_PROVIDER_virtual/libiconv": -6.875232, + "PREFERRED_PROVIDER_virtual/libintl": -6.875232, + "PREFERRED_PROVIDER_virtual/nativesdk": -6.182085, + "QT_CONF_PATH": -6.875232, + "QT_MODULE_BRANCH": -6.875232, + "RDEPENDS": -6.875232, + "RECIPE_SYSROOT": -6.875232, + "REQUIRED": -6.875232, + "REQUIRED_DISTRO_FEATURES": -6.875232, + "S": -6.182085, + "SECTION": -6.875232, + "SECURITY_CFLAGS": -6.875232, + "SECURITY_LDFLAGS": -6.182085, + "SRCREV": -6.875232, + "SRC_URI": -5.488938, + "STAGING_DIR_HOST": -6.875232, + "STAGING_DIR_NATIVE": -6.875232, + "STRING": -4.795791, + "SUMMARY": -6.875232, + "TARGET_OS": -6.182085, + "TOOLCHAIN_HOST_TASK": -6.875232, + "TOOLCHAIN_NEED_CONFIGSITE_CACHE": -6.875232, + "TOOLCHAIN_TARGET_TASK": -6.875232, + "WORKDIR": -5.776620, + "Wno": -6.875232, + "XORGBUILDCLASS": -6.182085, + "XORG_DRIVER_COMPRESSOR": -6.875232, + "[": -4.390325, + "\\": -4.929322, + "]": -4.390325, + "addtask": -6.875232, + "after": -6.875232, + "allarch": -5.488938, + "append": -4.929322, + "args": -4.678008, + "arm": -6.875232, + "base_libdir": -6.875232, + "bb.fatal": -6.875232, + "bbnote": -6.182085, + "before": -6.875232, + "build": -6.182085, + "cat": -6.875232, + "class": -6.875232, + "cleandirs": -6.875232, + "cmake": -5.776620, + "cmake_crosscompiling": -6.182085, + "cmake_do_compile": -6.875232, + "cmake_do_configure": -6.875232, + "cmake_do_generate_toolchain_file": -6.875232, + "cmake_do_install": -6.875232, + "cmake_install.cmake": -6.875232, + "cmake_runcmake_build": -5.776620, + "cmake_sysroot": -6.182085, + "compile": -6.875232, + "compiler": -6.182085, + "d": -6.875232, + "d.appendVar": -6.875232, + "d.getVar": -5.265794, + "d.setVar": -6.182085, + "d.setVarFlag": -6.182085, + "def": -5.776620, + "delete": -6.875232, + "dev": -6.875232, + "device": -6.875232, + "do_compile": -6.875232, + "do_configure": -5.488938, + "do_generate_toolchain_file": -6.875232, + "do_install": -6.875232, + "do_install_append": -6.875232, + "do_patch": -6.875232, + "e": -6.875232, + "echo": -6.875232, + "elif": -6.875232, + "else": -5.776620, + "eval": -6.875232, + "export": -6.875232, + "extra.pri": -6.875232, + "features_check": -6.875232, + "fi": -5.265794, + "file.cmake": -6.875232, + "find": -6.875232, + "find_program": -6.875232, + "generate_toolchain_file": -6.875232, + "generator": -5.265794, + "git.inc": -6.875232, + "gstreamer": -6.875232, + "host_arch": -5.265794, + "host_os": -6.182085, + "host_os.startswith": -6.182085, + "if": -4.390325, + "in": -6.182085, + "include": -6.875232, + "includedir": -6.182085, + "inherit": -6.875232, + "install": -6.875232, + "libav.inc": -6.875232, + "libc": -6.182085, + "libdir": -6.875232, + "libiconv": -6.875232, + "libintl": -6.875232, + "list": -5.776620, + "ln": -6.875232, + "map_host_arch_to_uname_arch": -6.875232, + "map_host_os_to_system_name": -6.875232, + "md": -6.875232, + "name": -5.488938, + "newlib": -6.182085, + "oecmake_map_compiler": -6.875232, + "oecmake_sitefile": -5.776620, + "or": -5.776620, + "pkgconfig": -6.875232, + "prepend": -6.182085, + "python": -6.875232, + "qt": -6.875232, + "r": -6.875232, + "remove": -6.182085, + "require": -6.182085, + "return": -4.678008, + "rpi": -4.572647, + "set": -3.656356, + "sf": -6.875232, + "sha": -6.875232, + "sum": -6.182085, + "syncqt.pl": -6.875232, + "target": -5.776620, + "task": -6.182085, + "then": -5.265794, + "{": -2.886248, + "}": -2.886248, }, "Blade": map[string]float64{ "!": -2.583998, @@ -21337,4476 +21566,4533 @@ var TokensLogProbabilities = map[string]map[string]float64{ "~": -9.493073, }, "C#": map[string]float64{ - "!": -4.413404, - "&&": -6.715989, - "'": -7.409136, - "(": -2.327732, - ")": -2.340232, - "*": -4.770079, - "+": -5.211912, - ",": -3.745575, - "-": -4.701086, - ".": -6.310524, - ".Does": -6.310524, - ".Dump": -7.409136, - ".GetResult": -7.409136, - ".IsDependentOn": -6.310524, - ".SetConfiguration": -7.409136, - ".ToList": -6.715989, - ".Value": -6.715989, - ".Where": -7.409136, - ".WithProperty": -7.409136, - ".WithTarget": -7.409136, - "/": -5.799699, - "/*": -7.409136, - "//": -6.715989, - "/////////////////////////////////////////////////////////////////////////////": -4.924230, - "//To": -7.409136, - "//and": -7.409136, - "//gist.github.com/define": -7.409136, - "//now": -7.409136, - "//refence": -7.409136, - "//replace": -7.409136, - "//www.linqpad.net": -7.409136, - "/out": -7.409136, - ":": -3.745575, - ";": -2.630013, - "<": -6.715989, - "": -7.409136, - "": -7.409136, - "": -5.799699, - "": -7.409136, - "": -7.409136, - "": -7.409136, - "": -7.409136, - "": -7.409136, - "": -7.409136, - "": -7.409136, - "

": -7.409136, - "": -7.409136, - "": -7.409136, - "": -7.409136, - "": -7.409136, - "": -6.310524, - "": -7.409136, - "": -5.799699, - "": -6.310524, - "": -7.409136, - "": -7.409136, - "": -7.409136, - "
": -7.409136, - "": -7.409136, - "
": -7.409136, - "": -7.409136, - "": -7.409136, - "
  • ": -7.409136, - "": -6.715989, - "": -6.715989, - "

    ": -7.409136, - "": -6.715989, - "": -7.583248, + "": -6.484635, + "": -7.583248, + "": -7.583248, + "": -6.484635, + "": -7.583248, + "": -5.973810, + "": -6.484635, + "": -7.583248, + "": -7.583248, + "": -7.583248, + "": -7.583248, + "": -7.583248, + "": -7.583248, + "


    ": -7.583248, + "": -7.583248, + "": -7.583248, + "
  • ": -7.583248, + "": -6.890100, + "": -6.890100, + "

    ": -7.583248, + "": -6.890100, + "": -6.890100, + "": -7.583248, + "": -5.999910, - "": -7.373625, - "": -10.369358, - "": -10.369358, - "": -9.676210, - "": -9.676210, - "": -10.369358, - "": -6.968160, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -8.983063, - "": -10.369358, - "": -7.278315, - "": -10.369358, - "": -9.676210, - "": -9.676210, - "": -8.289916, - "": -7.804408, - "": -10.369358, - "": -9.676210, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -8.423448, - "": -6.968160, - "": -8.423448, - "": -10.369358, - "": -8.759920, - "": -10.369358, - "": -8.759920, - "": -5.541044, - "": -9.676210, - "": -10.369358, - "": -10.369358, - "": -7.424919, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -6.968160, - "": -10.369358, - "": -10.369358, - "": -8.759920, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -8.289916, - "": -9.676210, - "": -7.278315, - "": -10.369358, - "": -10.369358, - "": -7.884451, - "": -10.369358, - "": -10.369358, - "": -8.759920, - "": -8.759920, - "": -6.092692, - "": -8.423448, - "": -8.289916, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -8.759920, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -9.270745, - "": -9.270745, - "": -10.369358, - "": -9.676210, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -6.399066, - "": -10.369358, - "": -8.983063, - "": -10.369358, - "": -6.362024, - "": -9.676210, - "": -8.983063, - "": -9.676210, - "": -9.270745, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -8.066773, - "": -8.759920, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -9.270745, - "": -9.270745, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "": -10.369358, - "