From 1ae9b2a89bae67af15db8e8c8c270950f6e1e017 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Mon, 15 Mar 2021 05:20:02 +0200 Subject: [PATCH] Update go-enry to v2.6.1 (#14997) Co-authored-by: Gitea --- go.mod | 2 +- go.sum | 4 +- .../github.com/go-enry/go-enry/v2/README.md | 2 +- .../go-enry/go-enry/v2/data/alias.go | 22 +- .../go-enry/go-enry/v2/data/colors.go | 14 +- .../go-enry/go-enry/v2/data/commit.go | 4 +- .../go-enry/go-enry/v2/data/content.go | 29 +- .../go-enry/go-enry/v2/data/documentation.go | 2 +- .../go-enry/go-enry/v2/data/extension.go | 41 +- .../go-enry/go-enry/v2/data/filename.go | 550 +- .../go-enry/go-enry/v2/data/frequencies.go | 42410 +++++++++------- .../go-enry/go-enry/v2/data/groups.go | 7 +- .../go-enry/go-enry/v2/data/interpreter.go | 3 +- .../go-enry/go-enry/v2/data/mimeType.go | 5 +- .../go-enry/go-enry/v2/data/type.go | 10 +- .../go-enry/go-enry/v2/data/vendor.go | 4 +- vendor/modules.txt | 2 +- 17 files changed, 24199 insertions(+), 18912 deletions(-) diff --git a/go.mod b/go.mod index 82e3b3b94..9b425dde3 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect github.com/go-chi/chi v1.5.4 github.com/go-chi/cors v1.1.1 - github.com/go-enry/go-enry/v2 v2.6.0 + github.com/go-enry/go-enry/v2 v2.6.1 github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-git/v5 v5.2.0 github.com/go-ldap/ldap/v3 v3.2.4 diff --git a/go.sum b/go.sum index 7d956962d..bc79ddb69 100644 --- a/go.sum +++ b/go.sum @@ -320,8 +320,8 @@ github.com/go-chi/chi v1.5.4 h1:QHdzF2szwjqVV4wmByUnTcsbIg7UGaQ0tPF2t5GcAIs= github.com/go-chi/chi v1.5.4/go.mod h1:uaf8YgoFazUOkPBG7fxPftUylNumIev9awIWOENIuEg= github.com/go-chi/cors v1.1.1 h1:eHuqxsIw89iXcWnWUN8R72JMibABJTN/4IOYI5WERvw= github.com/go-chi/cors v1.1.1/go.mod h1:K2Yje0VW/SJzxiyMYu6iPQYa7hMjQX2i/F491VChg1I= -github.com/go-enry/go-enry/v2 v2.6.0 h1:nbGWQBpO+D+cJuRxNgSDFnFY9QWz3QM/CeZxU7VAH20= -github.com/go-enry/go-enry/v2 v2.6.0/go.mod h1:GVzIiAytiS5uT/QiuakK7TF1u4xDab87Y8V5EJRpsIQ= +github.com/go-enry/go-enry/v2 v2.6.1 h1:ckFkMVj2NeHpaQDFDiSjanVjNy2IiuMNivhXDB4c5Q0= +github.com/go-enry/go-enry/v2 v2.6.1/go.mod h1:GVzIiAytiS5uT/QiuakK7TF1u4xDab87Y8V5EJRpsIQ= github.com/go-enry/go-oniguruma v1.2.1 h1:k8aAMuJfMrqm/56SG2lV9Cfti6tC4x8673aHCcBk+eo= github.com/go-enry/go-oniguruma v1.2.1/go.mod h1:bWDhYP+S6xZQgiRL7wlTScFYBe023B6ilRZbCAD5Hf4= github.com/go-git/gcfg v1.5.0 h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4= diff --git a/vendor/github.com/go-enry/go-enry/v2/README.md b/vendor/github.com/go-enry/go-enry/v2/README.md index 03f8bac49..12fe9e98f 100644 --- a/vendor/github.com/go-enry/go-enry/v2/README.md +++ b/vendor/github.com/go-enry/go-enry/v2/README.md @@ -150,7 +150,7 @@ macOS and linux platforms. Windows support is planned under [src-d/enry#150](htt ## Divergences from Linguist -The `enry` library is based on the data from `github/linguist` version **v7.12.1**. +The `enry` library is based on the data from `github/linguist` version **v7.13.0**. Parsing [linguist/samples](https://github.com/github/linguist/tree/master/samples) the following `enry` results are different from the Linguist: diff --git a/vendor/github.com/go-enry/go-enry/v2/data/alias.go b/vendor/github.com/go-enry/go-enry/v2/data/alias.go index 16a1af1ba..472e25623 100644 --- a/vendor/github.com/go-enry/go-enry/v2/data/alias.go +++ b/vendor/github.com/go-enry/go-enry/v2/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: 223c00bb80eff04788e29010f98c5778993d2b2a +// Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375 package data @@ -11,6 +11,7 @@ var LanguageByAliasMap = map[string]string{ "1c_enterprise": "1C Enterprise", "4d": "4D", "abap": "ABAP", + "abap_cds": "ABAP CDS", "abl": "OpenEdge ABL", "abnf": "ABNF", "abuild": "Alpine Abuild", @@ -83,6 +84,7 @@ var LanguageByAliasMap = map[string]string{ "batch": "Batchfile", "batchfile": "Batchfile", "bazel": "Starlark", + "beef": "Beef", "befunge": "Befunge", "bibtex": "BibTeX", "bison": "Bison", @@ -95,10 +97,12 @@ var LanguageByAliasMap = map[string]string{ "bluespec": "Bluespec", "bmax": "BlitzMax", "boo": "Boo", + "boogie": "Boogie", "bplus": "BlitzBasic", "brainfuck": "Brainfuck", "brightscript": "Brightscript", "bro": "Zeek", + "browserslist": "Browserslist", "bsdmake": "Makefile", "byond": "DM", "bzl": "Starlark", @@ -111,6 +115,8 @@ var LanguageByAliasMap = map[string]string{ "c2hs_haskell": "C2hs Haskell", "cabal": "Cabal Config", "cabal_config": "Cabal Config", + "cake": "C#", + "cakescript": "C#", "cap'n_proto": "Cap'n Proto", "carto": "CartoCSS", "cartocss": "CartoCSS", @@ -182,7 +188,7 @@ var LanguageByAliasMap = map[string]string{ "dart": "Dart", "dataweave": "DataWeave", "dcl": "DIGITAL Command Language", - "delphi": "Component Pascal", + "delphi": "Pascal", "desktop": "desktop", "dhall": "Dhall", "diff": "Diff", @@ -301,6 +307,7 @@ var LanguageByAliasMap = map[string]string{ "handlebars": "Handlebars", "haproxy": "HAProxy", "harbour": "Harbour", + "hashicorp_configuration_language": "HCL", "haskell": "Haskell", "haxe": "Haxe", "hbs": "Handlebars", @@ -333,6 +340,8 @@ var LanguageByAliasMap = map[string]string{ "igor": "IGOR Pro", "igor_pro": "IGOR Pro", "igorpro": "IGOR Pro", + "ijm": "ImageJ Macro", + "imagej_macro": "ImageJ Macro", "inc": "PHP", "inform7": "Inform 7", "inform_7": "Inform 7", @@ -369,7 +378,6 @@ var LanguageByAliasMap = map[string]string{ "jsonld": "JSONLD", "jsonnet": "Jsonnet", "jsp": "Java Server Pages", - "jsx": "JSX", "julia": "Julia", "jupyter_notebook": "Jupyter Notebook", "kaitai_struct": "Kaitai Struct", @@ -493,7 +501,7 @@ var LanguageByAliasMap = map[string]string{ "nit": "Nit", "nix": "Nix", "nixos": "Nix", - "njk": "HTML+Django", + "njk": "Nunjucks", "nl": "NL", "node": "JavaScript", "npm_config": "NPM Config", @@ -502,7 +510,7 @@ var LanguageByAliasMap = map[string]string{ "nsis": "NSIS", "nu": "Nu", "numpy": "NumPy", - "nunjucks": "HTML+Django", + "nunjucks": "Nunjucks", "nush": "Nu", "nvim": "Vim script", "nwscript": "NWScript", @@ -519,7 +527,7 @@ var LanguageByAliasMap = map[string]string{ "objectivec": "Objective-C", "objectivec++": "Objective-C++", "objectivej": "Objective-J", - "objectpascal": "Component Pascal", + "objectpascal": "Pascal", "objectscript": "ObjectScript", "objj": "Objective-J", "ocaml": "OCaml", @@ -569,6 +577,7 @@ var LanguageByAliasMap = map[string]string{ "piglatin": "PigLatin", "pike": "Pike", "pir": "Parrot Internal Representation", + "plain_text": "Text", "plantuml": "PlantUML", "plpgsql": "PLpgSQL", "plsql": "PLSQL", @@ -636,6 +645,7 @@ var LanguageByAliasMap = map[string]string{ "realbasic": "REALbasic", "reason": "Reason", "rebol": "Rebol", + "record_jar": "Record Jar", "red": "Red", "red/system": "Red", "redcode": "Redcode", diff --git a/vendor/github.com/go-enry/go-enry/v2/data/colors.go b/vendor/github.com/go-enry/go-enry/v2/data/colors.go index 31351b771..55df0ce9b 100644 --- a/vendor/github.com/go-enry/go-enry/v2/data/colors.go +++ b/vendor/github.com/go-enry/go-enry/v2/data/colors.go @@ -1,11 +1,12 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a +// Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375 package data var LanguagesColor = map[string]string{ "1C Enterprise": "#814CCC", "ABAP": "#E8274B", + "ABAP CDS": "#555e25", "AGS Script": "#B9D9FF", "AL": "#3AA2B5", "AMPL": "#E6EFBB", @@ -30,11 +31,14 @@ var LanguagesColor = map[string]string{ "AutoIt": "#1C3552", "Ballerina": "#FF5000", "Batchfile": "#C1F12E", + "Beef": "#a52f4e", "Bison": "#6A463F", "Blade": "#f7523f", "BlitzMax": "#cd6400", "Boo": "#d4bec1", + "Boogie": "#c80fa0", "Brainfuck": "#2F2530", + "Browserslist": "#ffd539", "C": "#555555", "C#": "#178600", "C++": "#f34b7d", @@ -48,6 +52,7 @@ var LanguagesColor = map[string]string{ "Clean": "#3F85AF", "Click": "#E4E6F3", "Clojure": "#db5855", + "Closure Templates": "#0d948f", "CoffeeScript": "#244776", "ColdFusion": "#ed2cd6", "ColdFusion CFC": "#ed2cd6", @@ -114,6 +119,7 @@ var LanguagesColor = map[string]string{ "IDL": "#a3522f", "IGOR Pro": "#0000cc", "Idris": "#b30000", + "ImageJ Macro": "#99AAFF", "Io": "#a9188d", "Ioke": "#078193", "Isabelle": "#FEFE00", @@ -138,6 +144,7 @@ var LanguagesColor = map[string]string{ "Latte": "#f2a542", "Less": "#1d365d", "Lex": "#DBCA00", + "Liquid": "#67b8de", "LiveScript": "#499886", "LookML": "#652B81", "Lua": "#000080", @@ -158,6 +165,7 @@ var LanguagesColor = map[string]string{ "Metal": "#8f14e9", "Mirah": "#c7a938", "Modula-3": "#223388", + "Mustache": "#724b3b", "NCL": "#28431f", "NWScript": "#111522", "Nearley": "#990000", @@ -172,6 +180,7 @@ var LanguagesColor = map[string]string{ "Nix": "#7e7eff", "Nu": "#c9df40", "NumPy": "#9C8AF9", + "Nunjucks": "#3d8137", "OCaml": "#3be133", "ObjectScript": "#424893", "Objective-C": "#438eff", @@ -181,6 +190,7 @@ var LanguagesColor = map[string]string{ "Omgrofl": "#cabbff", "Opal": "#f7ede0", "OpenQASM": "#AA70FF", + "Org": "#77aa99", "Oxygene": "#cdd0e3", "Oz": "#fab738", "P4": "#7055b5", @@ -222,6 +232,7 @@ var LanguagesColor = map[string]string{ "ReScript": "#ed5051", "Reason": "#ff5847", "Rebol": "#358a5b", + "Record Jar": "#0673ba", "Red": "#f50000", "Ren'Py": "#ff7f7f", "Ring": "#2D54CB", @@ -238,6 +249,7 @@ var LanguagesColor = map[string]string{ "SaltStack": "#646464", "Sass": "#a53b70", "Scala": "#c22d40", + "Scaml": "#bd181a", "Scheme": "#1e4aec", "Self": "#0579aa", "Shell": "#89e051", diff --git a/vendor/github.com/go-enry/go-enry/v2/data/commit.go b/vendor/github.com/go-enry/go-enry/v2/data/commit.go index 5d3b4e54e..23769932d 100644 --- a/vendor/github.com/go-enry/go-enry/v2/data/commit.go +++ b/vendor/github.com/go-enry/go-enry/v2/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: 223c00bb80eff04788e29010f98c5778993d2b2a +// Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375 package data // linguist's commit from which files were generated. -var LinguistCommit = "223c00bb80eff04788e29010f98c5778993d2b2a" +var LinguistCommit = "6aed0bd564f55c4f2d987c2e6035eda7aea26375" diff --git a/vendor/github.com/go-enry/go-enry/v2/data/content.go b/vendor/github.com/go-enry/go-enry/v2/data/content.go index bd03e6f07..b35ffa406 100644 --- a/vendor/github.com/go-enry/go-enry/v2/data/content.go +++ b/vendor/github.com/go-enry/go-enry/v2/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: 223c00bb80eff04788e29010f98c5778993d2b2a +// Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375 package data @@ -665,6 +665,12 @@ var ContentHeuristics = map[string]*Heuristics{ regexp.MustCompile(`(?m)^Class\s`), ), }, + ".cmp": &Heuristics{ + rule.Or( + rule.MatchingLanguages("Gerber Image"), + regexp.MustCompile(`(?m)^[DGMT][0-9]{2}\*\r?\n`), + ), + }, ".cs": &Heuristics{ rule.Or( rule.MatchingLanguages("Smalltalk"), @@ -791,7 +797,7 @@ var ContentHeuristics = map[string]*Heuristics{ ), rule.Or( rule.MatchingLanguages("Gerber Image"), - regexp.MustCompile(`(?m)\*\%$`), + regexp.MustCompile(`(?m)^[DGMT][0-9]{2}\*$`), ), rule.Always( rule.MatchingLanguages("Game Maker Language"), @@ -948,6 +954,15 @@ var ContentHeuristics = map[string]*Heuristics{ regexp.MustCompile(`(?m)^\w+\s*:\s*module\s*{`), ), }, + ".m4": &Heuristics{ + rule.Or( + rule.MatchingLanguages("M4Sugar"), + regexp.MustCompile(`(?m)AC_DEFUN|AC_PREREQ|AC_INIT|^_?m4_`), + ), + rule.Always( + rule.MatchingLanguages("M4"), + ), + }, ".man": &Heuristics{ rule.And( rule.MatchingLanguages("Roff Manpage"), @@ -1087,6 +1102,10 @@ var ContentHeuristics = map[string]*Heuristics{ rule.MatchingLanguages("XML"), regexp.MustCompile(`(?m)^\s*<\?xml\s+version`), ), + rule.Or( + rule.MatchingLanguages("Gerber Image"), + regexp.MustCompile(`(?m)^[DGMT][0-9]{2}\*\r?\n`), + ), rule.Or( rule.MatchingLanguages("Text"), regexp.MustCompile(`(?m)THE_TITLE`), @@ -1317,6 +1336,10 @@ var ContentHeuristics = map[string]*Heuristics{ rule.MatchingLanguages("RenderScript"), regexp.MustCompile(`(?m)#include|#pragma\s+(rs|version)|__attribute__`), ), + rule.Or( + rule.MatchingLanguages("XML"), + regexp.MustCompile(`(?m)^\s*<\?xml`), + ), }, ".s": &Heuristics{ rule.Or( @@ -1337,7 +1360,7 @@ var ContentHeuristics = map[string]*Heuristics{ ".sol": &Heuristics{ rule.Or( rule.MatchingLanguages("Gerber Image"), - regexp.MustCompile(`(?m)^G75\*`), + regexp.MustCompile(`(?m)^[DGMT][0-9]{2}\*\r?\n`), ), }, ".sql": &Heuristics{ diff --git a/vendor/github.com/go-enry/go-enry/v2/data/documentation.go b/vendor/github.com/go-enry/go-enry/v2/data/documentation.go index 0c51181e0..1ef16fd48 100644 --- a/vendor/github.com/go-enry/go-enry/v2/data/documentation.go +++ b/vendor/github.com/go-enry/go-enry/v2/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: 223c00bb80eff04788e29010f98c5778993d2b2a +// Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375 package data diff --git a/vendor/github.com/go-enry/go-enry/v2/data/extension.go b/vendor/github.com/go-enry/go-enry/v2/data/extension.go index 4b3443db8..66b409dbb 100644 --- a/vendor/github.com/go-enry/go-enry/v2/data/extension.go +++ b/vendor/github.com/go-enry/go-enry/v2/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: 223c00bb80eff04788e29010f98c5778993d2b2a +// Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375 package data @@ -69,6 +69,7 @@ var LanguagesByExtension = map[string][]string{ ".asciidoc": {"AsciiDoc"}, ".ascx": {"ASP.NET"}, ".asd": {"Common Lisp"}, + ".asddls": {"ABAP CDS"}, ".ash": {"AGS Script"}, ".ashx": {"ASP.NET"}, ".asl": {"ASL"}, @@ -105,7 +106,7 @@ var LanguagesByExtension = map[string][]string{ ".bdf": {"Glyph Bitmap Distribution Format"}, ".bdy": {"PLSQL"}, ".befunge": {"Befunge"}, - ".bf": {"Brainfuck", "HyPhy"}, + ".bf": {"Beef", "Brainfuck", "HyPhy"}, ".bib": {"BibTeX"}, ".bibtex": {"BibTeX"}, ".bison": {"Bison"}, @@ -115,6 +116,7 @@ var LanguagesByExtension = map[string][]string{ ".bones": {"JavaScript"}, ".boo": {"Boo"}, ".boot": {"Clojure"}, + ".bpl": {"Boogie"}, ".brd": {"Eagle", "KiCad Legacy Layout"}, ".bro": {"Zeek"}, ".brs": {"Brightscript"}, @@ -170,6 +172,7 @@ var LanguagesByExtension = map[string][]string{ ".cmake": {"CMake"}, ".cmake.in": {"CMake"}, ".cmd": {"Batchfile"}, + ".cmp": {"Gerber Image"}, ".cnc": {"G-code"}, ".cob": {"COBOL"}, ".cobol": {"COBOL"}, @@ -368,6 +371,7 @@ var LanguagesByExtension = map[string][]string{ ".glslf": {"GLSL"}, ".glslv": {"GLSL"}, ".gltf": {"JSON"}, + ".glyphs": {"OpenStep Property List"}, ".gml": {"Game Maker Language", "Gerber Image", "Graph Modeling Language", "XML"}, ".gms": {"GAMS"}, ".gmx": {"XML"}, @@ -448,6 +452,7 @@ var LanguagesByExtension = map[string][]string{ ".idr": {"Idris"}, ".ig": {"Modula-3"}, ".ihlp": {"Stata"}, + ".ijm": {"ImageJ Macro"}, ".ijs": {"J"}, ".ik": {"Ioke"}, ".ily": {"LilyPond"}, @@ -499,7 +504,7 @@ var LanguagesByExtension = map[string][]string{ ".jsproj": {"XML"}, ".jss": {"JavaScript"}, ".jst": {"EJS"}, - ".jsx": {"JSX"}, + ".jsx": {"JavaScript"}, ".kicad_mod": {"KiCad Layout"}, ".kicad_pcb": {"KiCad Layout"}, ".kicad_wks": {"KiCad Layout"}, @@ -649,7 +654,7 @@ var LanguagesByExtension = map[string][]string{ ".nb": {"Mathematica", "Text"}, ".nbp": {"Mathematica"}, ".nc": {"nesC"}, - ".ncl": {"NCL", "Text", "XML"}, + ".ncl": {"Gerber Image", "NCL", "Text", "XML"}, ".ndproj": {"XML"}, ".ne": {"Nearley"}, ".nearley": {"Nearley"}, @@ -666,7 +671,7 @@ var LanguagesByExtension = map[string][]string{ ".ninja": {"Ninja"}, ".nit": {"Nit"}, ".nix": {"Nix"}, - ".njk": {"HTML+Django"}, + ".njk": {"Nunjucks"}, ".njs": {"JavaScript"}, ".nl": {"NL", "NewLisp"}, ".nlogo": {"NetLogo"}, @@ -827,6 +832,8 @@ var LanguagesByExtension = map[string][]string{ ".r3": {"Rebol"}, ".rabl": {"Ruby"}, ".rake": {"Ruby"}, + ".raku": {"Raku"}, + ".rakumod": {"Raku"}, ".raml": {"RAML"}, ".raw": {"Raw token data"}, ".razor": {"HTML+Razor"}, @@ -879,7 +886,7 @@ var LanguagesByExtension = map[string][]string{ ".ronn": {"Markdown"}, ".rpy": {"Python", "Ren'Py"}, ".rq": {"SPARQL"}, - ".rs": {"RenderScript", "Rust"}, + ".rs": {"RenderScript", "Rust", "XML"}, ".rs.in": {"Rust"}, ".rsc": {"Rascal"}, ".rsh": {"RenderScript"}, @@ -902,7 +909,7 @@ var LanguagesByExtension = map[string][]string{ ".scad": {"OpenSCAD"}, ".scala": {"Scala"}, ".scaml": {"Scaml"}, - ".scd": {"SuperCollider"}, + ".scd": {"Markdown", "SuperCollider"}, ".sce": {"Scilab"}, ".sch": {"Eagle", "KiCad Schematic", "Scheme", "XML"}, ".schdoc": {"Altium Designer"}, @@ -1193,6 +1200,7 @@ var ExtensionsByLanguage = map[string][]string{ "1C Enterprise": {".bsl", ".os"}, "4D": {".4dm"}, "ABAP": {".abap"}, + "ABAP CDS": {".asddls"}, "ABNF": {".abnf"}, "AGS Script": {".asc", ".ash"}, "AL": {".al"}, @@ -1227,6 +1235,7 @@ var ExtensionsByLanguage = map[string][]string{ "Awk": {".awk", ".auk", ".gawk", ".mawk", ".nawk"}, "Ballerina": {".bal"}, "Batchfile": {".bat", ".cmd"}, + "Beef": {".bf"}, "Befunge": {".befunge"}, "BibTeX": {".bib", ".bibtex"}, "Bison": {".bison"}, @@ -1236,6 +1245,7 @@ var ExtensionsByLanguage = map[string][]string{ "BlitzMax": {".bmx"}, "Bluespec": {".bsv"}, "Boo": {".boo"}, + "Boogie": {".bpl"}, "Brainfuck": {".b", ".bf"}, "Brightscript": {".brs"}, "C": {".c", ".cats", ".h", ".idc"}, @@ -1349,7 +1359,7 @@ var ExtensionsByLanguage = map[string][]string{ "Genshi": {".kid"}, "Gentoo Ebuild": {".ebuild"}, "Gentoo Eclass": {".eclass"}, - "Gerber Image": {".gbr", ".gbl", ".gbo", ".gbp", ".gbs", ".gko", ".gml", ".gpb", ".gpt", ".gtl", ".gto", ".gtp", ".gts", ".sol"}, + "Gerber Image": {".gbr", ".cmp", ".gbl", ".gbo", ".gbp", ".gbs", ".gko", ".gml", ".gpb", ".gpt", ".gtl", ".gto", ".gtp", ".gts", ".ncl", ".sol"}, "Gettext Catalog": {".po", ".pot"}, "Gherkin": {".feature", ".story"}, "Git Config": {".gitconfig"}, @@ -1371,7 +1381,7 @@ var ExtensionsByLanguage = map[string][]string{ "HCL": {".hcl", ".nomad", ".tf", ".tfvars", ".workflow"}, "HLSL": {".hlsl", ".cginc", ".fx", ".fxh", ".hlsli"}, "HTML": {".html", ".htm", ".html.hl", ".inc", ".st", ".xht", ".xhtml"}, - "HTML+Django": {".jinja", ".j2", ".jinja2", ".njk"}, + "HTML+Django": {".jinja", ".j2", ".jinja2"}, "HTML+ECR": {".ecr"}, "HTML+EEX": {".eex", ".html.leex"}, "HTML+ERB": {".erb", ".erb.deface", ".rhtml"}, @@ -1395,6 +1405,7 @@ var ExtensionsByLanguage = map[string][]string{ "IRC log": {".irclog", ".weechatlog"}, "Idris": {".idr", ".lidr"}, "Ignore List": {".gitignore"}, + "ImageJ Macro": {".ijm"}, "Inform 7": {".ni", ".i7x"}, "Inno Setup": {".iss", ".isl"}, "Io": {".io"}, @@ -1407,12 +1418,11 @@ var ExtensionsByLanguage = map[string][]string{ "JSON5": {".json5"}, "JSONLD": {".jsonld"}, "JSONiq": {".jq"}, - "JSX": {".jsx"}, "Jasmin": {".j"}, "Java": {".java"}, "Java Properties": {".properties"}, "Java Server Pages": {".jsp"}, - "JavaScript": {".js", "._js", ".bones", ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".jsb", ".jscad", ".jsfl", ".jsm", ".jss", ".mjs", ".njs", ".pac", ".sjs", ".ssjs", ".xsjs", ".xsjslib"}, + "JavaScript": {".js", "._js", ".bones", ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".jsb", ".jscad", ".jsfl", ".jsm", ".jss", ".jsx", ".mjs", ".njs", ".pac", ".sjs", ".ssjs", ".xsjs", ".xsjslib"}, "JavaScript+ERB": {".js.erb"}, "Jison": {".jison"}, "Jison Lex": {".jisonlex"}, @@ -1466,7 +1476,7 @@ var ExtensionsByLanguage = map[string][]string{ "Macaulay2": {".m2"}, "Makefile": {".mak", ".d", ".make", ".mk", ".mkfile"}, "Mako": {".mako", ".mao"}, - "Markdown": {".md", ".markdown", ".mdown", ".mdwn", ".mdx", ".mkd", ".mkdn", ".mkdown", ".ronn", ".workbook"}, + "Markdown": {".md", ".markdown", ".mdown", ".mdwn", ".mdx", ".mkd", ".mkdn", ".mkdown", ".ronn", ".scd", ".workbook"}, "Marko": {".marko"}, "Mask": {".mask"}, "Mathematica": {".mathematica", ".cdf", ".m", ".ma", ".mt", ".nb", ".nbp", ".wl", ".wlt"}, @@ -1508,6 +1518,7 @@ var ExtensionsByLanguage = map[string][]string{ "Nix": {".nix"}, "Nu": {".nu"}, "NumPy": {".numpy", ".numpyw", ".numsc"}, + "Nunjucks": {".njk"}, "OCaml": {".ml", ".eliom", ".eliomi", ".ml4", ".mli", ".mll", ".mly"}, "ObjDump": {".objdump"}, "Object Data Instance Notation": {".odin"}, @@ -1524,7 +1535,7 @@ var ExtensionsByLanguage = map[string][]string{ "OpenEdge ABL": {".p", ".cls", ".w"}, "OpenQASM": {".qasm"}, "OpenSCAD": {".scad"}, - "OpenStep Property List": {".plist"}, + "OpenStep Property List": {".plist", ".glyphs"}, "OpenType Feature File": {".fea"}, "Org": {".org"}, "Ox": {".ox", ".oxh", ".oxo"}, @@ -1587,7 +1598,7 @@ var ExtensionsByLanguage = map[string][]string{ "RUNOFF": {".rnh", ".rno"}, "Racket": {".rkt", ".rktd", ".rktl", ".scrbl"}, "Ragel": {".rl"}, - "Raku": {".6pl", ".6pm", ".nqp", ".p6", ".p6l", ".p6m", ".pl", ".pl6", ".pm", ".pm6", ".t"}, + "Raku": {".6pl", ".6pm", ".nqp", ".p6", ".p6l", ".p6m", ".pl", ".pl6", ".pm", ".pm6", ".raku", ".rakumod", ".t"}, "Rascal": {".rsc"}, "Raw token data": {".raw"}, "ReScript": {".res"}, @@ -1706,7 +1717,7 @@ var ExtensionsByLanguage = map[string][]string{ "X PixMap": {".xpm", ".pm"}, "X10": {".x10"}, "XC": {".xc"}, - "XML": {".xml", ".adml", ".admx", ".ant", ".axml", ".builds", ".ccproj", ".ccxml", ".clixml", ".cproject", ".cscfg", ".csdef", ".csl", ".csproj", ".ct", ".depproj", ".dita", ".ditamap", ".ditaval", ".dll.config", ".dotsettings", ".filters", ".fsproj", ".fxml", ".glade", ".gml", ".gmx", ".grxml", ".gst", ".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mxml", ".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props", ".ps1xml", ".psc1", ".pt", ".rdf", ".res", ".resx", ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".srdf", ".storyboard", ".sublime-snippet", ".targets", ".tml", ".ts", ".tsx", ".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate", ".vxml", ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro", ".xaml", ".xib", ".xlf", ".xliff", ".xmi", ".xml.dist", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"}, + "XML": {".xml", ".adml", ".admx", ".ant", ".axml", ".builds", ".ccproj", ".ccxml", ".clixml", ".cproject", ".cscfg", ".csdef", ".csl", ".csproj", ".ct", ".depproj", ".dita", ".ditamap", ".ditaval", ".dll.config", ".dotsettings", ".filters", ".fsproj", ".fxml", ".glade", ".gml", ".gmx", ".grxml", ".gst", ".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mxml", ".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props", ".ps1xml", ".psc1", ".pt", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".srdf", ".storyboard", ".sublime-snippet", ".targets", ".tml", ".ts", ".tsx", ".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate", ".vxml", ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro", ".xaml", ".xib", ".xlf", ".xliff", ".xmi", ".xml.dist", ".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/vendor/github.com/go-enry/go-enry/v2/data/filename.go b/vendor/github.com/go-enry/go-enry/v2/data/filename.go index 56d02173b..a1b2c0b27 100644 --- a/vendor/github.com/go-enry/go-enry/v2/data/filename.go +++ b/vendor/github.com/go-enry/go-enry/v2/data/filename.go @@ -1,278 +1,284 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a +// Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375 package data var LanguagesByFilename = map[string][]string{ - ".Rprofile": {"R"}, - ".XCompose": {"XCompose"}, - ".abbrev_defs": {"Emacs Lisp"}, - ".arcconfig": {"JSON"}, - ".atomignore": {"Ignore List"}, - ".babelignore": {"Ignore List"}, - ".babelrc": {"JSON with Comments"}, - ".bash_aliases": {"Shell"}, - ".bash_history": {"Shell"}, - ".bash_logout": {"Shell"}, - ".bash_profile": {"Shell"}, - ".bashrc": {"Shell"}, - ".bzrignore": {"Ignore List"}, - ".clang-format": {"YAML"}, - ".clang-tidy": {"YAML"}, - ".classpath": {"XML"}, - ".coffeelintignore": {"Ignore List"}, - ".cproject": {"XML"}, - ".cshrc": {"Shell"}, - ".curlrc": {"cURL Config"}, - ".cvsignore": {"Ignore List"}, - ".dir_colors": {"dircolors"}, - ".dircolors": {"dircolors"}, - ".dockerignore": {"Ignore List"}, - ".editorconfig": {"EditorConfig"}, - ".emacs": {"Emacs Lisp"}, - ".emacs.desktop": {"Emacs Lisp"}, - ".env": {"Shell"}, - ".env.example": {"Shell"}, - ".eslintignore": {"Ignore List"}, - ".eslintrc.json": {"JSON with Comments"}, - ".exrc": {"Vim script"}, - ".factor-boot-rc": {"Factor"}, - ".factor-rc": {"Factor"}, - ".flaskenv": {"Shell"}, - ".gclient": {"Python"}, - ".gemrc": {"YAML"}, - ".gitattributes": {"Git Attributes"}, - ".gitconfig": {"Git Config"}, - ".gitignore": {"Ignore List"}, - ".gitmodules": {"Git Config"}, - ".gn": {"GN"}, - ".gnus": {"Emacs Lisp"}, - ".gvimrc": {"Vim script"}, - ".htaccess": {"ApacheConf"}, - ".htmlhintrc": {"JSON"}, - ".inputrc": {"Readline Config"}, - ".irbrc": {"Ruby"}, - ".jscsrc": {"JSON with Comments"}, - ".jshintrc": {"JSON with Comments"}, - ".jslintrc": {"JSON with Comments"}, - ".login": {"Shell"}, - ".luacheckrc": {"Lua"}, - ".nanorc": {"nanorc"}, - ".nodemonignore": {"Ignore List"}, - ".npmignore": {"Ignore List"}, - ".npmrc": {"NPM Config"}, - ".nvimrc": {"Vim script"}, - ".php": {"PHP"}, - ".php_cs": {"PHP"}, - ".php_cs.dist": {"PHP"}, - ".prettierignore": {"Ignore List"}, - ".profile": {"Shell"}, - ".project": {"XML"}, - ".pryrc": {"Ruby"}, - ".simplecov": {"Ruby"}, - ".spacemacs": {"Emacs Lisp"}, - ".stylelintignore": {"Ignore List"}, - ".tern-config": {"JSON"}, - ".tern-project": {"JSON"}, - ".vimrc": {"Vim script"}, - ".viper": {"Emacs Lisp"}, - ".vscodeignore": {"Ignore List"}, - ".watchmanconfig": {"JSON"}, - ".wgetrc": {"Wget Config"}, - ".zlogin": {"Shell"}, - ".zlogout": {"Shell"}, - ".zprofile": {"Shell"}, - ".zshenv": {"Shell"}, - ".zshrc": {"Shell"}, - "9fs": {"Shell"}, - "APKBUILD": {"Alpine Abuild"}, - "App.config": {"XML"}, - "Appraisals": {"Ruby"}, - "BSDmakefile": {"Makefile"}, - "BUCK": {"Starlark"}, - "BUILD": {"Starlark"}, - "BUILD.bazel": {"Starlark"}, - "Berksfile": {"Ruby"}, - "Brewfile": {"Ruby"}, - "Buildfile": {"Ruby"}, - "CMakeLists.txt": {"CMake"}, - "COPYING": {"Text"}, - "COPYING.regex": {"Text"}, - "COPYRIGHT.regex": {"Text"}, - "Cakefile": {"CoffeeScript"}, - "Capfile": {"Ruby"}, - "Cargo.lock": {"TOML"}, - "Cask": {"Emacs Lisp"}, - "DEPS": {"Python"}, - "DIR_COLORS": {"dircolors"}, - "Dangerfile": {"Ruby"}, - "Deliverfile": {"Ruby"}, - "Dockerfile": {"Dockerfile"}, - "Emakefile": {"Erlang"}, - "FONTLOG": {"Text"}, - "Fakefile": {"Fancy"}, - "Fastfile": {"Ruby"}, - "GNUmakefile": {"Makefile"}, - "Gemfile": {"Ruby"}, - "Gemfile.lock": {"Ruby"}, - "Gopkg.lock": {"TOML"}, - "Guardfile": {"Ruby"}, - "INSTALL": {"Text"}, - "INSTALL.mysql": {"Text"}, - "Jakefile": {"JavaScript"}, - "Jarfile": {"Ruby"}, - "Jenkinsfile": {"Groovy"}, - "Kbuild": {"Makefile"}, - "LICENSE": {"Text"}, - "LICENSE.mysql": {"Text"}, - "Lexer.x": {"Lex"}, - "Makefile": {"Makefile"}, - "Makefile.PL": {"Perl"}, - "Makefile.am": {"Makefile"}, - "Makefile.boot": {"Makefile"}, - "Makefile.frag": {"Makefile"}, - "Makefile.in": {"Makefile"}, - "Makefile.inc": {"Makefile"}, - "Makefile.wat": {"Makefile"}, - "Mavenfile": {"Ruby"}, - "Modulefile": {"Puppet"}, - "NEWS": {"Text"}, - "Notebook": {"Jupyter Notebook"}, - "NuGet.config": {"XML"}, - "Nukefile": {"Nu"}, - "PKGBUILD": {"Shell"}, - "Phakefile": {"PHP"}, - "Podfile": {"Ruby"}, - "Project.ede": {"Emacs Lisp"}, - "Puppetfile": {"Ruby"}, - "README.1ST": {"Text"}, - "README.me": {"Text"}, - "README.mysql": {"Text"}, - "README.nss": {"Text"}, - "ROOT": {"Isabelle ROOT"}, - "Rakefile": {"Ruby"}, - "Rexfile": {"Perl"}, - "SConscript": {"Python"}, - "SConstruct": {"Python"}, - "Settings.StyleCop": {"XML"}, - "Slakefile": {"LiveScript"}, - "Snakefile": {"Python"}, - "Snapfile": {"Ruby"}, - "Thorfile": {"Ruby"}, - "Tiltfile": {"Starlark"}, - "Vagrantfile": {"Ruby"}, - "WORKSPACE": {"Starlark"}, - "Web.Debug.config": {"XML"}, - "Web.Release.config": {"XML"}, - "Web.config": {"XML"}, - "XCompose": {"XCompose"}, - "_curlrc": {"cURL Config"}, - "_dir_colors": {"dircolors"}, - "_dircolors": {"dircolors"}, - "_emacs": {"Emacs Lisp"}, - "_vimrc": {"Vim script"}, - "abbrev_defs": {"Emacs Lisp"}, - "ack": {"Perl"}, - "ant.xml": {"Ant Build System"}, - "apache2.conf": {"ApacheConf"}, - "bash_aliases": {"Shell"}, - "bash_logout": {"Shell"}, - "bash_profile": {"Shell"}, - "bashrc": {"Shell"}, - "build.xml": {"Ant Build System"}, - "buildfile": {"Ruby"}, - "buildozer.spec": {"INI"}, - "cabal.config": {"Cabal Config"}, - "cabal.project": {"Cabal Config"}, - "click.me": {"Text"}, - "composer.lock": {"JSON"}, - "configure.ac": {"M4Sugar"}, - "contents.lr": {"Markdown"}, - "cpanfile": {"Perl"}, - "cshrc": {"Shell"}, - "delete.me": {"Text"}, - "descrip.mmk": {"Module Management System"}, - "descrip.mms": {"Module Management System"}, - "devcontainer.json": {"JSON with Comments"}, - "dir_colors": {"dircolors"}, - "encodings.dir": {"X Font Directory Index"}, - "eqnrc": {"Roff"}, - "expr-dist": {"R"}, - "firestore.rules": {"Cloud Firestore Security Rules"}, - "fonts.alias": {"X Font Directory Index"}, - "fonts.dir": {"X Font Directory Index"}, - "fonts.scale": {"X Font Directory Index"}, - "fp-lib-table": {"KiCad Layout"}, - "gitignore-global": {"Ignore List"}, - "gitignore_global": {"Ignore List"}, - "glide.lock": {"YAML"}, - "go.mod": {"Text"}, - "go.sum": {"Text"}, - "gradlew": {"Shell"}, - "gvimrc": {"Vim script"}, - "haproxy.cfg": {"HAProxy"}, - "httpd.conf": {"ApacheConf"}, - "inputrc": {"Readline Config"}, - "installscript.qs": {"Qt Script"}, - "jsconfig.json": {"JSON with Comments"}, - "keep.me": {"Text"}, - "language-configuration.json": {"JSON with Comments"}, - "ld.script": {"Linker Script"}, - "lexer.x": {"Lex"}, - "login": {"Shell"}, - "m3makefile": {"Quake"}, - "m3overrides": {"Quake"}, - "makefile": {"Makefile"}, - "makefile.sco": {"Makefile"}, - "man": {"Shell"}, - "mcmod.info": {"JSON"}, - "meson.build": {"Meson"}, - "meson_options.txt": {"Meson"}, - "mix.lock": {"Elixir"}, - "mkfile": {"Makefile"}, - "mmn": {"Roff"}, - "mmt": {"Roff"}, - "nanorc": {"nanorc"}, - "nextflow.config": {"Nextflow"}, - "nginx.conf": {"Nginx"}, - "nim.cfg": {"Nim"}, - "nvimrc": {"Vim script"}, - "owh": {"Tcl"}, - "package.mask": {"Text"}, - "package.use.mask": {"Text"}, - "package.use.stable.mask": {"Text"}, - "packages.config": {"XML"}, - "poetry.lock": {"TOML"}, - "pom.xml": {"Maven POM"}, - "profile": {"Shell"}, - "read.me": {"Text"}, - "readme.1st": {"Text"}, - "rebar.config": {"Erlang"}, - "rebar.config.lock": {"Erlang"}, - "rebar.lock": {"Erlang"}, - "riemann.config": {"Clojure"}, - "ssh-config": {"SSH Config"}, - "ssh_config": {"SSH Config"}, - "sshconfig": {"SSH Config"}, - "sshconfig.snip": {"SSH Config"}, - "sshd-config": {"SSH Config"}, - "sshd_config": {"SSH Config"}, - "starfield": {"Tcl"}, - "test.me": {"Text"}, - "toolchain_installscript.qs": {"Qt Script"}, - "troffrc": {"Roff"}, - "troffrc-end": {"Roff"}, - "tsconfig.json": {"JSON with Comments"}, - "tslint.json": {"JSON with Comments"}, - "use.mask": {"Text"}, - "use.stable.mask": {"Text"}, - "vimrc": {"Vim script"}, - "wscript": {"Python"}, - "xcompose": {"XCompose"}, - "yarn.lock": {"YAML"}, - "zlogin": {"Shell"}, - "zlogout": {"Shell"}, - "zprofile": {"Shell"}, - "zshenv": {"Shell"}, - "zshrc": {"Shell"}, + ".Rprofile": {"R"}, + ".XCompose": {"XCompose"}, + ".abbrev_defs": {"Emacs Lisp"}, + ".arcconfig": {"JSON"}, + ".atomignore": {"Ignore List"}, + ".babelignore": {"Ignore List"}, + ".babelrc": {"JSON with Comments"}, + ".bash_aliases": {"Shell"}, + ".bash_history": {"Shell"}, + ".bash_logout": {"Shell"}, + ".bash_profile": {"Shell"}, + ".bashrc": {"Shell"}, + ".browserslistrc": {"Browserslist"}, + ".bzrignore": {"Ignore List"}, + ".clang-format": {"YAML"}, + ".clang-tidy": {"YAML"}, + ".classpath": {"XML"}, + ".coffeelintignore": {"Ignore List"}, + ".cproject": {"XML"}, + ".cshrc": {"Shell"}, + ".curlrc": {"cURL Config"}, + ".cvsignore": {"Ignore List"}, + ".dir_colors": {"dircolors"}, + ".dircolors": {"dircolors"}, + ".dockerignore": {"Ignore List"}, + ".editorconfig": {"EditorConfig"}, + ".eleventyignore": {"Ignore List"}, + ".emacs": {"Emacs Lisp"}, + ".emacs.desktop": {"Emacs Lisp"}, + ".env": {"Shell"}, + ".env.example": {"Shell"}, + ".eslintignore": {"Ignore List"}, + ".eslintrc.json": {"JSON with Comments"}, + ".exrc": {"Vim script"}, + ".factor-boot-rc": {"Factor"}, + ".factor-rc": {"Factor"}, + ".flaskenv": {"Shell"}, + ".gclient": {"Python"}, + ".gemrc": {"YAML"}, + ".gitattributes": {"Git Attributes"}, + ".gitconfig": {"Git Config"}, + ".gitignore": {"Ignore List"}, + ".gitmodules": {"Git Config"}, + ".gn": {"GN"}, + ".gnus": {"Emacs Lisp"}, + ".gvimrc": {"Vim script"}, + ".htaccess": {"ApacheConf"}, + ".htmlhintrc": {"JSON"}, + ".inputrc": {"Readline Config"}, + ".irbrc": {"Ruby"}, + ".jscsrc": {"JSON with Comments"}, + ".jshintrc": {"JSON with Comments"}, + ".jslintrc": {"JSON with Comments"}, + ".login": {"Shell"}, + ".luacheckrc": {"Lua"}, + ".nanorc": {"nanorc"}, + ".nodemonignore": {"Ignore List"}, + ".npmignore": {"Ignore List"}, + ".npmrc": {"NPM Config"}, + ".nvimrc": {"Vim script"}, + ".php": {"PHP"}, + ".php_cs": {"PHP"}, + ".php_cs.dist": {"PHP"}, + ".prettierignore": {"Ignore List"}, + ".profile": {"Shell"}, + ".project": {"XML"}, + ".pryrc": {"Ruby"}, + ".simplecov": {"Ruby"}, + ".spacemacs": {"Emacs Lisp"}, + ".stylelintignore": {"Ignore List"}, + ".tern-config": {"JSON"}, + ".tern-project": {"JSON"}, + ".vimrc": {"Vim script"}, + ".viper": {"Emacs Lisp"}, + ".vscodeignore": {"Ignore List"}, + ".watchmanconfig": {"JSON"}, + ".wgetrc": {"Wget Config"}, + ".zlogin": {"Shell"}, + ".zlogout": {"Shell"}, + ".zprofile": {"Shell"}, + ".zshenv": {"Shell"}, + ".zshrc": {"Shell"}, + "9fs": {"Shell"}, + "APKBUILD": {"Alpine Abuild"}, + "App.config": {"XML"}, + "Appraisals": {"Ruby"}, + "BSDmakefile": {"Makefile"}, + "BUCK": {"Starlark"}, + "BUILD": {"Starlark"}, + "BUILD.bazel": {"Starlark"}, + "Berksfile": {"Ruby"}, + "Brewfile": {"Ruby"}, + "Buildfile": {"Ruby"}, + "CMakeLists.txt": {"CMake"}, + "COPYING": {"Text"}, + "COPYING.regex": {"Text"}, + "COPYRIGHT.regex": {"Text"}, + "Cakefile": {"CoffeeScript"}, + "Capfile": {"Ruby"}, + "Cargo.lock": {"TOML"}, + "Cask": {"Emacs Lisp"}, + "DEPS": {"Python"}, + "DIR_COLORS": {"dircolors"}, + "Dangerfile": {"Ruby"}, + "Deliverfile": {"Ruby"}, + "Dockerfile": {"Dockerfile"}, + "Emakefile": {"Erlang"}, + "FONTLOG": {"Text"}, + "Fakefile": {"Fancy"}, + "Fastfile": {"Ruby"}, + "GNUmakefile": {"Makefile"}, + "Gemfile": {"Ruby"}, + "Gemfile.lock": {"Ruby"}, + "Gopkg.lock": {"TOML"}, + "Guardfile": {"Ruby"}, + "INSTALL": {"Text"}, + "INSTALL.mysql": {"Text"}, + "Jakefile": {"JavaScript"}, + "Jarfile": {"Ruby"}, + "Jenkinsfile": {"Groovy"}, + "Kbuild": {"Makefile"}, + "LICENSE": {"Text"}, + "LICENSE.mysql": {"Text"}, + "Lexer.x": {"Lex"}, + "Makefile": {"Makefile"}, + "Makefile.PL": {"Perl"}, + "Makefile.am": {"Makefile"}, + "Makefile.boot": {"Makefile"}, + "Makefile.frag": {"Makefile"}, + "Makefile.in": {"Makefile"}, + "Makefile.inc": {"Makefile"}, + "Makefile.wat": {"Makefile"}, + "Mavenfile": {"Ruby"}, + "Modulefile": {"Puppet"}, + "NEWS": {"Text"}, + "Notebook": {"Jupyter Notebook"}, + "NuGet.config": {"XML"}, + "Nukefile": {"Nu"}, + "PKGBUILD": {"Shell"}, + "Phakefile": {"PHP"}, + "Pipfile": {"TOML"}, + "Pipfile.lock": {"JSON"}, + "Podfile": {"Ruby"}, + "Project.ede": {"Emacs Lisp"}, + "Puppetfile": {"Ruby"}, + "README.1ST": {"Text"}, + "README.me": {"Text"}, + "README.mysql": {"Text"}, + "README.nss": {"Text"}, + "ROOT": {"Isabelle ROOT"}, + "Rakefile": {"Ruby"}, + "Rexfile": {"Perl"}, + "SConscript": {"Python"}, + "SConstruct": {"Python"}, + "Settings.StyleCop": {"XML"}, + "Slakefile": {"LiveScript"}, + "Snakefile": {"Python"}, + "Snapfile": {"Ruby"}, + "Thorfile": {"Ruby"}, + "Tiltfile": {"Starlark"}, + "Vagrantfile": {"Ruby"}, + "WORKSPACE": {"Starlark"}, + "Web.Debug.config": {"XML"}, + "Web.Release.config": {"XML"}, + "Web.config": {"XML"}, + "XCompose": {"XCompose"}, + "_curlrc": {"cURL Config"}, + "_dir_colors": {"dircolors"}, + "_dircolors": {"dircolors"}, + "_emacs": {"Emacs Lisp"}, + "_vimrc": {"Vim script"}, + "abbrev_defs": {"Emacs Lisp"}, + "ack": {"Perl"}, + "ant.xml": {"Ant Build System"}, + "apache2.conf": {"ApacheConf"}, + "bash_aliases": {"Shell"}, + "bash_logout": {"Shell"}, + "bash_profile": {"Shell"}, + "bashrc": {"Shell"}, + "browserslist": {"Browserslist"}, + "build.xml": {"Ant Build System"}, + "buildfile": {"Ruby"}, + "buildozer.spec": {"INI"}, + "cabal.config": {"Cabal Config"}, + "cabal.project": {"Cabal Config"}, + "click.me": {"Text"}, + "composer.lock": {"JSON"}, + "configure.ac": {"M4Sugar"}, + "contents.lr": {"Markdown"}, + "cpanfile": {"Perl"}, + "cshrc": {"Shell"}, + "delete.me": {"Text"}, + "descrip.mmk": {"Module Management System"}, + "descrip.mms": {"Module Management System"}, + "devcontainer.json": {"JSON with Comments"}, + "dir_colors": {"dircolors"}, + "encodings.dir": {"X Font Directory Index"}, + "eqnrc": {"Roff"}, + "expr-dist": {"R"}, + "firestore.rules": {"Cloud Firestore Security Rules"}, + "fonts.alias": {"X Font Directory Index"}, + "fonts.dir": {"X Font Directory Index"}, + "fonts.scale": {"X Font Directory Index"}, + "fp-lib-table": {"KiCad Layout"}, + "gitignore-global": {"Ignore List"}, + "gitignore_global": {"Ignore List"}, + "glide.lock": {"YAML"}, + "go.mod": {"Text"}, + "go.sum": {"Text"}, + "gradlew": {"Shell"}, + "gvimrc": {"Vim script"}, + "haproxy.cfg": {"HAProxy"}, + "httpd.conf": {"ApacheConf"}, + "inputrc": {"Readline Config"}, + "installscript.qs": {"Qt Script"}, + "jsconfig.json": {"JSON with Comments"}, + "keep.me": {"Text"}, + "language-configuration.json": {"JSON with Comments"}, + "language-subtag-registry.txt": {"Record Jar"}, + "ld.script": {"Linker Script"}, + "lexer.x": {"Lex"}, + "login": {"Shell"}, + "m3makefile": {"Quake"}, + "m3overrides": {"Quake"}, + "makefile": {"Makefile"}, + "makefile.sco": {"Makefile"}, + "man": {"Shell"}, + "mcmod.info": {"JSON"}, + "meson.build": {"Meson"}, + "meson_options.txt": {"Meson"}, + "mix.lock": {"Elixir"}, + "mkfile": {"Makefile"}, + "mmn": {"Roff"}, + "mmt": {"Roff"}, + "nanorc": {"nanorc"}, + "nextflow.config": {"Nextflow"}, + "nginx.conf": {"Nginx"}, + "nim.cfg": {"Nim"}, + "nvimrc": {"Vim script"}, + "owh": {"Tcl"}, + "package.mask": {"Text"}, + "package.use.mask": {"Text"}, + "package.use.stable.mask": {"Text"}, + "packages.config": {"XML"}, + "poetry.lock": {"TOML"}, + "pom.xml": {"Maven POM"}, + "profile": {"Shell"}, + "read.me": {"Text"}, + "readme.1st": {"Text"}, + "rebar.config": {"Erlang"}, + "rebar.config.lock": {"Erlang"}, + "rebar.lock": {"Erlang"}, + "riemann.config": {"Clojure"}, + "ssh-config": {"SSH Config"}, + "ssh_config": {"SSH Config"}, + "sshconfig": {"SSH Config"}, + "sshconfig.snip": {"SSH Config"}, + "sshd-config": {"SSH Config"}, + "sshd_config": {"SSH Config"}, + "starfield": {"Tcl"}, + "test.me": {"Text"}, + "toolchain_installscript.qs": {"Qt Script"}, + "troffrc": {"Roff"}, + "troffrc-end": {"Roff"}, + "tsconfig.json": {"JSON with Comments"}, + "tslint.json": {"JSON with Comments"}, + "use.mask": {"Text"}, + "use.stable.mask": {"Text"}, + "vimrc": {"Vim script"}, + "wscript": {"Python"}, + "xcompose": {"XCompose"}, + "yarn.lock": {"YAML"}, + "zlogin": {"Shell"}, + "zlogout": {"Shell"}, + "zprofile": {"Shell"}, + "zshenv": {"Shell"}, + "zshrc": {"Shell"}, } diff --git a/vendor/github.com/go-enry/go-enry/v2/data/frequencies.go b/vendor/github.com/go-enry/go-enry/v2/data/frequencies.go index 82193d025..e9631ff71 100644 --- a/vendor/github.com/go-enry/go-enry/v2/data/frequencies.go +++ b/vendor/github.com/go-enry/go-enry/v2/data/frequencies.go @@ -1,515 +1,521 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 223c00bb80eff04788e29010f98c5778993d2b2a +// Extracted from github/linguist commit: 6aed0bd564f55c4f2d987c2e6035eda7aea26375 package data var LanguagesLogProbabilities = map[string]float64{ - "1C Enterprise": -5.995623, - "4D": -6.401088, - "ABAP": -7.787382, - "ABNF": -7.787382, - "AGS Script": -6.401088, - "AL": -6.688770, - "AMPL": -7.094235, - "API Blueprint": -6.688770, - "APL": -6.688770, - "ASL": -7.094235, - "ASN.1": -7.787382, - "ASP.NET": -6.401088, - "ATS": -5.590157, - "ActionScript": -6.401088, - "Adobe Font Metrics": -6.688770, - "Agda": -7.787382, - "Alloy": -6.688770, - "Alpine Abuild": -7.787382, - "Altium Designer": -6.401088, - "AngelScript": -7.094235, - "Ant Build System": -7.787382, - "ApacheConf": -6.401088, - "Apex": -5.995623, - "Apollo Guidance Computer": -7.787382, - "AppleScript": -5.841472, - "AsciiDoc": -6.688770, - "AspectJ": -7.094235, - "Assembly": -5.590157, - "Asymptote": -7.094235, - "AutoHotkey": -7.787382, - "Avro IDL": -7.787382, - "Awk": -7.787382, - "Ballerina": -6.177944, - "BibTeX": -7.094235, - "BitBake": -7.094235, - "Blade": -7.094235, - "BlitzBasic": -6.688770, - "BlitzMax": -7.787382, - "Bluespec": -7.094235, - "Brainfuck": -6.177944, - "Brightscript": -7.787382, - "C": -3.744331, - "C#": -5.995623, - "C++": -3.875359, - "CLIPS": -7.094235, - "CMake": -5.841472, - "COBOL": -6.401088, - "CSON": -6.401088, - "CSS": -7.094235, - "CSV": -7.787382, - "CWeb": -7.787382, - "Cabal Config": -6.401088, - "CartoCSS": -7.787382, - "Ceylon": -7.787382, - "Chapel": -6.177944, - "Charity": -7.787382, - "Cirru": -5.148325, - "Clarion": -6.401088, - "Classic ASP": -7.094235, - "Clean": -5.590157, - "Click": -7.094235, - "Clojure": -5.590157, - "Closure Templates": -7.787382, - "Cloud Firestore Security Rules": -7.787382, - "CoNLL-U": -6.688770, - "CodeQL": -5.995623, - "CoffeeScript": -5.484797, - "ColdFusion": -7.787382, - "ColdFusion CFC": -7.094235, - "Common Lisp": -5.590157, - "Common Workflow Language": -7.787382, - "Component Pascal": -7.094235, - "Cool": -7.094235, - "Coq": -5.222433, - "Creole": -7.787382, - "Crystal": -6.688770, - "Csound": -6.688770, - "Csound Document": -6.688770, - "Csound Score": -6.688770, - "Cuda": -7.094235, - "Cycript": -7.787382, - "D": -5.590157, - "DIGITAL Command Language": -6.401088, - "DM": -7.787382, - "DNS Zone": -7.094235, - "DTrace": -6.688770, - "Dafny": -7.094235, - "Dart": -7.787382, - "DataWeave": -6.177944, - "Dhall": -7.094235, - "Diff": -7.787382, - "DirectX 3D File": -7.787382, - "Dockerfile": -7.787382, - "Dogescript": -7.787382, - "E": -5.841472, - "EBNF": -6.401088, - "ECL": -7.787382, - "ECLiPSe": -7.787382, - "EJS": -6.401088, - "EML": -7.787382, - "EQ": -6.688770, - "Eagle": -7.094235, - "Easybuild": -7.787382, - "EditorConfig": -7.787382, - "Edje Data Collection": -7.787382, - "Eiffel": -6.688770, - "Elixir": -7.787382, - "Elm": -6.688770, - "Emacs Lisp": -5.389487, - "EmberScript": -7.787382, - "Erlang": -5.148325, - "F#": -5.707940, - "FIGlet Font": -7.787382, - "FLUX": -6.401088, - "Fantom": -7.094235, - "Faust": -7.094235, - "Filebench WML": -7.787382, - "Filterscript": -7.094235, - "Formatted": -6.688770, - "Forth": -5.014793, - "Fortran": -6.177944, - "FreeMarker": -7.094235, - "Frege": -6.401088, - "Fstar": -7.094235, - "Futhark": -7.787382, - "G-code": -6.688770, - "GAML": -5.995623, - "GAMS": -7.787382, - "GAP": -5.590157, - "GCC Machine Description": -7.787382, - "GDB": -7.094235, - "GDScript": -6.401088, - "GEDCOM": -7.787382, - "GLSL": -5.014793, - "GN": -5.389487, - "Game Maker Language": -5.389487, - "Genie": -6.401088, - "Gerber Image": -4.954169, - "Gherkin": -7.094235, - "Git Attributes": -7.787382, - "Git Config": -6.688770, - "Glyph Bitmap Distribution Format": -7.787382, - "Gnuplot": -5.841472, - "Go": -6.401088, - "Golo": -4.491545, - "Gosu": -6.177944, - "Grace": -7.094235, - "Gradle": -7.094235, - "Grammatical Framework": -4.073810, - "Graph Modeling Language": -6.688770, - "GraphQL": -6.401088, - "Graphviz (DOT)": -7.094235, - "Groovy": -5.995623, - "Groovy Server Pages": -6.401088, - "HAProxy": -6.401088, - "HCL": -5.995623, - "HLSL": -6.177944, - "HTML": -5.841472, - "HTML+Django": -6.688770, - "HTML+ECR": -7.787382, - "HTML+EEX": -7.094235, - "HTML+ERB": -6.688770, - "HTML+Razor": -7.094235, - "HXML": -7.094235, - "Hack": -4.386185, - "Haml": -7.094235, - "Handlebars": -7.094235, - "Haskell": -6.177944, - "HiveQL": -7.094235, - "HolyC": -6.177944, - "Hy": -6.688770, - "HyPhy": -5.707940, - "IDL": -6.401088, - "IGOR Pro": -6.688770, - "INI": -5.707940, - "Idris": -7.787382, - "Ignore List": -5.014793, - "Inform 7": -7.094235, - "Inno Setup": -7.094235, - "Ioke": -7.787382, - "Isabelle": -7.787382, - "Isabelle ROOT": -7.787382, - "J": -7.094235, - "JFlex": -7.094235, - "JSON": -4.609328, - "JSON with Comments": -4.651888, - "JSON5": -7.094235, - "JSONLD": -7.787382, - "JSONiq": -7.094235, - "JSX": -7.787382, - "Jasmin": -5.707940, - "Java": -5.484797, - "Java Properties": -7.094235, - "JavaScript": -4.123820, - "JavaScript+ERB": -7.787382, - "Jison": -6.688770, - "Jison Lex": -7.094235, - "Jolie": -6.177944, - "Jsonnet": -7.787382, - "Julia": -7.094235, - "Jupyter Notebook": -7.787382, - "KRL": -7.787382, - "Kaitai Struct": -7.094235, - "KiCad Layout": -5.014793, - "KiCad Legacy Layout": -7.787382, - "KiCad Schematic": -5.995623, - "Kit": -7.787382, - "Kotlin": -7.787382, - "LFE": -6.401088, - "LOLCODE": -7.787382, - "LSL": -7.094235, - "LTspice Symbol": -7.787382, - "LabVIEW": -5.484797, - "Lark": -6.688770, - "Lasso": -6.688770, - "Latte": -7.094235, - "Lean": -7.094235, - "Less": -7.787382, - "Lex": -7.094235, - "Limbo": -6.688770, - "Linker Script": -6.401088, - "Linux Kernel Module": -6.688770, - "Liquid": -7.094235, - "Literate Agda": -7.787382, - "Literate CoffeeScript": -7.094235, - "LiveScript": -7.787382, - "Logos": -6.177944, - "Logtalk": -7.787382, - "LookML": -6.688770, - "LoomScript": -7.094235, - "Lua": -5.841472, - "M": -4.420086, - "M4": -7.787382, - "M4Sugar": -6.688770, - "MATLAB": -4.123820, - "MAXScript": -6.177944, - "MLIR": -6.401088, - "MQL4": -6.688770, - "MQL5": -6.688770, - "MTML": -7.787382, - "MUF": -7.094235, - "Macaulay2": -7.787382, - "Makefile": -5.302475, - "Markdown": -5.590157, - "Marko": -6.688770, - "Mask": -7.787382, - "Mathematica": -5.302475, - "Maven POM": -7.787382, - "Max": -6.688770, - "MediaWiki": -7.094235, - "Mercury": -5.484797, - "Meson": -7.094235, - "Metal": -7.787382, - "Microsoft Developer Studio Project": -7.787382, - "Modelica": -5.302475, - "Modula-2": -7.787382, - "Modula-3": -6.177944, - "Module Management System": -6.177944, - "Monkey": -6.177944, - "Moocode": -6.688770, - "MoonScript": -7.787382, - "Motorola 68K Assembly": -5.995623, - "Muse": -7.094235, - "Mustache": -6.401088, - "NASL": -5.484797, - "NCL": -5.014793, - "NEON": -7.094235, - "NL": -7.094235, - "NPM Config": -7.787382, - "NSIS": -7.094235, - "NWScript": -5.995623, - "Nearley": -7.787382, - "Nemerle": -7.787382, - "NetLinx": -7.094235, - "NetLinx+ERB": -7.094235, - "NetLogo": -7.787382, - "NewLisp": -6.688770, - "Nextflow": -6.401088, - "Nginx": -6.688770, - "Nim": -6.177944, - "Nit": -4.609328, - "Nix": -7.787382, - "Nu": -7.094235, - "OCaml": -5.484797, - "Object Data Instance Notation": -7.787382, - "ObjectScript": -7.787382, - "Objective-C": -4.696340, - "Objective-C++": -7.094235, - "Objective-J": -6.688770, - "Odin": -7.787382, - "Omgrofl": -7.787382, - "Opa": -7.094235, - "Opal": -7.787382, - "Open Policy Agent": -6.401088, - "OpenCL": -7.094235, - "OpenEdge ABL": -5.995623, - "OpenQASM": -7.787382, - "OpenRC runscript": -7.787382, - "OpenSCAD": -7.094235, - "OpenStep Property List": -7.787382, - "Org": -7.787382, - "Ox": -6.688770, - "Oxygene": -7.787382, - "Oz": -7.787382, - "P4": -7.094235, - "PHP": -4.842943, - "PLSQL": -5.707940, - "PLpgSQL": -5.841472, - "POV-Ray SDL": -5.302475, - "Pan": -4.897010, - "Papyrus": -6.688770, - "Parrot Assembly": -7.787382, - "Parrot Internal Representation": -7.787382, - "Pascal": -5.302475, - "Pawn": -5.995623, - "Pep8": -5.841472, - "Perl": -4.609328, - "Pic": -6.688770, - "Pickle": -6.401088, - "PicoLisp": -7.787382, - "PigLatin": -7.787382, - "Pike": -6.688770, - "PlantUML": -5.841472, - "Pod": -6.401088, - "Pod 6": -7.787382, - "PogoScript": -7.787382, - "Pony": -5.995623, - "PostCSS": -7.094235, - "PostScript": -6.688770, - "PowerBuilder": -5.995623, - "PowerShell": -6.401088, - "Prisma": -6.177944, - "Processing": -7.787382, - "Proguard": -6.688770, - "Prolog": -5.590157, - "Propeller Spin": -5.484797, - "Protocol Buffer": -7.787382, - "Public Key": -5.841472, - "Pug": -7.094235, - "Puppet": -6.177944, - "PureBasic": -7.094235, - "PureScript": -6.401088, - "Python": -4.651888, - "Q#": -7.094235, - "QML": -7.787382, - "QMake": -6.401088, - "Qt Script": -7.094235, - "Quake": -7.094235, - "R": -5.707940, - "RAML": -7.787382, - "RDoc": -7.787382, - "REXX": -6.401088, - "RMarkdown": -7.787382, - "RPC": -6.688770, - "RPM Spec": -6.688770, - "RUNOFF": -6.401088, - "Racket": -7.094235, - "Ragel": -6.688770, - "Raku": -4.696340, - "Rascal": -6.401088, - "ReScript": -7.787382, - "Readline Config": -7.787382, - "Reason": -5.995623, - "Rebol": -5.995623, - "Red": -7.094235, - "Regular Expression": -6.401088, - "Ren'Py": -7.787382, - "RenderScript": -7.094235, - "Rich Text Format": -7.094235, - "Ring": -6.401088, - "Riot": -7.094235, - "RobotFramework": -6.688770, - "Roff": -4.954169, - "Roff Manpage": -5.302475, - "Ruby": -4.261022, - "Rust": -6.688770, - "SAS": -6.688770, - "SCSS": -7.787382, - "SMT": -6.401088, - "SPARQL": -7.094235, - "SQF": -7.094235, - "SQL": -5.148325, - "SQLPL": -5.995623, - "SRecode Template": -7.787382, - "SSH Config": -5.995623, - "STON": -5.841472, - "SWIG": -6.688770, - "Sage": -7.787382, - "SaltStack": -5.995623, - "Sass": -7.787382, - "Scala": -5.841472, - "Scaml": -7.787382, - "Scheme": -6.401088, - "Scilab": -6.688770, - "ShaderLab": -6.688770, - "Shell": -3.895562, - "ShellSession": -6.688770, - "Shen": -6.688770, - "Sieve": -5.389487, - "Slash": -7.787382, - "Slice": -6.688770, - "Slim": -7.787382, - "SmPL": -7.787382, - "Smali": -5.841472, - "Smalltalk": -5.484797, - "SourcePawn": -7.094235, - "Squirrel": -7.787382, - "Stan": -6.688770, - "Standard ML": -6.177944, - "Starlark": -5.995623, - "Stata": -5.841472, - "Stylus": -7.787382, - "SubRip Text": -7.787382, - "SugarSS": -7.787382, - "SuperCollider": -6.177944, - "Svelte": -7.787382, - "Swift": -4.026182, - "SystemVerilog": -6.401088, - "TI Program": -6.401088, - "TLA": -7.094235, - "TOML": -6.688770, - "TSQL": -6.401088, - "TSV": -7.787382, - "TSX": -6.401088, - "TXL": -7.787382, - "Tcl": -6.401088, - "Tcsh": -7.787382, - "TeX": -5.841472, - "Tea": -7.787382, - "Terra": -6.688770, - "Texinfo": -7.787382, - "Text": -4.491545, - "Thrift": -7.787382, - "Turing": -6.401088, - "Turtle": -7.094235, - "Type Language": -7.094235, - "TypeScript": -6.688770, - "Unity3D Asset": -5.995623, - "Unix Assembly": -6.401088, - "Uno": -6.688770, - "UnrealScript": -7.094235, - "UrWeb": -7.094235, - "V": -5.590157, - "VBA": -6.401088, - "VBScript": -7.787382, - "VCL": -7.094235, - "VHDL": -7.787382, - "Verilog": -5.148325, - "Vim Help File": -7.787382, - "Vim Snippet": -7.094235, - "Vim script": -5.707940, - "Visual Basic .NET": -6.688770, - "Volt": -7.787382, - "Vue": -7.094235, - "Wavefront Material": -6.401088, - "Wavefront Object": -6.177944, - "Web Ontology Language": -7.787382, - "WebAssembly": -5.995623, - "WebIDL": -7.094235, - "WebVTT": -7.094235, - "Wget Config": -7.787382, - "Windows Registry Entries": -7.787382, - "Wollok": -7.094235, - "World of Warcraft Addon Data": -6.688770, - "X BitMap": -7.787382, - "X Font Directory Index": -6.401088, - "X PixMap": -7.094235, - "X10": -4.897010, - "XC": -7.787382, - "XCompose": -7.787382, - "XML": -3.597727, - "XML Property List": -5.841472, - "XPages": -7.094235, - "XProc": -7.787382, - "XQuery": -7.787382, - "XS": -7.787382, - "XSLT": -7.787382, - "Xojo": -5.995623, - "Xtend": -7.094235, - "YAML": -5.302475, - "YANG": -7.787382, - "YARA": -6.688770, - "YASnippet": -7.094235, - "Yacc": -7.787382, - "ZAP": -7.787382, - "ZIL": -7.787382, - "Zeek": -6.688770, - "ZenScript": -7.787382, - "Zephir": -7.094235, - "Zig": -6.688770, - "Zimpl": -7.787382, - "cURL Config": -7.787382, - "desktop": -7.787382, - "dircolors": -7.787382, - "eC": -7.787382, - "edn": -7.787382, - "fish": -6.688770, - "mIRC Script": -6.401088, - "mcfunction": -7.787382, - "nanorc": -6.688770, - "q": -7.094235, - "reStructuredText": -7.787382, - "sed": -7.787382, - "wdl": -6.688770, - "wisp": -7.787382, - "xBase": -6.688770, + "1C Enterprise": -6.005943, + "4D": -6.411408, + "ABAP": -7.797702, + "ABAP CDS": -7.104555, + "ABNF": -7.797702, + "AGS Script": -6.411408, + "AL": -6.699090, + "AMPL": -7.104555, + "API Blueprint": -6.699090, + "APL": -6.699090, + "ASL": -7.104555, + "ASN.1": -7.797702, + "ASP.NET": -6.411408, + "ATS": -5.600477, + "ActionScript": -6.411408, + "Adobe Font Metrics": -6.699090, + "Agda": -7.797702, + "Alloy": -6.699090, + "Alpine Abuild": -7.797702, + "Altium Designer": -6.411408, + "AngelScript": -7.104555, + "Ant Build System": -7.797702, + "ApacheConf": -6.411408, + "Apex": -6.005943, + "Apollo Guidance Computer": -7.797702, + "AppleScript": -5.851792, + "AsciiDoc": -6.699090, + "AspectJ": -7.104555, + "Assembly": -5.600477, + "Asymptote": -7.104555, + "AutoHotkey": -7.797702, + "Avro IDL": -7.797702, + "Awk": -7.797702, + "Ballerina": -6.188264, + "Beef": -6.699090, + "BibTeX": -7.104555, + "BitBake": -7.104555, + "Blade": -7.104555, + "BlitzBasic": -6.699090, + "BlitzMax": -7.797702, + "Bluespec": -7.104555, + "Boogie": -6.699090, + "Brainfuck": -6.188264, + "Brightscript": -7.797702, + "Browserslist": -7.104555, + "C": -3.754651, + "C#": -6.005943, + "C++": -3.885679, + "CLIPS": -7.104555, + "CMake": -5.851792, + "COBOL": -6.411408, + "CSON": -6.411408, + "CSS": -7.104555, + "CSV": -7.797702, + "CWeb": -7.104555, + "Cabal Config": -6.411408, + "CartoCSS": -7.797702, + "Ceylon": -7.797702, + "Chapel": -6.188264, + "Charity": -7.797702, + "Cirru": -5.158645, + "Clarion": -6.411408, + "Classic ASP": -7.104555, + "Clean": -5.600477, + "Click": -7.104555, + "Clojure": -5.600477, + "Closure Templates": -7.797702, + "Cloud Firestore Security Rules": -7.797702, + "CoNLL-U": -6.699090, + "CodeQL": -6.005943, + "CoffeeScript": -5.495117, + "ColdFusion": -7.797702, + "ColdFusion CFC": -7.104555, + "Common Lisp": -5.600477, + "Common Workflow Language": -7.797702, + "Component Pascal": -7.104555, + "Cool": -7.104555, + "Coq": -5.232753, + "Creole": -7.797702, + "Crystal": -6.699090, + "Csound": -6.699090, + "Csound Document": -6.699090, + "Csound Score": -6.699090, + "Cuda": -7.104555, + "Cycript": -7.797702, + "D": -5.600477, + "DIGITAL Command Language": -6.411408, + "DM": -7.797702, + "DNS Zone": -7.104555, + "DTrace": -6.699090, + "Dafny": -7.104555, + "Dart": -7.797702, + "DataWeave": -6.188264, + "Dhall": -7.104555, + "Diff": -7.797702, + "DirectX 3D File": -7.797702, + "Dockerfile": -7.797702, + "Dogescript": -7.797702, + "E": -5.851792, + "EBNF": -6.411408, + "ECL": -7.797702, + "ECLiPSe": -7.797702, + "EJS": -6.411408, + "EML": -7.797702, + "EQ": -6.699090, + "Eagle": -7.104555, + "Easybuild": -7.797702, + "EditorConfig": -7.797702, + "Edje Data Collection": -7.797702, + "Eiffel": -6.699090, + "Elixir": -7.797702, + "Elm": -6.699090, + "Emacs Lisp": -5.399807, + "EmberScript": -7.797702, + "Erlang": -5.158645, + "F#": -5.718260, + "FIGlet Font": -7.797702, + "FLUX": -6.411408, + "Fantom": -7.104555, + "Faust": -7.104555, + "Filebench WML": -7.797702, + "Filterscript": -7.104555, + "Formatted": -6.699090, + "Forth": -5.025113, + "Fortran": -6.188264, + "FreeMarker": -7.104555, + "Frege": -6.411408, + "Fstar": -7.104555, + "Futhark": -7.797702, + "G-code": -6.699090, + "GAML": -6.005943, + "GAMS": -7.797702, + "GAP": -5.600477, + "GCC Machine Description": -7.797702, + "GDB": -7.104555, + "GDScript": -6.411408, + "GEDCOM": -7.797702, + "GLSL": -5.025113, + "GN": -5.399807, + "Game Maker Language": -5.399807, + "Genie": -6.411408, + "Gerber Image": -4.907330, + "Gherkin": -7.104555, + "Git Attributes": -7.797702, + "Git Config": -6.699090, + "Glyph Bitmap Distribution Format": -7.797702, + "Gnuplot": -5.851792, + "Go": -6.411408, + "Golo": -4.501865, + "Gosu": -6.188264, + "Grace": -7.104555, + "Gradle": -7.104555, + "Grammatical Framework": -4.084130, + "Graph Modeling Language": -6.699090, + "GraphQL": -6.411408, + "Graphviz (DOT)": -7.104555, + "Groovy": -6.005943, + "Groovy Server Pages": -6.411408, + "HAProxy": -6.411408, + "HCL": -6.005943, + "HLSL": -6.188264, + "HTML": -5.851792, + "HTML+Django": -7.104555, + "HTML+ECR": -7.797702, + "HTML+EEX": -7.104555, + "HTML+ERB": -6.699090, + "HTML+Razor": -7.104555, + "HXML": -7.104555, + "Hack": -4.396505, + "Haml": -7.104555, + "Handlebars": -7.104555, + "Haskell": -6.188264, + "HiveQL": -7.104555, + "HolyC": -6.188264, + "Hy": -6.699090, + "HyPhy": -5.718260, + "IDL": -6.411408, + "IGOR Pro": -6.699090, + "INI": -5.718260, + "Idris": -7.797702, + "Ignore List": -4.964489, + "ImageJ Macro": -7.104555, + "Inform 7": -7.104555, + "Inno Setup": -7.104555, + "Ioke": -7.797702, + "Isabelle": -7.797702, + "Isabelle ROOT": -7.797702, + "J": -7.104555, + "JFlex": -7.104555, + "JSON": -4.578826, + "JSON with Comments": -4.662208, + "JSON5": -7.104555, + "JSONLD": -7.797702, + "JSONiq": -7.104555, + "Jasmin": -5.718260, + "Java": -5.495117, + "Java Properties": -7.104555, + "JavaScript": -4.108823, + "JavaScript+ERB": -7.797702, + "Jison": -6.699090, + "Jison Lex": -7.104555, + "Jolie": -6.188264, + "Jsonnet": -7.797702, + "Julia": -7.104555, + "Jupyter Notebook": -7.797702, + "KRL": -7.797702, + "Kaitai Struct": -7.104555, + "KiCad Layout": -5.025113, + "KiCad Legacy Layout": -7.797702, + "KiCad Schematic": -6.005943, + "Kit": -7.797702, + "Kotlin": -7.797702, + "LFE": -6.411408, + "LOLCODE": -7.797702, + "LSL": -7.104555, + "LTspice Symbol": -7.797702, + "LabVIEW": -5.495117, + "Lark": -6.699090, + "Lasso": -6.699090, + "Latte": -7.104555, + "Lean": -7.104555, + "Less": -7.797702, + "Lex": -7.104555, + "Limbo": -6.699090, + "Linker Script": -6.411408, + "Linux Kernel Module": -6.699090, + "Liquid": -7.104555, + "Literate Agda": -7.797702, + "Literate CoffeeScript": -7.104555, + "LiveScript": -7.797702, + "Logos": -6.188264, + "Logtalk": -7.797702, + "LookML": -6.699090, + "LoomScript": -7.104555, + "Lua": -5.851792, + "M": -4.430406, + "M4": -6.411408, + "M4Sugar": -6.699090, + "MATLAB": -4.134140, + "MAXScript": -6.188264, + "MLIR": -6.411408, + "MQL4": -6.699090, + "MQL5": -6.699090, + "MTML": -7.797702, + "MUF": -7.104555, + "Macaulay2": -7.797702, + "Makefile": -5.312795, + "Markdown": -5.495117, + "Marko": -6.699090, + "Mask": -7.797702, + "Mathematica": -5.312795, + "Maven POM": -7.797702, + "Max": -6.699090, + "MediaWiki": -7.104555, + "Mercury": -5.495117, + "Meson": -7.104555, + "Metal": -7.797702, + "Microsoft Developer Studio Project": -7.797702, + "Modelica": -5.312795, + "Modula-2": -7.797702, + "Modula-3": -6.188264, + "Module Management System": -6.188264, + "Monkey": -6.188264, + "Moocode": -6.699090, + "MoonScript": -7.797702, + "Motorola 68K Assembly": -6.005943, + "Muse": -7.104555, + "Mustache": -6.411408, + "NASL": -5.495117, + "NCL": -5.025113, + "NEON": -7.104555, + "NL": -7.104555, + "NPM Config": -7.797702, + "NSIS": -7.104555, + "NWScript": -6.005943, + "Nearley": -7.797702, + "Nemerle": -7.797702, + "NetLinx": -7.104555, + "NetLinx+ERB": -7.104555, + "NetLogo": -7.797702, + "NewLisp": -6.699090, + "Nextflow": -6.411408, + "Nginx": -6.699090, + "Nim": -6.188264, + "Nit": -4.619648, + "Nix": -7.797702, + "Nu": -7.104555, + "Nunjucks": -7.797702, + "OCaml": -5.495117, + "Object Data Instance Notation": -7.797702, + "ObjectScript": -7.797702, + "Objective-C": -4.706660, + "Objective-C++": -7.104555, + "Objective-J": -6.699090, + "Odin": -7.797702, + "Omgrofl": -7.797702, + "Opa": -7.104555, + "Opal": -7.797702, + "Open Policy Agent": -6.411408, + "OpenCL": -7.104555, + "OpenEdge ABL": -6.005943, + "OpenQASM": -7.797702, + "OpenRC runscript": -7.797702, + "OpenSCAD": -7.104555, + "OpenStep Property List": -7.104555, + "Org": -7.797702, + "Ox": -6.699090, + "Oxygene": -7.797702, + "Oz": -7.797702, + "P4": -7.104555, + "PHP": -4.853263, + "PLSQL": -5.718260, + "PLpgSQL": -5.851792, + "POV-Ray SDL": -5.312795, + "Pan": -4.907330, + "Papyrus": -6.699090, + "Parrot Assembly": -7.797702, + "Parrot Internal Representation": -7.797702, + "Pascal": -5.312795, + "Pawn": -6.005943, + "Pep8": -5.851792, + "Perl": -4.619648, + "Pic": -6.699090, + "Pickle": -6.411408, + "PicoLisp": -7.797702, + "PigLatin": -7.797702, + "Pike": -6.699090, + "PlantUML": -5.851792, + "Pod": -6.411408, + "Pod 6": -7.797702, + "PogoScript": -7.797702, + "Pony": -6.005943, + "PostCSS": -7.104555, + "PostScript": -6.699090, + "PowerBuilder": -6.005943, + "PowerShell": -6.411408, + "Prisma": -6.188264, + "Processing": -7.797702, + "Proguard": -6.699090, + "Prolog": -5.600477, + "Propeller Spin": -5.495117, + "Protocol Buffer": -7.797702, + "Public Key": -5.851792, + "Pug": -7.104555, + "Puppet": -6.188264, + "PureBasic": -7.104555, + "PureScript": -6.411408, + "Python": -4.662208, + "Q#": -7.104555, + "QML": -7.797702, + "QMake": -6.411408, + "Qt Script": -7.104555, + "Quake": -7.104555, + "R": -5.718260, + "RAML": -7.797702, + "RDoc": -7.797702, + "REXX": -6.411408, + "RMarkdown": -7.797702, + "RPC": -6.699090, + "RPM Spec": -6.699090, + "RUNOFF": -6.411408, + "Racket": -7.104555, + "Ragel": -6.699090, + "Raku": -4.619648, + "Rascal": -6.411408, + "ReScript": -7.797702, + "Readline Config": -7.797702, + "Reason": -6.005943, + "Rebol": -6.005943, + "Record Jar": -7.797702, + "Red": -7.104555, + "Regular Expression": -6.411408, + "Ren'Py": -7.797702, + "RenderScript": -7.104555, + "Rich Text Format": -7.104555, + "Ring": -6.411408, + "Riot": -7.104555, + "RobotFramework": -6.699090, + "Roff": -4.964489, + "Roff Manpage": -5.312795, + "Ruby": -4.271342, + "Rust": -6.699090, + "SAS": -6.699090, + "SCSS": -7.797702, + "SMT": -6.411408, + "SPARQL": -7.104555, + "SQF": -7.104555, + "SQL": -5.158645, + "SQLPL": -6.005943, + "SRecode Template": -7.797702, + "SSH Config": -6.005943, + "STON": -5.851792, + "SWIG": -6.699090, + "Sage": -7.797702, + "SaltStack": -6.005943, + "Sass": -7.797702, + "Scala": -5.851792, + "Scaml": -7.797702, + "Scheme": -6.411408, + "Scilab": -6.699090, + "ShaderLab": -6.699090, + "Shell": -3.905882, + "ShellSession": -6.699090, + "Shen": -6.699090, + "Sieve": -5.399807, + "Slash": -7.797702, + "Slice": -6.699090, + "Slim": -7.797702, + "SmPL": -7.797702, + "Smali": -5.851792, + "Smalltalk": -5.495117, + "SourcePawn": -7.104555, + "Squirrel": -7.797702, + "Stan": -6.699090, + "Standard ML": -6.188264, + "Starlark": -6.005943, + "Stata": -5.851792, + "Stylus": -7.797702, + "SubRip Text": -7.797702, + "SugarSS": -7.797702, + "SuperCollider": -6.188264, + "Svelte": -7.797702, + "Swift": -4.036502, + "SystemVerilog": -6.411408, + "TI Program": -6.411408, + "TLA": -7.104555, + "TOML": -6.411408, + "TSQL": -6.411408, + "TSV": -7.797702, + "TSX": -6.411408, + "TXL": -7.797702, + "Tcl": -6.411408, + "Tcsh": -7.797702, + "TeX": -5.851792, + "Tea": -7.797702, + "Terra": -6.699090, + "Texinfo": -7.797702, + "Text": -4.539605, + "Thrift": -7.797702, + "Turing": -6.411408, + "Turtle": -7.104555, + "Type Language": -7.104555, + "TypeScript": -6.699090, + "Unity3D Asset": -6.005943, + "Unix Assembly": -6.411408, + "Uno": -6.699090, + "UnrealScript": -7.104555, + "UrWeb": -7.104555, + "V": -5.600477, + "VBA": -6.411408, + "VBScript": -7.797702, + "VCL": -7.104555, + "VHDL": -7.797702, + "Verilog": -5.158645, + "Vim Help File": -7.797702, + "Vim Snippet": -7.104555, + "Vim script": -5.718260, + "Visual Basic .NET": -6.699090, + "Volt": -7.797702, + "Vue": -7.104555, + "Wavefront Material": -6.411408, + "Wavefront Object": -6.188264, + "Web Ontology Language": -7.797702, + "WebAssembly": -6.005943, + "WebIDL": -7.104555, + "WebVTT": -7.104555, + "Wget Config": -7.797702, + "Windows Registry Entries": -7.797702, + "Wollok": -7.104555, + "World of Warcraft Addon Data": -6.699090, + "X BitMap": -7.797702, + "X Font Directory Index": -6.411408, + "X PixMap": -7.104555, + "X10": -4.907330, + "XC": -7.797702, + "XCompose": -7.797702, + "XML": -3.593009, + "XML Property List": -5.851792, + "XPages": -7.104555, + "XProc": -7.797702, + "XQuery": -7.797702, + "XS": -7.797702, + "XSLT": -7.797702, + "Xojo": -6.005943, + "Xtend": -7.104555, + "YAML": -5.312795, + "YANG": -7.797702, + "YARA": -6.699090, + "YASnippet": -7.104555, + "Yacc": -7.797702, + "ZAP": -7.797702, + "ZIL": -7.797702, + "Zeek": -6.699090, + "ZenScript": -7.797702, + "Zephir": -7.104555, + "Zig": -6.699090, + "Zimpl": -7.797702, + "cURL Config": -7.797702, + "desktop": -7.797702, + "dircolors": -7.797702, + "eC": -7.797702, + "edn": -7.797702, + "fish": -6.699090, + "mIRC Script": -6.411408, + "mcfunction": -7.797702, + "nanorc": -6.699090, + "q": -7.104555, + "reStructuredText": -7.797702, + "sed": -7.797702, + "wdl": -6.699090, + "wisp": -7.797702, + "xBase": -6.699090, } var TokensLogProbabilities = map[string]map[string]float64{ @@ -922,6 +928,70 @@ var TokensLogProbabilities = map[string]map[string]float64{ "values": -6.442540, "|": -5.189777, }, + "ABAP CDS": map[string]float64{ + "#CHECK": -4.204693, + "*": -4.897840, + ",": -2.332890, + ":": -2.189790, + "=": -4.204693, + "@AbapCatalog.compiler.compareFilter": -4.204693, + "@AbapCatalog.preserveKey": -4.897840, + "@AbapCatalog.sqlViewName": -4.204693, + "@AccessControl.authorizationCheck": -4.204693, + "@EndUserText.label": -4.204693, + "MonsterNumber": -4.204693, + "Name": -4.897840, + "Owner": -4.897840, + "OwnerName": -4.897840, + "PetNumber": -4.897840, + "Species": -4.897840, + "Type": -4.897840, + "Zcds_Monsters_Association": -4.897840, + "Zcds_Monsters_Parameters": -4.897840, + "[": -4.897840, + "]": -4.897840, + "_Pet": -4.204693, + "_Pet.owner": -4.204693, + "_Pet.pet_name": -4.897840, + "_Pet.pet_number": -4.897840, + "_Pet.pet_species": -4.897840, + "_Pet.pet_type": -4.897840, + "and": -4.204693, + "as": -2.064626, + "association": -4.897840, + "between": -4.897840, + "color": -4.897840, + "define": -4.204693, + "from": -4.204693, + "key": -3.799228, + "monster": -4.204693, + "monster.color": -4.204693, + "monster.monster_number": -3.799228, + "monster.name": -4.204693, + "monster.sanity_percentage": -4.897840, + "monster.strength": -4.897840, + "name": -4.897840, + "on": -4.897840, + "p_color": -4.204693, + "p_sanity_high": -4.204693, + "p_sanity_low": -4.204693, + "parameters": -4.897840, + "sanity": -4.897840, + "sanity_percentage": -4.897840, + "select": -4.204693, + "strength": -4.897840, + "to": -4.897840, + "true": -3.799228, + "view": -4.204693, + "where": -4.897840, + "with": -4.897840, + "zde_monster_color": -4.897840, + "zde_monster_sanity": -4.204693, + "ztmonster_header": -4.204693, + "ztmonster_pets": -4.897840, + "{": -4.204693, + "}": -4.204693, + }, "ABNF": map[string]float64{ "%": -3.171745, "'": -7.142037, @@ -9003,6 +9073,742 @@ var TokensLogProbabilities = map[string]map[string]float64{ "{": -3.667826, "}": -3.667826, }, + "Beef": map[string]float64{ + "!": -4.962477, + "#pragma": -8.600063, + "#unwarn": -8.600063, + "$": -6.654153, + "&": -8.600063, + "&&": -5.892012, + "(": -2.137033, + ")": -2.137033, + "*": -6.808303, + "*keyPtr": -8.600063, + "*perfInfoPtr": -7.906915, + "+": -4.989145, + ",": -3.458399, + "-": -5.134327, + ".": -6.654153, + "..Append": -8.600063, + ".Add": -8.600063, + ".Clear": -6.990625, + ".Count": -8.600063, + ".CreateChildItem": -8.600063, + ".EndOfStream": -8.600063, + ".Err": -7.501450, + ".Escape": -8.600063, + ".GetChildAtIndex": -8.600063, + ".GetChildCount": -8.600063, + ".IgnoreError": -7.906915, + ".Next": -8.600063, + ".Ok": -8.600063, + ".SelectItemExclusively": -7.213768, + ".ToUpper": -8.600063, + ".mProfilePanel": -8.600063, + ".mProfilePanel.ItemClicked": -8.600063, + "/": -7.501450, + "//": -6.990625, + "//Debug.WriteLine": -8.600063, + "//StringWriter": -8.600063, + "//bool": -8.600063, + "//g.DrawBox": -8.600063, + "//int": -8.600063, + "//isRecording": -8.600063, + "//mFile": -7.906915, + "//mSeed": -8.600063, + "//public": -8.600063, + "//result.mName": -8.600063, + "//var": -8.600063, + ":": -6.035113, + ";": -2.121553, + "<": -5.464568, + "": -7.906915, + "": -7.906915, + "": -7.906915, + "": -7.906915, + "": -6.808303, + "": -7.213768, + "": -8.600063, + "": -6.990625, + "": -6.202167, + "": -8.600063, + "=": -2.765252, + ">": -5.604330, + "@": -7.906915, + "@typeDef.Index": -8.600063, + "@value.Value": -8.600063, + "AddStaticMenu": -7.906915, + "AddWidget": -7.906915, + "BPPerfEntry": -7.906915, + "BPSelection": -7.906915, + "BPStateContext": -8.600063, + "BPUtils.DrawWait": -8.600063, + "BeefPerf": -8.600063, + "Beefy": -8.600063, + "Beefy.events": -8.600063, + "Beefy.gfx": -8.600063, + "Beefy.theme.dark": -8.600063, + "Beefy.utils": -8.600063, + "Beefy.widgets": -8.600063, + "BpSession": -8.600063, + "BumpAllocator": -7.906915, + "ChangeSort": -8.600063, + "CheckSorting": -7.501450, + "Clear": -8.600063, + "CmdLoop": -8.600063, + "Config": -7.501450, + "Console.WriteLine": -7.213768, + "CreateListViewItem": -8.600063, + "CreatePrimitives": -8.600063, + "CreateTypePool": -7.906915, + "CreateWordGroup": -8.600063, + "DarkButton": -8.600063, + "DarkCheckBox": -7.906915, + "DarkListView.SortType": -8.600063, + "DarkTheme.ImageIdx.Bkg": -8.600063, + "DarkTheme.sDarkTheme.CreateMenuWidget": -7.501450, + "DarkTheme.sDarkTheme.GetImage": -8.600063, + "DarkTheme.sDarkTheme.mSmallFont": -8.600063, + "DarkVirtualListView": -8.600063, + "DarkVirtualListViewItem": -6.654153, + "Debug.Assert": -7.501450, + "DeleteAndNullify": -7.501450, + "DeleteContainerAndItems": -6.402838, + "Dictionary": -8.600063, + "Directory.CreateDirectory": -8.600063, + "Directory.GetCurrentDirectory": -8.600063, + "Draw": -8.600063, + "DrawAll": -7.906915, + "Encoding.UTF": -8.600063, + "EntryCompare": -7.906915, + "Environment.GetExecutableFilePath": -8.600063, + "FieldDef": -7.501450, + "File.WriteAllText": -8.600063, + "FileStream": -7.213768, + "FinishSorting": -7.501450, + "GenerateBlock": -8.600063, + "GenerateMainBlock": -8.600063, + "GenerateType": -8.600063, + "GenerateUseBlock": -8.600063, + "GetComplexity": -6.990625, + "GetData": -8.600063, + "GetFullName": -7.906915, + "GetName": -8.600063, + "GetPerfInfo": -8.600063, + "GetRandomPooledTypeDef": -8.600063, + "GetRandomTypeDef": -7.906915, + "GetRoot": -8.600063, + "GetRootName": -8.600063, + "GetSummaryString": -7.906915, + "Graphics": -7.501450, + "HandleConfig": -8.600063, + "HashSet": -7.213768, + "ItemClicked": -8.600063, + "KeyCode": -8.600063, + "KeyDown": -8.600063, + "List": -5.304226, + "ListViewItem": -8.600063, + "LocalDef": -8.600063, + "Main": -7.906915, + "Math.Max": -7.213768, + "Math.Pow": -8.600063, + "Menu": -6.654153, + "MenuWidget": -7.501450, + "MethodDef": -7.906915, + "MouseDown": -7.906915, + "MouseEvent": -8.600063, + "NamespaceDef": -6.808303, + "Object": -7.501450, + "Path.GetDirectoryPath": -8.600063, + "PerfInfo": -7.501450, + "PerfInfo*": -6.990625, + "PerfInfo**": -8.600063, + "PerfView": -7.906915, + "PerfView.HiliteZone": -8.600063, + "PopulateType": -8.600063, + "PopulateVirtualItem": -8.600063, + "ProcessStartInfo": -7.906915, + "ProfileContext": -7.501450, + "ProfileListView": -6.990625, + "ProfileListViewItem": -6.990625, + "ProfilePanel": -7.906915, + "Program": -7.213768, + "Program.sRand.Next": -8.600063, + "RandoCode": -8.600063, + "Random": -7.501450, + "ReferenceType": -8.600063, + "RefreshData": -7.906915, + "RefreshList": -7.906915, + "RemoveFocus": -7.906915, + "Resize": -8.600063, + "Runtime.FatalError": -7.501450, + "Selected": -8.600063, + "Show": -8.600063, + "SortList": -7.906915, + "SpawnedProcess": -7.213768, + "StreamLoop": -7.906915, + "StreamReader": -7.213768, + "StreamWriter": -8.600063, + "String": -4.365956, + "String*": -8.600063, + "String.Compare": -8.600063, + "StringWriter": -7.501450, + "StructuredData": -7.906915, + "Swap": -8.600063, + "System": -7.213768, + "System.Collections": -7.501450, + "System.Diagnostics": -7.501450, + "System.IO": -7.906915, + "System.Interop": -8.600063, + "System.Text": -8.600063, + "System.Threading": -7.501450, + "System.Threading.Tasks": -8.600063, + "Thread.Sleep": -8.600063, + "ThreadPool.QueueUserWorkItem": -8.600063, + "TypeDef": -5.655624, + "Update": -8.600063, + "UpdateProfileCtx": -8.600063, + "ValueClicked": -8.600063, + "WaitEvent": -7.906915, + "Widget": -8.600063, + "WordGroup": -6.520621, + "WriteLine": -6.115156, + "WriteProgress": -8.600063, + "[": -5.044715, + "]": -5.044715, + "_": -5.016544, + "args": -7.501450, + "args.Count": -8.600063, + "base.ChangeSort": -8.600063, + "base.Draw": -8.600063, + "base.DrawAll": -7.906915, + "base.KeyDown": -8.600063, + "base.MouseDown": -8.600063, + "base.PopulateVirtualItem": -8.600063, + "base.Resize": -8.600063, + "base.Selected": -8.600063, + "base.Update": -8.600063, + "bool": -5.555540, + "break": -7.213768, + "btn": -6.654153, + "btnCount": -6.990625, + "c": -8.600063, + "c.IsLetter": -8.600063, + "case": -6.808303, + "char": -7.906915, + "checkListViewItem": -8.600063, + "checkListViewItem.IconImage": -8.600063, + "checkTypeDef": -7.501450, + "checkTypeDef.mIsUnspecializedGeneric": -8.600063, + "checkTypeDef.mName.CompareTo": -8.600063, + "childIdx": -7.213768, + "class": -6.035113, + "className": -7.501450, + "clickedItem": -7.501450, + "clickedItem.GetSubItem": -7.906915, + "clickedItem.mParentItem": -8.600063, + "client": -7.501450, + "client.ElapsedTicksToStr": -7.906915, + "client.TicksToStr": -7.906915, + "client.mCurTick": -7.906915, + "client.mThreads": -8.600063, + "complexity": -7.906915, + "configPath": -7.906915, + "continue": -6.990625, + "cwd": -7.906915, + "dbgStr": -8.600063, + "default": -8.600063, + "delete": -5.198865, + "directory": -7.906915, + "directory.Append": -8.600063, + "disable": -8.600063, + "else": -5.709691, + "endTick": -7.501450, + "entry": -7.906915, + "entry.mChildTicks": -8.600063, + "entry.mCount.ToString": -8.600063, + "entry.mName": -8.600063, + "entry.mName.Length": -8.600063, + "entry.mParamsReadPos": -7.906915, + "entry.mTicks": -7.906915, + "entry.mZoneNameId": -6.990625, + "entryStr": -6.654153, + "entryStr.Clear": -7.906915, + "entryStr.Length": -7.501450, + "evt": -7.906915, + "exePath": -7.501450, + "exportStr": -7.501450, + "exportStr.IndexOf": -8.600063, + "exportStr.Length": -8.600063, + "exportStr.Substring": -7.906915, + "false": -5.892012, + "fieldCount": -7.501450, + "fieldDef": -7.906915, + "fieldDef.mIsStatic": -7.501450, + "fieldDef.mName": -8.600063, + "fieldDef.mTypeDef.mName": -8.600063, + "fieldIdx": -7.213768, + "file": -7.213768, + "file.Close": -8.600063, + "file.Create": -8.600063, + "file.EndOfStream": -8.600063, + "file.Open": -8.600063, + "file.ReadLine": -8.600063, + "filePath": -7.501450, + "filePath.AppendF": -8.600063, + "fileStream": -7.501450, + "find": -8.600063, + "find.mEntryEdit.SetText": -8.600063, + "find.mEventsCheckbox.Checked": -8.600063, + "find.mFormatCheckbox.Checked": -8.600063, + "find.mNeedsRestartSearch": -8.600063, + "find.mTimeFromEdit.mEditWidget.SetText": -8.600063, + "find.mTimeToEdit.mEditWidget.SetText": -8.600063, + "find.mTrackEdit.mEditWidget.SetText": -8.600063, + "find.mZonesCheckbox.Checked": -8.600063, + "firstUpper": -7.906915, + "float": -4.862393, + "for": -5.509020, + "foundEntry": -8.600063, + "fullPath": -7.501450, + "fullPath.Append": -8.600063, + "fwdIdx": -6.990625, + "g": -6.654153, + "g.DrawString": -8.600063, + "g.FillRect": -8.600063, + "g.PushColor": -8.600063, + "g.SetFont": -8.600063, + "gApp.SetClipboardText": -8.600063, + "gApp.mFindPanel": -8.600063, + "gApp.mIsUpdateBatchStart": -7.906915, + "gApp.mTimePerFrame": -8.600063, + "gen": -8.600063, + "genericCount": -7.906915, + "genericIdx": -6.990625, + "genericType": -7.213768, + "genericType.mGenericParamIdx": -8.600063, + "genericType.mName": -7.501450, + "genericType.mName.Append": -8.600063, + "heapStr": -6.990625, + "height": -7.501450, + "i": -6.115156, + "idx": -7.906915, + "if": -4.145715, + "in": -6.402838, + "int": -4.472928, + "isFirst": -8.600063, + "isFirstDrawn": -8.600063, + "isManualSelection": -8.600063, + "isOnlyLetters": -7.501450, + "isOpen": -7.501450, + "isRecording": -8.600063, + "isRepeat": -7.906915, + "item": -6.990625, + "item.mVirtualIdx": -7.906915, + "keyCode": -7.501450, + "keyPtr": -7.906915, + "let": -8.600063, + "lhs": -8.600063, + "lhs.mChildTicks": -8.600063, + "lhs.mCount": -8.600063, + "lhs.mName": -8.600063, + "lhs.mTicks": -7.501450, + "line": -6.808303, + "line.Length": -8.600063, + "line.RawChars": -8.600063, + "line.StartsWith": -8.600063, + "line.Substring": -8.600063, + "list": -7.906915, + "listNum": -7.501450, + "listViewItem": -6.990625, + "listViewItem.CreateSubItem": -7.501450, + "listViewItem.Label": -8.600063, + "listViewItem.mVirtualCount": -8.600063, + "listViewItem.mVirtualHeadItem": -8.600063, + "listViewItem.mVirtualIdx": -8.600063, + "ltPos": -7.501450, + "mActiveLastCurTick": -6.654153, + "mAdjList": -8.600063, + "mAdjList.GetName": -8.600063, + "mAdvList": -8.600063, + "mAdvList.GetName": -8.600063, + "mAlloc": -7.213768, + "mAssignMemberPct": -8.600063, + "mBaseDir": -7.906915, + "mChildTicks": -7.906915, + "mChildren": -8.600063, + "mComplexity": -7.906915, + "mConfig": -8.600063, + "mConfig.mAssignMemberPct": -8.600063, + "mConfig.mCreateGenericTypePct": -7.906915, + "mConfig.mCreateLocalPct": -8.600063, + "mConfig.mFieldCountPower": -7.906915, + "mConfig.mFieldCountScalar": -7.906915, + "mConfig.mFieldStaticPct": -7.906915, + "mConfig.mMethodCodeComplexityPower": -8.600063, + "mConfig.mMethodCountScalar": -8.600063, + "mConfig.mMethodLengthScalar": -8.600063, + "mConfig.mNewSpacespaceChance": -7.906915, + "mConfig.mParamCountPower": -8.600063, + "mConfig.mParamCountScalar": -8.600063, + "mConfig.mPrimitiveTypeChance": -7.906915, + "mConfig.mRootNamespaceChance": -7.906915, + "mConfig.mSpecializedTypePower": -8.600063, + "mConfig.mStructPct": -7.906915, + "mConfig.mTypeComplexityPower": -7.906915, + "mConfig.mTypeCount": -8.600063, + "mConfig.mTypeDefPoolOffset": -7.906915, + "mConfig.mTypeDefPoolPower": -7.906915, + "mConfig.mTypeDefPoolScalar": -7.906915, + "mConfig.mUnspecializedTypeScalar": -8.600063, + "mConfig.mVoidReturnPct": -8.600063, + "mCount": -8.600063, + "mCreateGenericTypePct": -8.600063, + "mCreateLocalPct": -8.600063, + "mCurMethodDef": -7.906915, + "mCurTypeDef": -6.990625, + "mCurTypeDef.mName": -8.600063, + "mCurTypeDef.mTypeDefPool": -8.600063, + "mCurTypeDef.mTypeDefPool.Count": -8.600063, + "mDone": -8.600063, + "mFieldCountPower": -8.600063, + "mFieldCountScalar": -8.600063, + "mFieldStaticPct": -8.600063, + "mFields": -8.600063, + "mFormatCheckbox": -7.501450, + "mFormatCheckbox.Checked": -7.906915, + "mFormatCheckbox.Label": -8.600063, + "mFormatCheckbox.Resize": -8.600063, + "mFormatCheckbox.mOnMouseClick.Add": -8.600063, + "mFormatStrings": -7.906915, + "mGenericParamIdx": -8.600063, + "mGenericParams": -8.600063, + "mGetButton": -8.600063, + "mHasSelectionEndChanged": -8.600063, + "mHeight": -7.501450, + "mIndentCount": -6.654153, + "mIsCompat": -7.906915, + "mIsPrimitive": -8.600063, + "mIsSpecializedGeneric": -8.600063, + "mIsStatic": -7.906915, + "mIsStruct": -8.600063, + "mIsUnspecializedGeneric": -8.600063, + "mLineCount": -7.906915, + "mListView": -6.990625, + "mListView.AddColumn": -7.213768, + "mListView.AddStaticMenu": -8.600063, + "mListView.GetRoot": -6.202167, + "mListView.InitScrollbars": -8.600063, + "mListView.PopulateVirtualItem": -8.600063, + "mListView.ResizeClamped": -8.600063, + "mListView.SetFocus": -7.906915, + "mListView.mOnLostFocus.Add": -8.600063, + "mListView.mProfilePanel": -8.600063, + "mListView.mSortType.mColumn": -7.213768, + "mListView.mSortType.mReverse": -7.906915, + "mLocals": -8.600063, + "mMethodCodeComplexityPower": -8.600063, + "mMethodCountScalar": -8.600063, + "mMethodLengthScalar": -8.600063, + "mMethods": -8.600063, + "mName": -6.202167, + "mName.IndexOf": -8.600063, + "mNamespace": -7.906915, + "mNamespace.GetFullName": -8.600063, + "mNamespaces": -7.501450, + "mNamespaces.Add": -8.600063, + "mNamespaces.Count": -7.213768, + "mNewSpacespaceChance": -8.600063, + "mNounList": -8.600063, + "mNounList.GetName": -8.600063, + "mOtherTypes": -8.600063, + "mOtherTypes.Add": -8.600063, + "mParamCount": -8.600063, + "mParamCountPower": -8.600063, + "mParamCountScalar": -8.600063, + "mParamsReadPos": -8.600063, + "mParent": -7.906915, + "mParent.GetFullName": -8.600063, + "mPerfDict": -8.600063, + "mPerfDict.TryAdd": -8.600063, + "mPerfInfo": -8.600063, + "mPerfView": -6.654153, + "mPerfView.mProfileHiliteZone": -8.600063, + "mPerfView.mSession": -7.501450, + "mPrimitiveTypeChance": -8.600063, + "mPrimitives": -7.906915, + "mPrimitives.Add": -8.600063, + "mPrimitives.Count": -8.600063, + "mProfileCtx": -6.654153, + "mProfileCtx.mDone": -7.213768, + "mProfileCtx.mFormatStrings": -8.600063, + "mProfileCtx.mHasSelectionEndChanged": -8.600063, + "mProfileCtx.mPerfDict.Keys": -8.600063, + "mProfileCtx.mResults": -7.501450, + "mProfileCtx.mResults.Add": -8.600063, + "mProfileCtx.mResults.Count": -6.990625, + "mProfileCtx.mSession": -8.600063, + "mProfileCtx.mSession.ElapsedTicksToStr": -8.600063, + "mProfileCtx.mSortingResults": -7.906915, + "mProfileCtx.mSortingResults.Clear": -8.600063, + "mProfileCtx.mSortingResults.Count": -8.600063, + "mProfileCtx.mSortingResults.GrowUnitialized": -8.600063, + "mProfileCtx.mSortingResults.Sort": -8.600063, + "mProfilePanel": -8.600063, + "mProfilePanel.RefreshList": -8.600063, + "mProfilePanel.RemoveFocus": -8.600063, + "mProfilePanel.mPerfView.mSession": -8.600063, + "mProfilePanel.mProfileCtx": -8.600063, + "mProfilePanel.mProfileCtx.mDone": -8.600063, + "mProfilePanel.mProfileCtx.mResults": -7.906915, + "mProfilePanel.mProfileCtx.mSession.ElapsedTicksToStr": -7.501450, + "mProfilePanel.mSelection.mTickEnd": -8.600063, + "mProfilePanel.mSelection.mTickStart": -8.600063, + "mProfilePanel.mSorting": -8.600063, + "mQueuedText": -7.906915, + "mQueuedText.Clear": -8.600063, + "mResults": -8.600063, + "mReturnType": -8.600063, + "mRootNamespaceChance": -8.600063, + "mSearchState.mFoundEntries": -8.600063, + "mSeed": -6.990625, + "mSelection": -7.906915, + "mSelection.mDepth": -7.906915, + "mSelection.mDepth.ToString": -8.600063, + "mSelection.mThreadIdx": -8.600063, + "mSelection.mTickEnd": -7.501450, + "mSelection.mTickStart": -7.906915, + "mSelectionDirty": -6.808303, + "mSession": -8.600063, + "mSession.mZoneNames": -8.600063, + "mSortDoneHandle": -8.600063, + "mSortDoneHandle.Reset": -7.906915, + "mSortDoneHandle.Set": -8.600063, + "mSortDoneHandle.WaitFor": -7.906915, + "mSortType": -8.600063, + "mSorting": -6.654153, + "mSortingResults": -8.600063, + "mSpecializedTypePower": -8.600063, + "mStackCount": -8.600063, + "mStartIndentCount": -7.906915, + "mStatementCount": -8.600063, + "mStreamDataIdx": -8.600063, + "mStructPct": -7.906915, + "mTempDynStr": -7.501450, + "mTempStr": -6.990625, + "mTempStr.Clear": -8.600063, + "mTickStart": -8.600063, + "mTicks": -8.600063, + "mTypeComplexityPower": -8.600063, + "mTypeCount": -8.600063, + "mTypeDef": -7.906915, + "mTypeDefPool": -8.600063, + "mTypeDefPoolOffset": -8.600063, + "mTypeDefPoolPower": -8.600063, + "mTypeDefPoolScalar": -8.600063, + "mUnformattedName": -8.600063, + "mUnspecializedTypeScalar": -8.600063, + "mUseCount": -8.600063, + "mUsedNames": -8.600063, + "mUsedNames.Add": -8.600063, + "mUsedNames.Contains": -8.600063, + "mUserTypes": -7.906915, + "mUserTypes.Add": -8.600063, + "mUserTypes.Count": -7.213768, + "mUsingNamespaces": -8.600063, + "mVerbList": -8.600063, + "mVerbose": -7.501450, + "mVirtualIdx": -8.600063, + "mVoidReturnPct": -8.600063, + "mVoidType": -7.906915, + "mVoidType.mIsPrimitive": -8.600063, + "mVoidType.mName": -8.600063, + "mWidth": -7.501450, + "mWords": -7.213768, + "mWroteLine": -8.600063, + "mZoneNameId": -7.906915, + "menu": -6.402838, + "menu.AddItem": -7.213768, + "menuItem": -7.501450, + "menuItem.mOnMenuItemSelected.Add": -7.906915, + "menuWidget": -7.501450, + "menuWidget.Init": -7.501450, + "methodDef": -7.906915, + "methodDef.mIsStatic": -8.600063, + "methodDef.mLocals": -8.600063, + "methodDef.mName": -7.501450, + "methodDef.mParamCount": -8.600063, + "methodDef.mReturnType.mName": -8.600063, + "methodIdx": -7.213768, + "name": -7.501450, + "nameLen": -7.501450, + "namePart": -7.213768, + "namePartIdx": -7.213768, + "namespace": -7.501450, + "namespaceDef": -8.600063, + "namespaceDef.GetFullName": -8.600063, + "namespaceName": -7.501450, + "namespaceStr": -8.600063, + "namespaceStr.IsEmpty": -7.906915, + "new": -4.489189, + "newNamespace": -7.213768, + "newNamespace.mName": -7.906915, + "newNamespace.mParent": -8.600063, + "null": -5.655624, + "out": -7.906915, + "outName": -7.501450, + "outName.Append": -8.600063, + "outStr": -6.654153, + "outStr.Append": -6.035113, + "override": -6.115156, + "paramDef": -8.600063, + "paramDef.mName": -8.600063, + "paramDef.mTypeDef.mName": -8.600063, + "paramIdx": -6.990625, + "paramsSize": -6.990625, + "parentNamepace": -7.906915, + "parentNamepace.mChildren.Add": -8.600063, + "parts": -7.213768, + "pass": -7.501450, + "perfInfo": -6.520621, + "perfInfo.mChildTicks": -7.906915, + "perfInfo.mCount": -8.600063, + "perfInfo.mName": -6.990625, + "perfInfo.mTicks": -7.906915, + "perfInfo.mUnformattedName": -7.906915, + "perfInfo.mZoneNameId": -7.906915, + "perfInfoPtr": -7.906915, + "perfView": -7.501450, + "pg": -7.906915, + "pg.HandleConfig": -8.600063, + "pg.Run": -8.600063, + "poolIdx": -7.501450, + "poolSize": -7.213768, + "poolTypeDef": -7.501450, + "poolTypeDef.mUseCount": -8.600063, + "power": -7.906915, + "process": -7.906915, + "process.AttachStandardOutput": -8.600063, + "process.ExitCode": -7.906915, + "process.Start": -7.906915, + "process.WaitFor": -8.600063, + "profilePanel": -8.600063, + "profilePanel.mPerfView.mProfileHiliteZone": -7.906915, + "profilePanel.mProfileCtx.mResults": -8.600063, + "protected": -8.600063, + "public": -3.936624, + "ref": -5.464568, + "result": -6.202167, + "result.mUnformattedName": -8.600063, + "result.mZoneNameId": -8.600063, + "resultStr": -7.906915, + "resultStr.Split": -8.600063, + "return": -5.709691, + "rhs": -8.600063, + "rhs.mChildTicks": -8.600063, + "rhs.mCount": -8.600063, + "rhs.mName": -8.600063, + "rhs.mTicks": -7.501450, + "sNames": -7.906915, + "sRand": -7.906915, + "sRand.Next": -6.990625, + "sRand.NextDouble": -6.520621, + "scope": -4.989145, + "sd": -8.600063, + "sd.Get": -5.464568, + "sd.Load": -8.600063, + "selectedIdx": -7.213768, + "selectedItem": -8.600063, + "selection": -7.906915, + "session": -7.906915, + "set": -8.600063, + "sortType": -7.501450, + "specializedTypes": -8.600063, + "stackDepth": -7.906915, + "startInfo": -7.213768, + "startInfo.CreateNoWindow": -7.906915, + "startInfo.RedirectStandardOutput": -7.906915, + "startInfo.SetArguments": -7.213768, + "startInfo.SetFileName": -7.906915, + "startInfo.UseShellExecute": -8.600063, + "stateCtx": -8.600063, + "stateCtx.FormatStr": -8.600063, + "stateCtx.mReadStart": -8.600063, + "static": -7.213768, + "stopwatch.ElapsedMilliseconds": -8.600063, + "str": -5.103555, + "str.Append": -5.044715, + "str.Clear": -7.213768, + "str.Contains": -7.906915, + "str.Insert": -7.906915, + "str.Reference": -8.600063, + "streamData.mSplitTick": -7.906915, + "streamReader": -8.600063, + "streamReader.ReadToEnd": -8.600063, + "streamWrite": -8.600063, + "streamWrite.Write": -8.600063, + "streamWrite.WriteLine": -8.600063, + "struct": -7.906915, + "subItem": -7.501450, + "subItem.mLabel": -6.990625, + "subItem.mLabel.AppendF": -8.600063, + "switch": -8.600063, + "theEvent": -8.600063, + "theEvent.mBtn": -7.906915, + "theEvent.mBtnCount": -8.600063, + "theEvent.mSender": -8.600063, + "theEvent.mX": -8.600063, + "theEvent.mY": -8.600063, + "this": -6.654153, + "thread": -8.600063, + "thread.GetName": -8.600063, + "ticks": -8.600063, + "true": -5.381187, + "tryCount": -6.808303, + "typeComplexity": -7.501450, + "typeDef": -6.297478, + "typeDef.GetRootName": -8.600063, + "typeDef.mComplexity": -8.600063, + "typeDef.mFields": -8.600063, + "typeDef.mGenericParams": -8.600063, + "typeDef.mGenericParams.Add": -8.600063, + "typeDef.mIsPrimitive": -8.600063, + "typeDef.mIsStruct": -7.213768, + "typeDef.mIsUnspecializedGeneric": -7.906915, + "typeDef.mMethods": -8.600063, + "typeDef.mMethods.Count": -8.600063, + "typeDef.mName": -7.501450, + "typeDef.mName.Append": -7.213768, + "typeDef.mNamespace": -7.906915, + "typeDef.mTypeDefPool.Add": -7.906915, + "typeDef.mUsingNamespaces": -8.600063, + "typeName": -7.906915, + "typeNames": -7.213768, + "typeStr": -7.906915, + "typeStr.Append": -7.501450, + "unformattedStr": -6.990625, + "unspecializedTypes": -8.600063, + "using": -5.381187, + "value": -7.501450, + "var": -5.044715, + "void": -5.103555, + "waitMS": -7.906915, + "wantPrimitive": -7.906915, + "warning": -8.600063, + "while": -8.600063, + "width": -7.501450, + "wordGroup": -7.906915, + "wordGroup.mWords": -7.501450, + "x": -6.402838, + "y": -6.402838, + "zoneName": -8.600063, + "zoneName.mName": -8.600063, + "zoneName.mParamsSize": -8.600063, + "{": -3.623329, + "||": -7.213768, + "}": -3.576182, + "~": -4.989145, + }, "BibTeX": map[string]float64{ "$": -4.744932, "%": -4.744932, @@ -9765,6 +10571,119 @@ var TokensLogProbabilities = map[string]map[string]float64{ "||": -5.357372, "}": -7.149132, }, + "Boogie": map[string]float64{ + "!": -5.802118, + "&&": -4.192680, + "(": -2.968905, + ")": -2.988708, + "*": -6.900731, + "+": -5.028928, + ",": -3.832678, + "-": -6.495266, + ":": -2.182232, + ";": -2.773596, + "<": -3.359771, + "=": -2.544022, + ">": -4.760665, + "AtomicAllocateLow": -7.593878, + "AtomicGetTicket": -7.593878, + "AtomicGetTicketAbstract": -7.593878, + "AtomicInit": -7.593878, + "AtomicInitAbstract": -7.593878, + "AtomicLeave": -7.593878, + "AtomicWaitAndEnter": -7.593878, + "BubbleSort": -7.593878, + "ComputeFactorial": -7.593878, + "Enter": -6.900731, + "Factorial": -5.291293, + "Factorial_Aux": -6.495266, + "GetTicket": -6.900731, + "GetTicketAbstract": -6.900731, + "INNER": -6.900731, + "Init": -6.900731, + "InitAbstract": -6.900731, + "Inv": -5.647968, + "Leave": -6.900731, + "MapConst": -6.495266, + "N": -4.598146, + "RightClosed": -6.495266, + "RightOpen": -5.802118, + "T": -4.885828, + "TOP": -6.900731, + "WaitAndEnter": -6.900731, + "X": -4.458384, + "Yield": -5.802118, + "YieldSpec": -6.900731, + "[": -3.483004, + "]": -3.483004, + "a": -4.502835, + "assert": -5.396653, + "assume": -6.900731, + "atomic": -5.802118, + "axiom": -5.802118, + "bool": -4.954821, + "break": -7.593878, + "call": -5.647968, + "const": -6.900731, + "cs": -5.108971, + "else": -7.593878, + "ensures": -5.647968, + "forall": -4.703506, + "function": -5.802118, + "goto": -6.900731, + "i": -3.483004, + "if": -5.984440, + "inline": -6.900731, + "int": -3.662052, + "invariant": -4.954821, + "j": -4.821289, + "k": -5.108971, + "layer": -4.298041, + "linear": -4.649439, + "linear_in": -6.900731, + "lock": -6.900731, + "m": -4.885828, + "main": -7.593878, + "modifies": -5.647968, + "n": -4.038530, + "nil": -5.647968, + "old": -6.495266, + "p": -4.649439, + "par": -6.495266, + "perm": -4.502835, + "procedure": -4.598146, + "r": -5.028928, + "refines": -5.802118, + "requires": -5.802118, + "return": -7.593878, + "returns": -5.647968, + "right": -7.593878, + "s": -4.703506, + "t": -5.195983, + "then": -7.593878, + "ticket": -5.984440, + "tickets": -5.984440, + "tid": -4.458384, + "tmp": -5.984440, + "true": -5.647968, + "type": -7.593878, + "u": -5.396653, + "v": -6.207583, + "var": -5.291293, + "while": -6.207583, + "x": -5.802118, + "xl": -6.900731, + "xls": -4.954821, + "y": -5.802118, + "yield_ensures": -7.593878, + "yield_invariant": -6.495266, + "yield_loop": -6.900731, + "yield_preserves": -6.900731, + "yields": -5.396653, + "{": -2.949487, + "|": -6.900731, + "}": -2.949487, + }, "Brainfuck": map[string]float64{ "(": -6.886021, ")": -6.886021, @@ -10201,6 +11120,41 @@ var TokensLogProbabilities = map[string]map[string]float64{ "your": -6.529419, "}": -6.529419, }, + "Browserslist": map[string]float64{ + ",": -3.637586, + "-": -2.944439, + ".": -3.637586, + "<": -3.637586, + "=": -3.637586, + ">": -2.538974, + "@company/browserslist": -3.637586, + "Chrome": -3.637586, + "ESR": -3.637586, + "Edge": -2.944439, + "Firefox": -3.637586, + "IE": -2.944439, + "OperaMini": -3.637586, + "Safari": -3.637586, + "TP": -3.637586, + "[": -3.637586, + "]": -3.637586, + "all": -3.637586, + "and": -3.637586, + "config": -3.637586, + "dead": -3.637586, + "defaults": -3.637586, + "es": -3.637586, + "extend": -3.637586, + "ie": -3.637586, + "maintained": -3.637586, + "module": -3.637586, + "node": -3.637586, + "not": -3.637586, + "or": -3.637586, + "production": -3.637586, + "supports": -3.637586, + "versions": -3.637586, + }, "C": map[string]float64{ "!": -5.402089, "#": -10.903347, @@ -20021,247 +20975,973 @@ var TokensLogProbabilities = map[string]map[string]float64{ "Year": -2.833213, }, "CWeb": map[string]float64{ - "!": -6.405228, - "#": -7.503841, - "#include": -6.810694, - "$": -3.977480, - "%": -7.503841, - "&": -5.306616, - "&&": -6.810694, - "(": -2.562198, - ")": -2.562198, - "*": -7.503841, - "+": -3.766171, - ",": -1.813481, - "-": -5.018934, - ".": -5.712081, - ".*": -7.503841, - "..": -7.503841, - "/": -7.503841, - "0": -7.503841, - "1": -5.894403, - "5": -7.503841, - ":": -6.810694, - ";": -3.314186, - "<": -6.117546, - "<<": -5.306616, - "": -6.810694, - "": -6.810694, - "": -6.810694, - "": -6.810694, - "": -5.306616, - "": -7.503841, - "": -7.503841, - "": -7.503841, - "": -7.503841, - "": -7.503841, - "": -6.810694, - "": -7.503841, - "": -6.810694, - "=": -3.612020, - ">": -5.306616, - "@": -4.938891, - "@*Index.": -7.503841, - "@*Intro.": -7.503841, - "@c": -7.503841, - "@d": -5.712081, - "A": -7.503841, - "And": -7.503841, - "Conway": -7.503841, - "For": -7.503841, - "Fortunately": -7.503841, - "I": -6.810694, - "If": -6.810694, - "No": -7.503841, - "SAT": -7.503841, - "Slight": -7.503841, - "The": -6.405228, - "This": -7.503841, - "Unexpected": -7.503841, - "[": -4.038105, - "\\": -5.018934, - "]": -4.038105, - "^": -7.503841, - "`": -6.810694, - "a": -6.810694, - "a_": -5.712081, - "actually": -7.503841, - "always": -7.503841, - "and": -5.712081, - "applit": -4.069854, - "are": -7.503841, - "array.": -7.503841, - "at": -6.405228, - "avoid": -7.503841, - "b": -6.810694, - "bar": -6.405228, - "be": -6.405228, - "before.": -7.503841, - "buf": -6.810694, - "by": -6.405228, - "c": -4.938891, - "can": -6.405228, - "cell": -6.405228, - "cells": -7.503841, - "char": -5.712081, - "character": -7.503841, - "clause": -5.018934, - "clauseptr": -6.117546, - "clauses": -6.117546, - "command": -6.810694, - "continue": -6.810694, - "counting": -7.503841, - "current": -7.503841, - "d": -5.894403, - "d_k": -7.503841, - "datethis": -7.503841, - "dead": -6.405228, - "define": -7.503841, - "defined": -6.810694, - "determined": -7.503841, - "done": -6.810694, - "e": -6.117546, - "each": -7.503841, - "else": -5.894403, - "equal": -6.810694, - "essentially": -7.503841, - "example": -7.503841, - "exit": -7.503841, - "f": -6.117546, - "fashion.": -7.503841, - "five": -7.503841, - "for": -5.894403, - "found": -7.503841, - "four": -7.503841, - "fprintf": -7.503841, - "from": -6.405228, - "g": -6.117546, - "generate": -7.503841, - "generated.": -7.503841, - "generates": -7.503841, - "generating": -7.503841, - "goto": -7.503841, - "guaranteed": -7.503841, - "half": -7.503841, - "handled": -7.503841, - "handles": -7.503841, - "has": -6.810694, - "have_b": -6.405228, - "have_d": -6.405228, - "have_e": -6.405228, - "have_f": -7.503841, - "here": -7.503841, - "here.": -7.503841, - "if": -4.613469, - "in": -5.712081, - "instead": -7.503841, - "int": -5.018934, - "is": -5.557931, - "it": -6.810694, - "j": -5.105945, - "k": -4.508108, - "last": -7.503841, - "line": -6.405228, - "lines": -7.503841, - "live": -7.503841, - "maxx": -5.557931, - "maxy": -5.557931, - "mc": -7.503841, - "more": -7.503841, - "n": -6.810694, - "neighbors": -6.810694, - "newcomplit": -4.795791, - "newlit": -4.795791, - "next": -7.503841, - "not": -6.810694, - "obviously": -6.810694, - "odd": -7.503841, - "of": -5.557931, - "one": -7.503841, - "or": -6.810694, - "order": -7.503841, - "other": -7.503841, - "otherwise": -7.503841, - "outclause": -4.284965, - "outline": -7.503841, - "outputs": -7.503841, - "overall": -7.503841, - "overlap": -7.503841, - "p": -4.864783, - "pattern": -6.117546, - "possible": -7.503841, - "pp": -7.503841, - "printf": -5.712081, - "problematic.": -7.503841, - "program": -7.503841, - "program.": -7.503841, - "quad": -6.810694, - "range": -7.503841, - "register": -5.894403, - "relation": -7.503841, - "representing": -7.503841, - "resets": -7.503841, - "rows": -7.503841, - "rules": -7.503841, - "s": -5.306616, - "same": -7.503841, - "saving": -7.503841, - "seen": -7.503841, - "set": -6.810694, - "shared": -7.503841, - "sharing": -7.503841, - "sign": -6.405228, - "similar": -7.503841, - "since": -7.503841, - "six": -7.503841, - "sixteen": -7.503841, - "specified": -7.503841, - "state": -7.503841, - "states": -7.503841, - "stderr": -7.503841, - "stdin": -7.503841, - "stick": -7.503841, - "subroutine": -6.117546, - "t": -5.712081, - "taut": -6.405228, - "that": -6.810694, - "the": -4.508108, - "these": -7.503841, - "thus": -6.810694, - "time": -5.894403, - "timecode": -6.117546, - "to": -5.712081, - "transition": -7.503841, - "trick": -7.503841, - "tt": -5.201256, - "twice.": -7.503841, - "unshared": -7.503841, - "ve": -7.503841, - "void": -5.712081, - "we": -7.503841, - "where": -7.503841, - "which": -7.503841, - "will": -7.503841, - "with": -7.503841, - "working": -7.503841, - "x": -2.898671, - "x1": -7.503841, - "xmax": -7.503841, - "xmin": -7.503841, - "xmin=": -7.503841, - "xx": -5.306616, - "y": -2.992981, - "y1": -7.503841, - "ymax": -6.405228, - "ymin": -6.405228, - "ymin=": -7.503841, - "yy": -4.325787, - "z": -5.712081, - "zprime": -7.503841, - "{": -5.105945, - "|": -3.977480, - "}": -4.938891, - "~": -6.117546, + "!": -7.362138, + "#": -8.971575, + "#define": -8.278428, + "#endif": -8.971575, + "#ifndef": -8.971575, + "#include": -6.668990, + "$": -4.982591, + "%": -5.675739, + "&": -4.828441, + "&&": -8.278428, + "(": -2.711994, + ")": -2.717747, + "*": -4.982591, + "*A": -4.982591, + "*B": -8.278428, + "*a": -8.971575, + "*angle_multiplier": -8.971575, + "*fraction_multiplier": -8.971575, + "*i": -8.971575, + "*math": -8.971575, + "*n": -7.585281, + "*n_cos": -8.971575, + "*n_sin": -8.971575, + "*p": -8.971575, + "*r": -7.179816, + "*ran_arr_ptr": -8.971575, + "*ret": -6.198987, + "*str": -8.971575, + "*x": -8.971575, + "+": -4.812692, + ",": -2.537029, + "-": -3.235003, + ".": -6.486669, + ".*": -8.971575, + "..": -8.971575, + "/": -6.138362, + "0": -6.198987, + "1": -6.486669, + "10": -8.971575, + "1009": -8.971575, + "15": -8.971575, + "16": -8.278428, + "2": -7.025665, + "24": -8.971575, + "3": -7.872963, + "5": -8.278428, + "6": -8.971575, + "70": -8.971575, + "75": -8.971575, + "8": -8.971575, + ":": -7.362138, + ";": -2.820973, + "<": -6.668990, + "<(unsigned)(A))>": -8.971575, + "<<": -6.774351, + "": -8.971575, + "": -8.971575, + "": -7.362138, + "": -7.025665, + "": -8.278428, + "": -8.278428, + "": -8.278428, + "": -8.971575, + "": -8.971575, + "": -8.278428, + "": -8.278428, + "": -8.278428, + "": -8.971575, + "": -6.774351, + "": -8.971575, + "": -8.971575, + "": -8.971575, + "": -8.278428, + "": -8.278428, + "": -8.971575, + "": -8.971575, + "": -8.278428, + "": -8.971575, + "": -8.971575, + "": -8.278428, + "=": -3.438186, + ">": -3.305149, + "?": -8.971575, + "@": -5.233906, + "@*": -8.971575, + "@*Index.": -8.971575, + "@*Intro.": -8.971575, + "@c": -6.198987, + "@d": -5.975843, + "@h": -8.971575, + "@t": -8.971575, + "A": -4.752068, + "A.data.dval": -6.892134, + "Addition": -8.971575, + "Algorithm": -8.971575, + "And": -8.278428, + "Art": -8.971575, + "B": -5.039750, + "B.data.dval": -6.406626, + "B/": -8.971575, + "But": -8.971575, + "C": -6.198987, + "C.data.dval": -7.362138, + "Computer": -8.971575, + "Conway": -8.971575, + "Creating": -8.971575, + "DBL_MAX": -8.971575, + "EL_GORDO": -7.025665, + "Enormous": -8.971575, + "Error": -8.971575, + "FONT": -8.971575, + "Finally": -8.971575, + "First": -8.971575, + "Fixed": -8.971575, + "For": -8.971575, + "Fortunately": -8.971575, + "Handle": -8.971575, + "Here": -7.585281, + "I": -7.179816, + "IEEE": -8.971575, + "If": -7.362138, + "In": -8.278428, + "Introduction.": -8.971575, + "KK": -6.263525, + "LL": -6.892134, + "Logarithm": -8.971575, + "META": -8.278428, + "MF": -8.971575, + "MP": -5.020332, + "MPMATHDOUBLE_H": -8.278428, + "Math": -8.278428, + "No": -8.971575, + "Number": -8.971575, + "One": -8.971575, + "PI": -8.971575, + "POST": -8.971575, + "Proceed": -7.585281, + "Programming": -8.971575, + "Pythagorean": -8.971575, + "QUALITY": -7.872963, + "Query": -8.971575, + "R": -8.971575, + "ROUND": -7.872963, + "SAT": -8.971575, + "Set": -8.971575, + "Since": -7.585281, + "Slight": -8.971575, + "Square": -8.971575, + "TT": -8.971575, + "The": -6.486669, + "This": -7.585281, + "To": -8.971575, + "Unexpected": -8.971575, + "When": -8.971575, + "[": -5.187386, + "\\": -5.001284, + "]": -5.210375, + "^": -7.179816, + "_d_t": -8.971575, + "_d_t.data.dval": -8.971575, + "_e_k": -7.872963, + "_e_k.data.dval": -8.971575, + "_k": -7.872963, + "_k.data.dval": -8.971575, + "_t": -8.971575, + "_t.data.dval": -8.971575, + "`": -7.025665, + "a": -5.416227, + "a_": -7.179816, + "a_orig": -8.971575, + "a_orig.data.dval*b_orig.data.dval": -8.971575, + "aa": -7.025665, + "ab": -7.362138, + "ab_vs_cd": -7.025665, + "about": -8.278428, + "abs": -8.278428, + "abs_x": -6.486669, + "abs_x.data.dval": -8.971575, + "actually": -8.971575, + "add": -8.971575, + "add_scaled": -8.971575, + "additional": -8.971575, + "adopted": -8.971575, + "advisable": -8.971575, + "after": -8.971575, + "allocate": -8.971575, + "almost": -8.971575, + "also": -8.278428, + "always": -8.278428, + "an": -8.278428, + "analogous": -8.971575, + "and": -5.975843, + "angle": -8.278428, + "angle_multiplier": -7.872963, + "angle_to_scaled": -8.971575, + "applit": -5.537588, + "approximation": -8.971575, + "arc_tol_k": -8.971575, + "arc_tol_k.data.dval": -8.971575, + "are": -6.198987, + "arg": -8.278428, + "argument": -8.971575, + "arith_error": -8.278428, + "arithmetic": -8.278428, + "array.": -8.971575, + "as": -7.179816, + "assembly": -8.971575, + "assumed": -8.971575, + "at": -7.872963, + "avoid": -8.278428, + "b": -6.486669, + "b_orig": -8.971575, + "bar": -7.872963, + "based": -8.971575, + "be": -6.486669, + "because": -8.971575, + "been": -7.362138, + "before": -8.971575, + "before.": -8.971575, + "being": -8.278428, + "beta": -8.971575, + "between": -8.971575, + "big": -8.971575, + "binary": -7.872963, + "bit": -8.278428, + "bootstrap": -8.971575, + "both": -8.971575, + "buf": -8.278428, + "buffer": -8.278428, + "but": -7.362138, + "by": -6.774351, + "c": -6.081204, + "c/config.h": -8.971575, + "c_orig": -8.971575, + "c_orig.data.dval*d_orig.data.dval": -8.971575, + "calculate": -8.971575, + "calculates": -8.971575, + "calculation": -8.971575, + "call": -8.971575, + "calling": -8.971575, + "can": -7.179816, + "case": -8.278428, + "cases.": -8.971575, + "cd": -7.362138, + "cell": -7.872963, + "cells": -8.971575, + "cf": -8.971575, + "changed": -8.971575, + "char": -6.573680, + "character": -8.971575, + "checked": -8.971575, + "clause": -6.486669, + "clauseptr": -7.585281, + "clauses": -7.585281, + "clone": -8.971575, + "code": -8.971575, + "coef_bound": -7.872963, + "coef_bound_k": -8.278428, + "coef_bound_k.data.dval": -8.971575, + "coef_bound_minus_": -7.872963, + "command": -8.278428, + "common": -8.971575, + "comparatively": -8.971575, + "computations": -8.971575, + "compute": -8.971575, + "computer": -8.971575, + "computes": -7.872963, + "constants.": -8.971575, + "consumes": -8.971575, + "continue": -8.278428, + "cope": -8.971575, + "cost": -8.971575, + "could": -8.278428, + "counting": -8.971575, + "crossed.": -7.585281, + "crossing_point": -8.278428, + "ct": -8.971575, + "current": -8.278428, + "d": -6.332518, + "d_k": -8.971575, + "d_orig": -8.971575, + "dangerous.": -8.971575, + "data": -7.872963, + "data.dval": -4.964242, + "data.dval/": -8.278428, + "datethis": -8.971575, + "dead": -7.872963, + "decent": -8.971575, + "declarations": -8.278428, + "def": -7.872963, + "define": -7.362138, + "defined": -8.278428, + "designed": -8.971575, + "destroying": -8.971575, + "determined": -8.971575, + "deviate": -8.971575, + "deviation": -8.971575, + "different": -8.971575, + "div": -8.971575, + "divide_int": -8.971575, + "division": -8.971575, + "divisions.": -8.971575, + "do": -7.585281, + "do_double": -8.971575, + "doesn": -8.971575, + "don": -7.872963, + "done": -7.872963, + "double": -5.752700, + "dual": -8.971575, + "dval": -7.872963, + "e": -7.362138, + "each": -8.971575, + "efficient": -8.278428, + "eger": -8.971575, + "either": -8.971575, + "else": -6.486669, + "elsewhere": -8.278428, + "end": -8.971575, + "enough": -8.971575, + "epsilon": -8.278428, + "epsilon_t": -8.971575, + "epsilon_t.data.dval": -8.971575, + "equal": -7.585281, + "equation_threshold": -8.278428, + "equation_threshold_t": -8.278428, + "equation_threshold_t.data.dval": -8.971575, + "equivalent": -8.971575, + "erroneous": -8.278428, + "error.": -8.971575, + "especially": -8.971575, + "essentially": -8.971575, + "even": -8.971575, + "example": -8.971575, + "exercise": -8.971575, + "exit": -8.971575, + "f": -5.752700, + "fabs": -7.872963, + "fairly": -8.971575, + "fashion.": -8.971575, + "faster": -8.971575, + "fingers": -7.585281, + "first.": -8.971575, + "five": -8.971575, + "fixed": -8.971575, + "floor": -8.971575, + "floor_scaled": -8.971575, + "following": -7.872963, + "font": -8.278428, + "for": -6.081204, + "found": -8.971575, + "four": -8.971575, + "fprintf": -8.971575, + "frac": -8.278428, + "fraction": -7.585281, + "fraction_four": -8.971575, + "fraction_four_t": -8.971575, + "fraction_four_t.data.dval": -8.971575, + "fraction_half": -8.971575, + "fraction_half_t": -8.278428, + "fraction_half_t.data.dval": -8.971575, + "fraction_multiplier": -7.585281, + "fraction_one": -7.872963, + "fraction_one_t": -8.278428, + "fraction_one_t.data.dval": -8.971575, + "fraction_three": -8.971575, + "fraction_three_t": -8.971575, + "fraction_three_t.data.dval": -8.971575, + "fraction_threshold": -8.278428, + "fraction_threshold/": -8.971575, + "fraction_threshold_t": -8.278428, + "fraction_threshold_t.data.dval": -8.971575, + "fraction_to_round_scaled": -8.971575, + "fraction_to_scaled": -8.971575, + "free": -7.872963, + "free_math": -8.971575, + "free_number": -5.388057, + "from": -7.362138, + "from_addition": -8.971575, + "from_boolean": -8.971575, + "from_div": -8.971575, + "from_double": -8.971575, + "from_int": -8.971575, + "from_int_div": -8.971575, + "from_int_mul": -8.971575, + "from_mul": -8.971575, + "from_oftheway": -8.971575, + "from_scaled": -8.971575, + "from_substraction": -8.971575, + "function": -8.971575, + "functions": -7.585281, + "g": -6.774351, + "generate": -8.971575, + "generated.": -8.971575, + "generates": -8.971575, + "generating": -8.971575, + "get": -8.971575, + "given": -7.585281, + "good": -8.971575, + "goto": -8.971575, + "greater": -8.278428, + "guaranteed": -8.278428, + "half": -7.872963, + "half_fraction_threshold": -8.278428, + "half_fraction_threshold_t": -8.278428, + "half_fraction_threshold_t.data.dval": -8.971575, + "half_scaled_threshold": -8.278428, + "half_scaled_threshold_t": -8.278428, + "half_scaled_threshold_t.data.dval": -8.971575, + "half_unit": -8.278428, + "half_unit_t": -8.278428, + "half_unit_t.data.dval": -8.971575, + "halfp": -8.278428, + "halved": -8.971575, + "handle": -8.971575, + "handled": -8.971575, + "handles": -8.971575, + "has": -7.179816, + "have": -8.278428, + "have_b": -7.872963, + "have_d": -7.872963, + "have_e": -7.872963, + "have_f": -8.971575, + "here": -7.872963, + "here.": -8.971575, + "high": -8.971575, + "high.": -8.971575, + "i": -6.406626, + "if": -5.475068, + "implementation": -8.971575, + "implemented": -8.971575, + "important": -8.971575, + "in": -6.573680, + "inf_t": -8.278428, + "inf_t.data.dval": -8.971575, + "init_randoms": -8.971575, + "initialization.": -8.971575, + "initialize": -8.971575, + "inner": -8.278428, + "input": -8.971575, + "instead": -8.278428, + "instruction.": -8.971575, + "int": -4.911132, + "integer": -7.585281, + "integers": -7.872963, + "internal": -8.971575, + "involving": -8.971575, + "is": -5.282696, + "is_odd": -8.971575, + "it": -6.263525, + "items": -8.971575, + "iteration.": -8.971575, + "j": -5.059552, + "j/": -8.971575, + "jj": -7.872963, + "k": -5.675739, + "known": -8.971575, + "l": -7.585281, + "la": -7.025665, + "language": -8.971575, + "languages": -8.971575, + "large": -8.971575, + "largest": -8.971575, + "last": -8.971575, + "left": -7.872963, + "less": -8.278428, + "level": -8.278428, + "lfloor": -7.585281, + "library": -8.278428, + "likes": -8.971575, + "line": -7.872963, + "lines": -8.971575, + "live": -8.971575, + "ll": -8.971575, + "ln": -8.971575, + "logarithm": -7.872963, + "logo": -8.971575, + "logos": -8.971575, + "logosl": -8.971575, + "long": -6.668990, + "loop@": -8.971575, + "loopy": -8.971575, + "low": -8.971575, + "m": -7.585281, + "m_exp": -8.971575, + "m_log": -8.971575, + "m_norm_rand": -8.971575, + "m_unif_rand": -8.971575, + "machine": -8.971575, + "machines": -8.971575, + "macro": -8.278428, + "make": -8.278428, + "make_fraction": -7.362138, + "make_scaled": -8.278428, + "maneuvering": -8.971575, + "many": -8.971575, + "math": -3.812520, + "math_data": -5.416227, + "maxx": -7.025665, + "maxy": -7.025665, + "mc": -8.971575, + "mean": -8.971575, + "message.": -8.971575, + "method": -8.971575, + "midpoint": -8.971575, + "might": -8.971575, + "mod_diff": -7.585281, + "modf": -8.971575, + "modulo": -8.971575, + "modulus": -8.278428, + "more": -7.872963, + "most": -8.278428, + "mp": -4.051595, + "mp_ab_vs_cd": -8.278428, + "mp_angle_type": -7.585281, + "mp_double_ab_vs_cd": -7.872963, + "mp_double_abs": -7.362138, + "mp_double_crossing_point": -8.278428, + "mp_double_fraction_to_round_scaled": -8.278428, + "mp_double_m_exp": -8.278428, + "mp_double_m_log": -7.585281, + "mp_double_m_norm_rand": -7.872963, + "mp_double_m_unif_rand": -8.278428, + "mp_double_make_fraction": -7.872963, + "mp_double_n_arg": -8.278428, + "mp_double_number_make_fraction": -7.585281, + "mp_double_number_make_scaled": -8.278428, + "mp_double_number_take_fraction": -7.872963, + "mp_double_number_take_scaled": -8.278428, + "mp_double_number_tostring": -7.585281, + "mp_double_print_number": -7.872963, + "mp_double_pyth_add": -8.278428, + "mp_double_pyth_sub": -8.278428, + "mp_double_scan_fractional_token": -8.278428, + "mp_double_scan_numeric_token": -8.278428, + "mp_double_set_precision": -7.872963, + "mp_double_sin_cos": -8.278428, + "mp_double_slow_add": -7.872963, + "mp_double_square_rt": -8.278428, + "mp_double_take_fraction": -8.971575, + "mp_double_velocity": -8.278428, + "mp_fraction_type": -6.263525, + "mp_free_double_math": -7.872963, + "mp_free_number": -7.872963, + "mp_init_randoms": -7.872963, + "mp_initialize_double_math": -8.278428, + "mp_nan_type": -8.971575, + "mp_new_number": -5.282696, + "mp_new_randoms": -7.872963, + "mp_next_random": -8.278428, + "mp_next_unif_random": -8.971575, + "mp_number": -3.638857, + "mp_number_add": -7.872963, + "mp_number_add_scaled": -7.872963, + "mp_number_angle_to_scaled": -7.872963, + "mp_number_clone": -6.573680, + "mp_number_divide_int": -7.872963, + "mp_number_double": -7.872963, + "mp_number_equal": -7.585281, + "mp_number_floor": -8.278428, + "mp_number_fraction_to_scaled": -7.872963, + "mp_number_greater": -7.585281, + "mp_number_half": -7.872963, + "mp_number_halfp": -7.872963, + "mp_number_less": -7.362138, + "mp_number_modulo": -8.278428, + "mp_number_multiply_int": -7.872963, + "mp_number_negate": -7.585281, + "mp_number_nonequalabs": -7.872963, + "mp_number_odd": -7.872963, + "mp_number_scaled_to_angle": -7.872963, + "mp_number_scaled_to_fraction": -7.872963, + "mp_number_substract": -7.585281, + "mp_number_swap": -7.872963, + "mp_number_to_boolean": -7.872963, + "mp_number_to_double": -7.872963, + "mp_number_to_int": -7.872963, + "mp_number_to_scaled": -7.872963, + "mp_number_type": -8.278428, + "mp_print": -8.971575, + "mp_round_unscaled": -8.278428, + "mp_scaled_type": -5.880533, + "mp_set_double_from_addition": -7.872963, + "mp_set_double_from_boolean": -7.872963, + "mp_set_double_from_div": -7.872963, + "mp_set_double_from_double": -7.872963, + "mp_set_double_from_int": -7.872963, + "mp_set_double_from_int_div": -7.872963, + "mp_set_double_from_int_mul": -7.872963, + "mp_set_double_from_mul": -7.872963, + "mp_set_double_from_of_the_way": -7.872963, + "mp_set_double_from_scaled": -7.872963, + "mp_set_double_from_substraction": -7.585281, + "mp_xmalloc": -8.278428, + "mpmathdouble.h@": -8.971575, + "multiple": -8.278428, + "multiples": -8.971575, + "multiplications": -8.971575, + "multiplies": -8.971575, + "multiply": -8.971575, + "multiply_int": -8.971575, + "n": -6.198987, + "n.data.dval": -8.971575, + "n_arg": -8.971575, + "natural": -8.971575, + "near_zero_angle": -8.278428, + "near_zero_angle_t": -8.278428, + "near_zero_angle_t.data.dval": -8.971575, + "necessary": -8.971575, + "negate": -8.971575, + "negative": -8.971575, + "neighbors": -8.278428, + "new": -8.971575, + "new_fraction": -8.971575, + "new_number": -6.668990, + "newcomplit": -6.263525, + "newlit": -6.263525, + "next": -8.278428, + "nn_arg": -8.971575, + "non": -8.278428, + "nonequalabs": -8.971575, + "norm_rand": -8.971575, + "normal": -8.971575, + "not": -6.892134, + "nsin_cos": -8.971575, + "number": -7.585281, + "numbers": -8.971575, + "objects": -8.971575, + "obtained": -8.971575, + "obviously": -8.278428, + "odd": -7.872963, + "of": -5.604280, + "often": -8.278428, + "on": -7.362138, + "one": -8.971575, + "one.": -7.585281, + "one_eighty_deg": -8.971575, + "one_eighty_deg_t": -8.278428, + "one_eighty_deg_t.data.dval": -8.971575, + "one_k": -7.872963, + "one_k.data.dval": -8.971575, + "one_third_EL_GORDO": -8.278428, + "one_third_inf_t": -8.278428, + "one_third_inf_t.data.dval": -8.971575, + "ones": -8.971575, + "only": -7.872963, + "operands": -8.278428, + "operation": -8.278428, + "operations": -8.971575, + "operators": -8.971575, + "or": -6.774351, + "order": -8.971575, + "other": -7.872963, + "otherwise": -8.971575, + "out": -8.971575, + "outclause": -5.752700, + "outline": -8.971575, + "outputs": -8.971575, + "over": -7.872963, + "over2": -8.971575, + "overall": -8.971575, + "overlap": -8.971575, + "p": -5.713479, + "p.data.dval": -8.971575, + "p/q": -7.872963, + "p_over_v_threshold": -8.278428, + "p_over_v_threshold_t": -8.278428, + "p_over_v_threshold_t.data.dval": -8.971575, + "part": -8.278428, + "pattern": -7.585281, + "pct": -8.971575, + "pdfoutput": -8.971575, + "permit": -8.971575, + "point": -7.872963, + "positions": -8.971575, + "positive": -7.179816, + "positive.": -8.278428, + "possible": -8.971575, + "possible.": -8.971575, + "pow": -8.278428, + "pp": -8.971575, + "precision": -7.872963, + "precision_default": -8.971575, + "precision_default.data.dval": -8.971575, + "precision_max": -8.971575, + "precision_max.data.dval": -8.971575, + "precision_min": -8.971575, + "precision_min.data.dval": -8.971575, + "preferable": -8.971575, + "preparation": -8.971575, + "present": -8.971575, + "print": -8.971575, + "print_int": -8.971575, + "printf": -7.179816, + "probably": -8.971575, + "problematic.": -8.971575, + "procedure": -8.278428, + "produces": -8.971575, + "product": -8.971575, + "program": -8.971575, + "program.": -8.278428, + "programmed": -8.971575, + "pyth_add": -8.971575, + "pyth_sub": -7.872963, + "q": -6.332518, + "q.data.dval": -8.971575, + "qf/": -8.971575, + "quad": -8.278428, + "quality": -8.971575, + "quantity": -8.278428, + "quota": -8.278428, + "quotient": -8.971575, + "r": -7.362138, + "ran_arr_buf": -7.362138, + "ran_arr_cycle": -8.278428, + "ran_arr_dummy": -8.278428, + "ran_arr_dummy=": -8.971575, + "ran_arr_next": -8.278428, + "ran_arr_ptr": -7.585281, + "ran_arr_ptr=": -8.971575, + "ran_arr_started=": -8.971575, + "ran_array": -7.872963, + "ran_start": -7.585281, + "ran_x": -7.179816, + "random": -8.971575, + "randoms": -7.872963, + "range": -8.971575, + "range.": -8.971575, + "ratio": -8.971575, + "readily": -8.971575, + "recommended": -8.971575, + "reduced.": -8.971575, + "register": -7.025665, + "relation": -8.278428, + "replaced": -7.872963, + "representing": -8.971575, + "res": -8.971575, + "resets": -8.971575, + "resort": -8.971575, + "respective": -8.971575, + "restricted": -8.971575, + "result": -8.278428, + "ret": -6.198987, + "return": -6.332518, + "rfloor": -7.585281, + "right": -7.585281, + "robustness": -8.971575, + "root": -7.872963, + "round": -8.971575, + "round_unscaled": -8.971575, + "routine": -7.585281, + "routine.": -8.971575, + "routines": -8.971575, + "rows": -8.971575, + "rules": -8.971575, + "s": -6.198987, + "safe": -8.971575, + "same": -8.278428, + "saving": -8.971575, + "scaled": -7.585281, + "scaled_threshold": -8.278428, + "scaled_threshold/": -8.971575, + "scaled_threshold_t": -8.278428, + "scaled_threshold_t.data.dval": -8.971575, + "scaled_to_angle": -8.971575, + "scaled_to_fraction": -8.971575, + "scan_fractional": -8.971575, + "scan_numeric": -8.971575, + "seed": -7.179816, + "seen": -8.971575, + "selector": -8.971575, + "separation": -8.971575, + "set": -6.892134, + "set_precision": -8.971575, + "setters": -8.971575, + "sf": -8.971575, + "shared": -8.971575, + "sharing": -8.971575, + "shift": -8.971575, + "shifting": -8.971575, + "should": -8.971575, + "sign": -7.872963, + "similar": -8.971575, + "simple": -8.971575, + "simplicity": -8.971575, + "simply": -8.971575, + "sin_cos": -8.971575, + "since": -8.278428, + "six": -8.971575, + "sixteen": -7.872963, + "sizeof": -8.971575, + "sl": -8.278428, + "slow": -8.971575, + "slow_add": -8.278428, + "snprintf": -8.971575, + "so": -8.971575, + "some": -8.278428, + "sort": -8.971575, + "specification": -8.971575, + "specified": -8.971575, + "sqrt": -8.971575, + "sqrt_": -7.585281, + "square": -7.872963, + "ss": -7.362138, + "ss=": -8.971575, + "st": -8.971575, + "standard": -8.971575, + "state": -8.971575, + "states": -8.971575, + "static": -4.640842, + "stderr": -8.971575, + "stdin": -8.971575, + "stick": -8.971575, + "str": -8.278428, + "strcpy": -8.971575, + "streams": -8.278428, + "stupid": -8.971575, + "subroutine": -7.179816, + "substract": -8.971575, + "subtraction": -8.971575, + "support": -8.971575, + "suppress": -8.971575, + "sure": -8.971575, + "swap": -8.971575, + "swap_tmp": -8.278428, + "symmetric": -8.971575, + "systems": -8.971575, + "t": -6.027136, + "t.data.dval": -8.971575, + "table": -8.971575, + "take_fraction": -8.278428, + "take_scaled": -8.971575, + "taken": -8.971575, + "taut": -7.872963, + "technique": -8.971575, + "tenlogo": -7.362138, + "test.": -8.971575, + "tests": -8.971575, + "tfm_warn_threshold": -8.278428, + "tfm_warn_threshold_t": -8.278428, + "tfm_warn_threshold_t.data.dval": -8.971575, + "than": -7.585281, + "that": -6.332518, + "the": -5.020332, + "there": -8.971575, + "these": -8.278428, + "they": -8.971575, + "things": -8.971575, + "this": -6.406626, + "three": -7.585281, + "three_quarter_unit": -8.278428, + "three_quarter_unit_t": -8.278428, + "three_quarter_unit_t.data.dval": -8.971575, + "three_sixty_deg": -8.971575, + "three_sixty_deg_t": -8.278428, + "three_sixty_deg_t.data.dval": -8.971575, + "three_t": -8.278428, + "three_t.data.dval": -8.971575, + "thus": -8.278428, + "time": -7.362138, + "timecode": -7.585281, + "times": -8.278428, + "title": -8.971575, + "tmp": -8.278428, + "to": -5.639371, + "to_boolean": -8.971575, + "to_double": -8.971575, + "to_int": -8.971575, + "to_scaled": -8.971575, + "too": -7.872963, + "tostring": -8.971575, + "transition": -8.971575, + "trick": -8.971575, + "trickery": -8.971575, + "tricky": -8.971575, + "trip": -8.971575, + "true": -8.278428, + "trusted": -8.971575, + "try": -8.971575, + "tt": -6.668990, + "twelve_ln_": -7.585281, + "twelvebits_": -8.278428, + "twentyeightbits_d_t": -8.971575, + "twentyeightbits_d_t.data.dval": -8.971575, + "twentysevenbits_sqrt": -8.278428, + "twentysixbits_sqrt": -8.278428, + "twice.": -8.971575, + "two": -7.872963, + "two_t": -8.278428, + "two_t.data.dval": -8.971575, + "type": -6.892134, + "typical": -8.971575, + "u": -6.573680, + "u.data.dval": -8.971575, + "undefined": -8.278428, + "unit": -8.971575, + "units": -8.971575, + "unity": -7.362138, + "unity/": -8.971575, + "unity_t": -8.278428, + "unity_t.data.dval": -8.971575, + "unless": -8.971575, + "unlikely": -8.971575, + "unshared": -8.971575, + "unsigned": -8.971575, + "up": -8.971575, + "use": -8.278428, + "used": -7.362138, + "used.": -8.971575, + "using": -8.971575, + "v": -7.179816, + "valid": -8.971575, + "value": -8.278428, + "ve": -8.971575, + "velocity": -8.278428, + "version": -8.278428, + "very": -8.971575, + "void": -4.289444, + "w": -8.971575, + "warm": -8.971575, + "warning_limit": -8.278428, + "warning_limit_t": -8.278428, + "warning_limit_t.data.dval": -8.971575, + "warningcheck": -8.971575, + "way": -8.971575, + "we": -7.585281, + "were": -8.971575, + "when": -7.585281, + "where": -8.971575, + "which": -7.872963, + "while": -7.585281, + "will": -8.971575, + "with": -6.774351, + "word": -8.971575, + "words": -8.278428, + "work": -8.971575, + "working": -8.971575, + "would": -8.278428, + "write": -8.971575, + "x": -4.088774, + "x1": -8.971575, + "x_orig": -6.668990, + "x_orig.data.dval": -8.971575, + "xa": -6.668990, + "xmax": -8.971575, + "xmin": -8.971575, + "xmin=": -8.971575, + "xx": -6.774351, + "y": -4.336846, + "y.data.dval": -8.971575, + "y1": -8.971575, + "y_orig": -8.278428, + "y_orig.data.dval": -8.971575, + "ymax": -7.872963, + "ymin": -7.872963, + "ymin=": -8.971575, + "yy": -5.793522, + "z": -7.025665, + "z_orig": -8.971575, + "zero": -7.585281, + "zero.": -8.971575, + "zero_t": -7.362138, + "zeroing": -7.585281, + "zprime": -8.971575, + "{": -4.482939, + "|": -4.482939, + "}": -4.449787, + "~": -6.668990, }, "Cabal Config": map[string]float64{ "(": -6.393591, @@ -44537,84 +46217,87 @@ var TokensLogProbabilities = map[string]map[string]float64{ "window_position": -5.880533, }, "Gerber Image": map[string]float64{ - "!": -7.422929, - "#@": -7.422929, - "$": -10.061986, - "%": -5.113226, - "(": -6.970943, - ")": -6.970943, - "*": -1.553833, - ",": -5.044706, - "-": -1.756749, - "/": -9.368839, - ":": -6.660789, - "ADD": -5.437013, - "APERTURE": -7.066254, - "ASAXBY*": -10.061986, - "April": -8.116076, - "B": -10.061986, - "BZR": -8.116076, - "Bot": -9.368839, - "Bot*": -8.675692, - "C": -5.872331, - "CENTER": -10.061986, - "CONTOUR": -9.368839, - "Copper": -8.675692, - "Created": -7.353936, - "D": -1.618224, - "DOUBLE": -10.061986, - "END": -8.452548, - "End": -10.061986, - "FRITZING*": -10.061986, - "FSLAX": -7.289397, - "G": -4.427196, - "HOLES": -10.061986, - "I": -5.872331, - "J": -5.872331, - "Jul": -8.116076, - "KiCad": -7.353936, - "L": -8.675692, - "LIST*": -7.066254, - "LNCONTOUR*": -10.061986, - "LPC*": -9.368839, - "LPD*": -10.061986, - "Legend": -8.963374, - "M": -7.228773, - "MADE": -10.061986, - "MOIN*": -9.368839, - "MOMM*": -7.353936, - "NP*": -10.061986, - "O": -7.864761, - "OF": -10.061986, - "ON": -10.061986, - "PCBNEW": -7.353936, - "PLATED*": -10.061986, - "Paste": -9.368839, - "Profile": -10.061986, - "R": -6.766149, - "SFA": -10.061986, - "SIDED*": -10.061986, - "Sat": -8.116076, - "Signal*": -8.675692, - "Soldermask": -8.675692, - "Sunday": -8.116076, - "TF.FileFunction": -7.422929, - "Top": -9.368839, - "Top*": -8.452548, - "VECTOR*": -10.061986, - "WITH": -10.061986, - "WWW.FRITZING.ORG*": -10.061986, - "X": -1.709432, - "Y": -1.714396, - "by": -7.353936, - "contour*": -10.061986, - "date": -7.353936, - "e": -8.116076, - "of": -10.061986, - "product": -8.116076, - "stable": -10.061986, - "ubuntu": -8.116076, - "~": -7.422929, + "!": -7.426762, + "#@": -7.426762, + "$": -10.065819, + "%": -5.096006, + "(": -6.974777, + ")": -6.974777, + "*": -1.551831, + ",": -5.041938, + "-": -1.760582, + "/": -9.372672, + ":": -6.664622, + "ADD": -5.431090, + "APERTURE": -7.070087, + "ASAXBY*": -10.065819, + "April": -8.119909, + "B": -10.065819, + "BZR": -8.119909, + "Bot": -9.372672, + "Bot*": -8.679525, + "C": -5.861126, + "CENTER": -10.065819, + "CONTOUR": -9.372672, + "Copper": -8.679525, + "Created": -7.357769, + "D": -1.617547, + "DOUBLE": -10.065819, + "DipTrace": -10.065819, + "END": -8.456381, + "End": -10.065819, + "FRITZING*": -10.065819, + "FSLAX": -7.293230, + "G": -4.409827, + "HOLES": -10.065819, + "I": -5.876164, + "INLIDARLite.ncl*": -10.065819, + "J": -5.876164, + "Jul": -8.119909, + "KiCad": -7.357769, + "L": -8.679525, + "LIST*": -7.070087, + "LNBoardOutline*": -10.065819, + "LNCONTOUR*": -10.065819, + "LPC*": -9.372672, + "LPD*": -10.065819, + "Legend": -8.967207, + "M": -7.175447, + "MADE": -10.065819, + "MOIN*": -9.372672, + "MOMM*": -7.357769, + "NP*": -10.065819, + "O": -7.868594, + "OF": -10.065819, + "ON": -10.065819, + "PCBNEW": -7.357769, + "PLATED*": -10.065819, + "Paste": -9.372672, + "Profile": -10.065819, + "R": -6.769982, + "SFA": -10.065819, + "SIDED*": -10.065819, + "Sat": -8.119909, + "Signal*": -8.679525, + "Soldermask": -8.679525, + "Sunday": -8.119909, + "TF.FileFunction": -7.426762, + "Top": -9.372672, + "Top*": -8.456381, + "VECTOR*": -10.065819, + "WITH": -10.065819, + "WWW.FRITZING.ORG*": -10.065819, + "X": -1.710439, + "Y": -1.715389, + "by": -7.357769, + "contour*": -10.065819, + "date": -7.357769, + "e": -8.119909, + "of": -10.065819, + "product": -8.119909, + "stable": -10.065819, + "ubuntu": -8.119909, + "~": -7.426762, }, "Gherkin": map[string]float64{ "#": -5.361292, @@ -48853,166 +50536,125 @@ var TokensLogProbabilities = map[string]map[string]float64{ "•": -8.364974, }, "HTML+Django": map[string]float64{ - "!": -5.991465, - "#": -5.991465, - "%": -4.605170, - "(": -5.991465, - ")": -5.991465, - ",": -5.991465, - "-": -4.605170, - "/h": -4.892852, - "5": -5.991465, - ":": -4.892852, - "<": -4.199705, - "": -5.298317, - "": -5.991465, - "": -5.298317, - "": -4.892852, - "": -5.991465, - "": -5.991465, - "": -4.892852, - "

": -4.892852, - "": -5.298317, - "": -5.298317, - "": -5.991465, - "": -3.912023, - "": -3.506558, - "": -5.991465, - "": -4.382027, - "": -5.298317, - "": -5.298317, - "": -5.991465, - "": -5.298317, - "
": -4.892852, - "": -5.991465, - "
": -5.991465, - "": -5.991465, - "": -5.991465, - "
  • ": -4.892852, - "

    ": -4.892852, - "

    ":            -5.298317,
    -		"":          -5.298317,
    -		"":          -5.991465,
    -		"":          -5.991465,
    -		"":             -4.382027,
    -		"
      ": -5.298317, - ">": -4.199705, - "Chuck": -5.298317, - "Client": -4.892852, - "Data": -5.991465, - "File": -5.991465, - "Functions": -5.991465, - "Giraffes.": -5.991465, - "Helper": -5.991465, - "ID": -5.298317, - "IP": -5.991465, - "Its": -5.991465, - "Job": -5.991465, - "List": -5.991465, - "New": -5.991465, - "No": -5.991465, - "None": -5.991465, - "Norris": -5.298317, - "Not": -5.991465, - "OAuth": -5.298317, - "TODO": -5.991465, - "This": -5.991465, - "Username": -5.991465, - "WTF": -5.991465, - "Workers": -5.991465, - "[": -3.506558, - "]": -3.506558, - "a": -5.298317, - "about": -5.991465, - "actually": -5.991465, - "add": -5.991465, - "and": -5.298317, - "are": -5.991465, - "as": -5.991465, - "auto": -5.991465, - "btn": -5.991465, - "chin.": -5.991465, - "class=": -3.426515, - "client_id": -5.991465, - "clients": -5.991465, - "col": -5.991465, - "col_client_index": -5.298317, - "configured": -5.991465, - "current": -5.991465, - "data": -5.298317, - "descendants": -5.991465, - "descriptor": -5.991465, - "easier": -5.991465, - "endif": -5.298317, - "escape": -5.298317, - "failed": -5.991465, - "foo": -5.298317, - "getting": -5.991465, - "going": -5.991465, - "h": -4.892852, - "help": -5.991465, - "here": -5.991465, - "here....": -5.991465, - "horse": -5.991465, - "hover": -5.991465, - "href=": -5.298317, - "if": -5.298317, - "in": -5.298317, - "index0": -5.991465, - "is": -5.298317, - "item": -5.298317, - "join": -5.991465, - "key": -5.991465, - "kicked": -5.991465, - "known": -5.991465, - "loop": -5.991465, - "loop.index": -5.991465, - "make": -5.991465, - "more": -5.991465, - "name": -5.991465, - "name=": -5.991465, - "notes": -5.991465, - "of": -5.991465, - "on": -5.991465, - "once": -5.298317, - "outer_loop.index": -5.991465, - "pass": -5.991465, - "password": -5.991465, - "primary": -5.991465, - "pt": -5.991465, - "pushing": -5.991465, - "responding": -5.991465, - "role=": -5.991465, - "safe": -5.991465, - "scope=": -5.298317, - "semi": -5.991465, - "server": -5.991465, - "server_info": -4.605170, - "setting": -5.991465, - "small": -5.991465, - "some": -5.991465, - "status": -5.991465, - "summary": -5.991465, - "t": -5.991465, - "table": -5.991465, - "the": -5.991465, - "to": -5.991465, - "today": -5.991465, - "tokens": -5.991465, - "truck": -5.991465, - "type": -5.991465, - "type=": -5.991465, - "urinated": -5.991465, - "user": -5.991465, - "value": -5.991465, - "value=": -5.991465, - "w": -5.991465, - "worker": -4.605170, - "{": -1.771957, - "|": -5.298317, - "}": -2.772589, + "!": -5.799093, + "%": -4.412798, + "(": -5.799093, + ")": -5.799093, + ",": -5.799093, + "-": -4.412798, + "/h": -4.700480, + "5": -5.799093, + ":": -4.700480, + "<": -4.007333, + "": -5.105945, + "": -5.105945, + "": -5.105945, + "": -5.799093, + "

      ": -4.700480, + "": -5.105945, + "
    ": -3.912023, - "": -3.506558, - "
    ": -5.105945, + "": -5.799093, + "": -3.719651, + "": -3.314186, + "": -5.799093, + "": -4.189655, + "": -5.799093, + "
    ": -5.105945, + "": -5.105945, + "
    ": -5.105945, + "
    ": -5.799093, + "
  • ": -5.799093, + "

    ": -4.700480, + "

    ":            -5.105945,
    +		"":          -5.105945,
    +		"":          -5.799093,
    +		"":          -5.799093,
    +		"":             -4.189655,
    +		"
      ": -5.799093, + ">": -4.007333, + "Client": -4.700480, + "Data": -5.799093, + "File": -5.799093, + "Functions": -5.799093, + "Helper": -5.799093, + "ID": -5.105945, + "IP": -5.799093, + "Job": -5.799093, + "List": -5.799093, + "New": -5.799093, + "No": -5.799093, + "None": -5.799093, + "Not": -5.799093, + "OAuth": -5.105945, + "TODO": -5.799093, + "This": -5.799093, + "WTF": -5.799093, + "Workers": -5.799093, + "[": -3.314186, + "]": -3.314186, + "about": -5.799093, + "actually": -5.799093, + "add": -5.799093, + "and": -5.105945, + "auto": -5.799093, + "btn": -5.799093, + "class=": -3.314186, + "client_id": -5.799093, + "clients": -5.799093, + "col": -5.799093, + "col_client_index": -5.105945, + "configured": -5.799093, + "current": -5.799093, + "data": -5.105945, + "descriptor": -5.799093, + "easier": -5.799093, + "endif": -5.105945, + "failed": -5.799093, + "getting": -5.799093, + "going": -5.799093, + "h": -4.700480, + "help": -5.799093, + "here": -5.799093, + "here....": -5.799093, + "hover": -5.799093, + "href=": -5.105945, + "if": -5.105945, + "index0": -5.799093, + "is": -5.105945, + "item": -5.799093, + "join": -5.799093, + "key": -5.799093, + "loop": -5.799093, + "loop.index": -5.799093, + "make": -5.799093, + "more": -5.799093, + "notes": -5.799093, + "of": -5.799093, + "on": -5.799093, + "outer_loop.index": -5.799093, + "primary": -5.799093, + "pt": -5.799093, + "pushing": -5.799093, + "responding": -5.799093, + "role=": -5.799093, + "scope=": -5.105945, + "server": -5.799093, + "server_info": -4.412798, + "setting": -5.799093, + "small": -5.799093, + "some": -5.799093, + "status": -5.799093, + "summary": -5.799093, + "table": -5.799093, + "to": -5.799093, + "tokens": -5.799093, + "w": -5.799093, + "worker": -4.412798, + "{": -1.704748, + "|": -5.799093, + "}": -2.708050, }, "HTML+ECR": map[string]float64{ "!": -2.197225, @@ -52472,170 +54114,264 @@ var TokensLogProbabilities = map[string]map[string]float64{ "||": -3.209947, }, "Ignore List": map[string]float64{ - "!": -5.598422, - "#": -4.499810, - "#*": -4.905275, - "*": -5.598422, - "**/node_modules": -5.598422, - "*.aif": -5.598422, - "*.avi": -5.598422, - "*.bak": -5.598422, - "*.class": -5.598422, - "*.db": -5.598422, - "*.imp": -5.598422, - "*.ipr": -5.598422, - "*.iws": -5.598422, - "*.js": -5.598422, - "*.lock": -5.598422, - "*.log": -4.499810, - "*.map": -5.598422, - "*.mid": -5.598422, - "*.midi": -5.598422, - "*.mp": -5.598422, - "*.pdf": -5.598422, - "*.ps": -5.598422, - "*.pyc": -5.598422, - "*.s": -4.905275, - "*.spec.scss": -5.598422, - "*.sw": -5.598422, - "*.un": -5.598422, - "*.wav": -5.598422, - "*copy.mus": -5.598422, - "-": -2.602690, - ".": -5.598422, - "./README.md": -5.598422, - ".DS_Store": -4.212128, - ".Spotlight": -5.598422, - ".Trashes": -5.598422, - "._": -3.806662, - "._*": -4.905275, - ".agignore": -5.598422, - ".bundle": -5.598422, - ".cache": -5.598422, - ".cache/": -5.598422, - ".clang_complete": -5.598422, - ".coverage": -5.598422, - ".env": -5.598422, - ".env.*": -4.905275, - ".gdb_history": -5.598422, - ".git": -4.499810, - ".gitignore": -4.905275, - ".history": -5.598422, - ".history/": -5.598422, - ".idea/": -5.598422, - ".idea_modules/": -5.598422, - ".ignore": -5.598422, - ".lib/": -5.598422, - ".netrwhist": -5.598422, - ".purify": -5.598422, - ".ruby": -4.905275, - ".scala_dependencies": -5.598422, - ".vimrc": -5.598422, - ".vscode": -5.598422, - ".worksheet": -5.598422, - "/*.iml": -5.598422, - "/Grammar*.pickle": -5.598422, - "/PatternGrammar*.pickle": -5.598422, - "/browser.js": -5.598422, - "/build": -5.598422, - "/index.js": -5.598422, - "/material": -5.598422, - "/public/*": -5.598422, - "/site": -5.598422, - "/test.js": -5.598422, - "/test.mjs": -5.598422, - "/views/*": -5.598422, - "": -5.598422, - "": -5.598422, - "Desktop.ini": -4.905275, - "Doc/tools/docutils": -5.598422, - "Doc/tools/jinja": -4.905275, - "Doc/tools/pygments": -5.598422, - "Doc/tools/sphinx": -5.598422, - "GPATH": -5.598422, - "GRTAGS": -5.598422, - "GTAGS": -5.598422, - "Lib/lib": -4.905275, - "Lib/test/data/*": -5.598422, - "Makefile": -4.905275, - "Makefile.pre": -5.598422, - "Misc/python.pc": -5.598422, - "Modules/Setup": -5.598422, - "Modules/Setup.config": -5.598422, - "Modules/Setup.local": -5.598422, - "Modules/config.c": -5.598422, - "Parser/pgen": -5.598422, - "Session.vim": -5.598422, - "TAGS": -4.905275, - "Thumbs.db": -4.905275, - "V": -5.598422, - "[": -2.825833, - "\\": -4.499810, - "]": -2.825833, - "a": -3.295837, - "adm": -5.598422, - "atlassian": -5.598422, - "autom": -5.598422, - "blib": -5.598422, - "build": -5.598422, - "buildno": -5.598422, - "com_crashlytics_export_strings.xml": -5.598422, - "config.cache": -5.598422, - "config.log": -5.598422, - "config.status": -5.598422, - "config.status.lineno": -5.598422, - "coverage/*": -5.598422, - "cscope.files": -5.598422, - "cscope.out": -5.598422, - "db_home": -5.598422, - "dist/*": -5.598422, - "examples/*": -5.598422, - "extension": -5.598422, - "gdb.py": -5.598422, - "gemset": -5.598422, - "htmlcov/*": -5.598422, - "ide": -5.598422, - "lib_managed/": -4.905275, - "libpython*.a": -5.598422, - "libpython*.so*": -5.598422, - "lock.json": -4.905275, - "log/*": -5.598422, - "node_modules": -4.212128, - "out/": -5.598422, - "p": -4.905275, - "package": -4.905275, - "platform": -5.598422, - "plugin.xml": -5.598422, - "pm_to_blib": -5.598422, - "project/boot/": -4.905275, - "project/plugins/project/": -5.598422, - "pybuilddir.txt": -5.598422, - "pyconfig.h": -5.598422, - "python": -4.905275, - "python.exe": -5.598422, - "quickstart.md": -5.598422, - "reflog.txt": -5.598422, - "s": -4.905275, - "spec/fixtures": -5.598422, - "src_managed/": -4.905275, - "sw": -5.598422, - "tags": -4.905275, - "target/": -4.905275, - "te.cache": -5.598422, - "test": -5.598422, - "test/assets/**": -5.598422, - "tmp/*": -5.598422, - "to": -4.905275, - "tsconfig.json": -5.598422, - "urls.log": -5.598422, - "v": -4.905275, - "vendor/bundle/*": -5.598422, - "version": -5.598422, - "vsc": -5.598422, - "w": -4.905275, - "z": -4.212128, - "~": -4.905275, - "´": -5.598422, + "!": -5.620401, + "#": -4.521789, + "#*": -4.927254, + "*": -5.620401, + "**/node_modules": -5.620401, + "*.aif": -5.620401, + "*.avi": -5.620401, + "*.bak": -5.620401, + "*.class": -5.620401, + "*.db": -5.620401, + "*.imp": -5.620401, + "*.ipr": -5.620401, + "*.iws": -5.620401, + "*.js": -5.620401, + "*.lock": -5.620401, + "*.log": -4.521789, + "*.map": -5.620401, + "*.mid": -5.620401, + "*.midi": -5.620401, + "*.mp": -5.620401, + "*.pdf": -5.620401, + "*.ps": -5.620401, + "*.pyc": -5.620401, + "*.s": -4.927254, + "*.spec.scss": -5.620401, + "*.sw": -5.620401, + "*.un": -5.620401, + "*.wav": -5.620401, + "*copy.mus": -5.620401, + "-": -2.575878, + ".": -5.620401, + "./README.md": -5.620401, + ".DS_Store": -4.234107, + ".Spotlight": -5.620401, + ".Trashes": -5.620401, + "._": -3.828641, + "._*": -4.927254, + ".agignore": -5.620401, + ".bundle": -5.620401, + ".cache": -5.620401, + ".cache/": -5.620401, + ".clang_complete": -5.620401, + ".coverage": -5.620401, + ".env": -5.620401, + ".env.*": -4.927254, + ".gdb_history": -5.620401, + ".git": -4.521789, + ".github/": -5.620401, + ".gitignore": -4.927254, + ".history": -5.620401, + ".history/": -5.620401, + ".idea/": -5.620401, + ".idea_modules/": -5.620401, + ".ignore": -5.620401, + ".lib/": -5.620401, + ".netrwhist": -5.620401, + ".purify": -5.620401, + ".ruby": -4.927254, + ".scala_dependencies": -5.620401, + ".vimrc": -5.620401, + ".vscode": -5.620401, + ".worksheet": -5.620401, + "/*.iml": -5.620401, + "/Grammar*.pickle": -5.620401, + "/PatternGrammar*.pickle": -5.620401, + "/browser.js": -5.620401, + "/build": -5.620401, + "/index.js": -5.620401, + "/material": -5.620401, + "/public/*": -5.620401, + "/site": -5.620401, + "/test.js": -5.620401, + "/test.mjs": -5.620401, + "/views/*": -5.620401, + "": -5.620401, + "": -5.620401, + "Desktop.ini": -4.927254, + "Doc/tools/docutils": -5.620401, + "Doc/tools/jinja": -4.927254, + "Doc/tools/pygments": -5.620401, + "Doc/tools/sphinx": -5.620401, + "GPATH": -5.620401, + "GRTAGS": -5.620401, + "GTAGS": -5.620401, + "Lib/lib": -4.927254, + "Lib/test/data/*": -5.620401, + "Makefile": -4.927254, + "Makefile.pre": -5.620401, + "Misc/python.pc": -5.620401, + "Modules/Setup": -5.620401, + "Modules/Setup.config": -5.620401, + "Modules/Setup.local": -5.620401, + "Modules/config.c": -5.620401, + "Parser/pgen": -5.620401, + "Session.vim": -5.620401, + "TAGS": -4.927254, + "Thumbs.db": -4.927254, + "V": -5.620401, + "[": -2.847812, + "\\": -4.521789, + "]": -2.847812, + "a": -3.317816, + "adm": -5.620401, + "atlassian": -5.620401, + "autom": -5.620401, + "blib": -5.620401, + "build": -5.620401, + "buildno": -5.620401, + "com_crashlytics_export_strings.xml": -5.620401, + "config.cache": -5.620401, + "config.log": -5.620401, + "config.status": -5.620401, + "config.status.lineno": -5.620401, + "coverage/*": -5.620401, + "cscope.files": -5.620401, + "cscope.out": -5.620401, + "db_home": -5.620401, + "dist/*": -5.620401, + "draft.md": -5.620401, + "examples/*": -5.620401, + "extension": -5.620401, + "gdb.py": -5.620401, + "gemset": -5.620401, + "htmlcov/*": -5.620401, + "ide": -5.620401, + "lib_managed/": -4.927254, + "libpython*.a": -5.620401, + "libpython*.so*": -5.620401, + "lock.json": -4.927254, + "log/*": -5.620401, + "node_modules": -4.234107, + "node_modules/": -5.620401, + "out/": -5.620401, + "p": -4.927254, + "package": -4.927254, + "pages/*": -5.620401, + "platform": -5.620401, + "plugin.xml": -5.620401, + "pm_to_blib": -5.620401, + "project/boot/": -4.927254, + "project/plugins/project/": -5.620401, + "pybuilddir.txt": -5.620401, + "pyconfig.h": -5.620401, + "python": -4.927254, + "python.exe": -5.620401, + "quickstart.md": -5.620401, + "readme.md": -5.620401, + "reflog.txt": -5.620401, + "s": -4.927254, + "spec/fixtures": -5.620401, + "src_managed/": -4.927254, + "sw": -5.620401, + "tags": -4.927254, + "target/": -4.927254, + "te.cache": -5.620401, + "test": -5.620401, + "test/assets/**": -5.620401, + "tmp/*": -5.620401, + "to": -4.927254, + "tsconfig.json": -5.620401, + "urls.log": -5.620401, + "v": -4.927254, + "vendor/bundle/*": -5.620401, + "version": -5.620401, + "vsc": -5.620401, + "w": -4.927254, + "z": -4.234107, + "~": -4.927254, + "´": -5.620401, + }, + "ImageJ Macro": map[string]float64{ + "\"": -5.529429, + "'": -5.529429, + "(": -2.233592, + ")": -2.197225, + "*it": -5.529429, + "*macro": -5.529429, + "+": -3.449988, + ",": -2.438387, + "-": -4.430817, + ".tif": -5.529429, + "/**": -5.529429, + ";": -2.162133, + "<": -5.529429, + "=": -3.737670, + "?": -5.529429, + "Add": -5.529429, + "All": -5.529429, + "Binary": -5.529429, + "Clear": -4.836282, + "Close": -5.529429, + "Delete": -5.529429, + "Deselect": -5.529429, + "Divide": -5.529429, + "Duplicate...": -5.529429, + "FRET/CFP": -5.529429, + "Info": -5.529429, + "Make": -5.529429, + "Mean": -4.836282, + "Measure": -4.836282, + "Multiply": -4.836282, + "None": -4.836282, + "OK": -5.529429, + "Remove": -5.529429, + "Results": -4.836282, + "Roi.getBounds": -5.529429, + "Roi.getCoordinates": -5.529429, + "Roi.getFillColor": -4.836282, + "Roi.getProperty": -5.529429, + "Roi.getStrokeColor": -4.836282, + "Roi.getType": -5.529429, + "Roi.move": -5.529429, + "Roi.setFillColor": -5.529429, + "Roi.setName": -5.529429, + "Roi.setProperty": -5.529429, + "Roi.setStrokeColor": -5.529429, + "Roi.setStrokeWidth": -5.529429, + "Select": -4.143135, + "Set": -5.529429, + "Slice": -5.529429, + "Subtract...": -4.430817, + "Threshold": -5.529429, + "Threshold...": -5.529429, + "[": -4.836282, + "\\": -4.836282, + "]": -4.836282, + "bit": -5.529429, + "bits": -5.529429, + "create": -5.529429, + "duplicate": -5.529429, + "for": -5.529429, + "h": -4.836282, + "i": -3.737670, + "image": -5.529429, + "in": -5.529429, + "makePolygon": -5.529429, + "mask": -4.836282, + "mean": -4.836282, + "measure": -5.529429, + "nSlices": -5.529429, + "print": -3.131534, + "range": -5.529429, + "ratio": -4.836282, + "requires": -5.529429, + "run": -5.529429, + "set": -5.529429, + "slice": -4.836282, + "stack": -4.143135, + "the": -5.529429, + "title": -5.529429, + "to": -5.529429, + "value": -4.430817, + "w": -4.836282, + "wait": -4.836282, + "x": -4.143135, + "x.length": -5.529429, + "y": -4.143135, + "}": -5.529429, }, "Inform 7": map[string]float64{ "!": -4.762174, @@ -54129,27 +55865,27 @@ var TokensLogProbabilities = map[string]map[string]float64{ "~": -6.587550, }, "JSON": map[string]float64{ - ",": -0.884517, - "-": -1.899047, - ":": -3.980695, - "Action": -11.107585, - "Allow": -11.107585, - "AssumeRole": -11.107585, - "Effect": -11.107585, - "Principal": -11.107585, - "Service": -11.107585, - "Sid": -11.107585, - "Statement": -11.107585, - "Version": -11.107585, - "[": -1.596992, - "\\": -8.622679, - "]": -1.597214, - "false": -8.468528, - "lambda.amazonaws.com": -11.107585, - "sts": -11.107585, - "true": -7.775381, - "{": -5.053146, - "}": -5.055496, + ",": -0.884633, + "-": -1.900905, + ":": -3.954828, + "Action": -11.109443, + "Allow": -11.109443, + "AssumeRole": -11.109443, + "Effect": -11.109443, + "Principal": -11.109443, + "Service": -11.109443, + "Sid": -11.109443, + "Statement": -11.109443, + "Version": -11.109443, + "[": -1.598332, + "\\": -8.624537, + "]": -1.598554, + "false": -8.470386, + "lambda.amazonaws.com": -11.109443, + "sts": -11.109443, + "true": -7.742148, + "{": -5.024944, + "}": -5.027224, }, "JSON with Comments": map[string]float64{ "$": -7.474772, @@ -54328,48 +56064,6 @@ var TokensLogProbabilities = map[string]map[string]float64{ "|": -4.610158, "}": -4.610158, }, - "JSX": map[string]float64{ - "'": -4.174387, - "(": -2.788093, - ")": -2.564949, - ",": -4.174387, - ":": -4.174387, - ";": -2.564949, - "<": -4.174387, - "": -4.174387, - "": -4.174387, - "": -3.481240, - "
    ": -4.174387, - "
    ": -4.174387, - "
  • ": -4.174387, - "": -3.481240, - "
      ": -4.174387, - "=": -3.075775, - ">": -4.174387, - "Feed": -4.174387, - "News": -4.174387, - "React": -4.174387, - "React.createClass": -4.174387, - "className=": -3.075775, - "const": -4.174387, - "feed.name": -4.174387, - "feeds": -3.481240, - "function": -4.174387, - "h": -4.174387, - "key=": -4.174387, - "let": -4.174387, - "loaded": -4.174387, - "loading": -4.174387, - "log": -4.174387, - "log.info": -4.174387, - "module.exports": -4.174387, - "render": -4.174387, - "require": -4.174387, - "return": -4.174387, - "this.props": -4.174387, - "{": -3.075775, - "}": -2.382628, - }, "Jasmin": map[string]float64{ "'": -5.026345, "(": -2.946903, @@ -55819,5183 +57513,5203 @@ var TokensLogProbabilities = map[string]map[string]float64{ "spring": -3.332205, }, "JavaScript": map[string]float64{ - "!": -4.410528, - "\"": -10.699315, - "#": -8.827513, - "#*": -11.392463, - "$": -6.457989, - "%": -8.060258, - "&": -9.446552, - "&&": -4.651943, - "'": -10.699315, - "(": -2.419745, - ")": -2.420887, - "*": -7.332020, - "*.": -9.783025, - "*Math.PI": -8.301420, - "*at/": -11.392463, - "*c": -10.699315, - "*e": -9.313021, - "*f": -7.754876, - "*h": -10.699315, - "*ht": -9.313021, - "*k": -10.699315, - "*kt": -9.783025, - "*lt": -9.195238, - "*lt/": -11.392463, - "*o": -10.699315, - "*ot": -10.699315, - "*r": -10.006168, - "*s": -11.392463, - "*st": -11.392463, - "*st/": -11.392463, - "*t": -6.114348, - "*u": -9.446552, - "*ue": -11.392463, - "*ut": -9.600703, - "*vt": -10.006168, - "+": -4.494758, - ",": -2.303273, - "-": -4.779078, - ".": -5.364184, - ".*": -9.195238, - ".*/g": -11.392463, - ".*version": -10.006168, - "./g": -11.392463, - ".Event": -11.392463, - ".EventEmitter": -11.392463, - ".FreeList": -11.392463, - ".HTTPParser": -11.392463, - ".WebkitAppearance": -11.392463, - ".addClass": -11.392463, - ".addLabel": -11.392463, - ".ajax": -11.392463, - ".append": -9.783025, - ".appendChild": -11.392463, - ".appendTo": -10.699315, - ".apply": -9.783025, - ".attributes": -11.392463, - ".before": -11.392463, - ".call": -9.195238, - ".catch": -11.392463, - ".checked": -10.699315, - ".childNodes": -10.699315, - ".childNodes.length": -11.392463, - ".cloneNode": -9.783025, - ".close": -9.313021, - ".closest": -10.699315, - ".color": -8.827513, - ".compare": -10.699315, - ".concat": -10.293850, - ".contentWindow": -11.392463, - ".cssText": -11.392463, - ".data": -10.699315, - ".delegate": -11.392463, - ".detach": -11.392463, - ".display": -11.392463, - ".document": -11.392463, - ".documents.byName": -11.392463, - ".domManip": -11.392463, - ".each": -10.699315, - ".enctype": -11.392463, - ".expression": -10.006168, - ".extend": -11.392463, - ".fail": -10.006168, - ".fail.apply": -10.699315, - ".fillText": -11.392463, - ".filter": -11.392463, - ".find": -9.783025, - ".fire": -11.392463, - ".fireEvent": -11.392463, - ".fireWith": -11.392463, - ".get": -10.699315, - ".getContext": -8.994567, - ".getElementsByTagName": -10.699315, - ".getImageData": -11.392463, - ".getRgbaColor": -10.293850, - ".getTime": -11.392463, - ".handle": -11.392463, - ".hasOwnProperty": -11.392463, - ".hide": -11.392463, - ".import": -11.392463, - ".indexOf": -10.699315, - ".innerHTML": -10.699315, - ".innerHTML.replace": -11.392463, - ".join": -8.753405, - ".lastChild.checked": -10.699315, - ".length": -8.396730, - ".listen": -11.392463, - ".map": -11.392463, - ".match": -11.392463, - ".merge": -11.392463, - ".name": -11.392463, - ".namespace": -10.699315, - ".net.http.OK": -11.392463, - ".nodeType": -10.006168, - ".nodeValue": -11.392463, - ".off": -11.392463, - ".ok": -11.392463, - ".outerHTML": -11.392463, - ".ownerDocument": -11.392463, - ".parentNode": -10.006168, - ".parentNode.removeChild": -10.699315, - ".preventDefault": -11.392463, - ".progress": -11.392463, - ".promise": -9.446552, - ".proxy": -11.392463, - ".remove": -10.699315, - ".replace": -8.396730, - ".request.parameters.get": -10.699315, - ".response.contentType": -11.392463, - ".response.setBody": -11.392463, - ".response.statusCode": -11.392463, - ".saveAs": -10.293850, - ".scale": -11.392463, - ".selected": -11.392463, - ".slice": -9.783025, - ".sort": -9.313021, - ".specified": -11.392463, - ".splice": -9.783025, - ".split": -8.619874, - ".stack": -11.392463, - ".start": -8.907556, - ".stop": -8.907556, - ".style.display": -11.392463, - ".style.textShadow": -11.392463, - ".substr": -11.392463, - ".substring": -10.699315, - ".support.transition": -11.392463, - ".test": -10.699315, - ".then": -9.783025, - ".toFixed": -10.293850, - ".toJSON": -10.699315, - ".toLowerCase": -9.600703, - ".toString": -11.392463, - ".toUpperCase": -10.699315, - ".translate": -11.392463, - ".trigger": -9.783025, - ".triggerHandler": -11.392463, - ".type": -10.293850, - ".type.toLowerCase": -11.392463, - ".unbind": -10.293850, - ".val": -10.006168, - ".value": -10.006168, - ".width": -9.600703, - "/": -5.801476, - "/*": -11.392463, - "/.exec": -10.006168, - "/.test": -9.089877, - "//": -11.392463, - "//XXX": -11.392463, - "//abort": -11.392463, - "//avoid": -11.392463, - "//don": -11.392463, - "//if": -10.699315, - "//this.yyleng": -11.392463, - "//token": -11.392463, - "/Function/.test": -11.392463, - "/a": -11.392463, - "/alpha": -11.392463, - "/bfnrt": -11.392463, - "/color": -11.392463, - "/compatible/.test": -11.392463, - "/f": -10.293850, - "/float/i": -11.392463, - "/g": -8.134366, - "/gi": -11.392463, - "/href": -11.392463, - "/http/.test": -11.392463, - "/i": -9.446552, - "/i.exec": -11.392463, - "/ig": -10.699315, - "/index.html": -11.392463, - "/msie": -11.392463, - "/opacity": -11.392463, - "/r": -11.392463, - "/radio": -11.392463, - "/red/.test": -11.392463, - "/select": -11.392463, - "/src/i.test": -11.392463, - "/toggle": -11.392463, - "/top/.test": -10.699315, - "/u": -10.293850, - "/usr/bin/env": -10.006168, - "/z": -11.392463, - "0": -6.673964, - "000": -10.006168, - "0px": -11.392463, - "1": -7.115796, - "11": -11.392463, - "1E8": -11.392463, - "1e8": -11.392463, - "1px": -9.313021, - "2": -9.089877, - "20": -10.699315, - "3": -10.006168, - "4": -10.293850, - "5": -11.392463, - "512": -11.392463, - "8": -10.699315, - "8000": -11.392463, - "9": -11.392463, - ":": -3.865207, - ";": -3.191625, - "<": -6.050128, - "": -11.392463, - "<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>": -11.392463, - "<([\\w:]+)[^>": -11.392463, - "<(\\w+)\\s*\\/?>": -10.006168, - "<-->": -10.699315, - "": -11.392463, - "": -9.600703, - "": -11.392463, - "": -10.699315, - "
  • ": -8.684412, - "": -10.699315, - "": -11.392463, - "": -11.392463, - "": -10.699315, - "

    ": -10.699315, - "": -10.699315, - "": -10.699315, - "
    ": -3.719651, + "": -3.314186, + "
    ": -8.502091, - "": -9.600703, - "": -9.195238, - "": -9.313021, - "": -11.392463, - "<:nav>": -11.392463, - "<<": -10.699315, - "": -11.392463, - "": -11.392463, - "<[\\w\\W]+>": -10.293850, - "<\\/script>": -10.699315, - "
    ": -9.600703, - "": -11.392463, - "": -10.699315, - "": -11.392463, - "": -10.699315, - "": -10.699315, - "": -11.392463, - "": -11.392463, - "": -11.392463, - "
    ": -8.502091, - "": -11.392463, - "": -9.783025, - "": -11.392463, - "": -11.392463, - "": -11.392463, - "": -11.392463, - "": -11.392463, - "": -10.293850, - "
    ": -10.699315, - "": -11.392463, - "": -11.392463, - "": -11.392463, - "": -10.699315, - "": -9.783025, - "": -11.392463, - "": -10.006168, - "": -10.293850, - "": -11.392463, - "": -11.392463, - "