diff --git a/README.md b/README.md index 9b56c89..a082a0b 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Generated Rust bindings using a C static library are available at https://github ## Divergences from Linguist -The `enry` library is based on the data from `github/linguist` version **v7.18.0**. +The `enry` library is based on the data from `github/linguist` version **v7.19.0**. Parsing [linguist/samples](https://github.com/github/linguist/tree/master/samples) the following `enry` results are different from the Linguist: @@ -172,6 +172,8 @@ Parsing [linguist/samples](https://github.com/github/linguist/tree/master/sample - [Heuristics for ".as" extension](https://github.com/github/linguist/blob/223c00bb80eff04788e29010f98c5778993d2b2a/lib/linguist/heuristics.yml#L67) in ActionScript could not be parsed, due to unsupported positive lookahead in RE2 regexp engine. +- [Heuristics for ".csc", ".gsc" and ".gsh" extension](https://github.com/github/linguist/blob/7469c7982d93f2ad922230d712f586a353dc1a42/lib/linguist/heuristics.yml#L650-L651) in GSC could not be parsed, due to unsupported non-backtracking subexpressions in RE2 regexp engine. + - As of [Linguist v5.3.2](https://github.com/github/linguist/releases/tag/v5.3.2) it is using [flex-based scanner in C for tokenization](https://github.com/github/linguist/pull/3846). Enry still uses [extract_token](https://github.com/github/linguist/pull/3846/files#diff-d5179df0b71620e3fac4535cd1368d15L60) regex-based algorithm. See [#193](https://github.com/src-d/enry/issues/193). - Bayesian classifier can't distinguish "SQL" from "PLpgSQL. See [#194](https://github.com/src-d/enry/issues/194). diff --git a/data/alias.go b/data/alias.go index a27f229..c267b65 100644 --- a/data/alias.go +++ b/data/alias.go @@ -1,5 +1,5 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac +// Extracted from github/linguist commit: 97bc889ce840208652bf09b45f3b7859de43fe8e package data @@ -9,6 +9,7 @@ import "strings" // All the keys (alias or not) are written in lower case and the whitespaces has been replaced by underscores. var LanguageByAliasMap = map[string]string{ "1c_enterprise": "1C Enterprise", + "2-dimensional_array": "2-Dimensional Array", "4d": "4D", "abap": "ABAP", "abap_cds": "ABAP CDS", @@ -135,6 +136,7 @@ var LanguageByAliasMap = map[string]string{ "cil": "CIL", "cirru": "Cirru", "clarion": "Clarion", + "clarity": "Clarity", "classic_asp": "Classic ASP", "clean": "Clean", "click": "Click", @@ -186,6 +188,7 @@ var LanguageByAliasMap = map[string]string{ "cue_sheet": "Cue Sheet", "curl_config": "cURL Config", "curlrc": "cURL Config", + "curry": "Curry", "cweb": "CWeb", "cwl": "Common Workflow Language", "cycript": "Cycript", @@ -197,7 +200,9 @@ var LanguageByAliasMap = map[string]string{ "dart": "Dart", "dataweave": "DataWeave", "dcl": "DIGITAL Command Language", + "debian_package_control_file": "Debian Package Control File", "delphi": "Pascal", + "denizenscript": "DenizenScript", "desktop": "desktop", "dhall": "Dhall", "diff": "Diff", @@ -219,6 +224,7 @@ var LanguageByAliasMap = map[string]string{ "e": "E", "e-mail": "E-mail", "eagle": "Eagle", + "earthfile": "Earthly", "earthly": "Earthly", "easybuild": "Easybuild", "ebnf": "EBNF", @@ -247,6 +253,7 @@ var LanguageByAliasMap = map[string]string{ "eq": "EQ", "erb": "HTML+ERB", "erlang": "Erlang", + "euphoria": "Euphoria", "f#": "F#", "f*": "F*", "factor": "Factor", @@ -301,6 +308,7 @@ var LanguageByAliasMap = map[string]string{ "gitconfig": "Git Config", "gitignore": "Ignore List", "gitmodules": "Git Config", + "gleam": "Gleam", "glsl": "GLSL", "glyph": "Glyph", "glyph_bitmap_distribution_format": "Glyph Bitmap Distribution Format", @@ -325,6 +333,7 @@ var LanguageByAliasMap = map[string]string{ "groff": "Roff", "groovy": "Groovy", "groovy_server_pages": "Groovy Server Pages", + "gsc": "GSC", "gsp": "Groovy Server Pages", "hack": "Hack", "haml": "Haml", @@ -341,6 +350,7 @@ var LanguageByAliasMap = map[string]string{ "hiveql": "HiveQL", "hlsl": "HLSL", "holyc": "HolyC", + "hoon": "hoon", "html": "HTML", "html+django": "Jinja", "html+ecr": "HTML+ECR", @@ -366,6 +376,7 @@ var LanguageByAliasMap = map[string]string{ "igor_pro": "IGOR Pro", "igorpro": "IGOR Pro", "ijm": "ImageJ Macro", + "ile_rpg": "RPGLE", "imagej_macro": "ImageJ Macro", "inc": "PHP", "inform7": "Inform 7", @@ -382,6 +393,7 @@ var LanguageByAliasMap = map[string]string{ "isabelle": "Isabelle", "isabelle_root": "Isabelle ROOT", "j": "J", + "janet": "Janet", "jar_manifest": "JAR Manifest", "jasmin": "Jasmin", "java": "Java", @@ -422,6 +434,7 @@ var LanguageByAliasMap = map[string]string{ "krl": "KRL", "ksy": "Kaitai Struct", "kusto": "Kusto", + "kvlang": "kvlang", "labview": "LabVIEW", "lark": "Lark", "lasso": "Lasso", @@ -431,6 +444,7 @@ var LanguageByAliasMap = map[string]string{ "lean": "Lean", "leex": "HTML+EEX", "less": "Less", + "less-css": "Less", "lex": "Lex", "lfe": "LFE", "lhaskell": "Literate Haskell", @@ -494,6 +508,8 @@ var LanguageByAliasMap = map[string]string{ "microsoft_developer_studio_project": "Microsoft Developer Studio Project", "microsoft_visual_studio_solution": "Microsoft Visual Studio Solution", "minid": "MiniD", + "miniyaml": "MiniYAML", + "mint": "Mint", "mirah": "Mirah", "mirc_script": "mIRC Script", "mlir": "MLIR", @@ -636,13 +652,16 @@ var LanguageByAliasMap = map[string]string{ "powershell": "PowerShell", "prisma": "Prisma", "processing": "Processing", + "procfile": "Procfile", "progress": "OpenEdge ABL", "proguard": "Proguard", "prolog": "Prolog", "promela": "Promela", "propeller_spin": "Propeller Spin", "protobuf": "Protocol Buffer", + "protobuf_text_format": "Protocol Buffer Text Format", "protocol_buffer": "Protocol Buffer", + "protocol_buffer_text_format": "Protocol Buffer Text Format", "protocol_buffers": "Protocol Buffer", "public_key": "Public Key", "pug": "Pug", @@ -714,6 +733,7 @@ var LanguageByAliasMap = map[string]string{ "rouge": "Rouge", "rpc": "RPC", "rpcgen": "RPC", + "rpgle": "RPGLE", "rpm_spec": "RPM Spec", "rs": "Rust", "rs-274x": "Gerber Image", @@ -773,6 +793,7 @@ var LanguageByAliasMap = map[string]string{ "sqf": "SQF", "sql": "SQL", "sqlpl": "SQLPL", + "sqlrpgle": "RPGLE", "squeak": "Smalltalk", "squirrel": "Squirrel", "srecode_template": "SRecode Template", @@ -800,6 +821,7 @@ var LanguageByAliasMap = map[string]string{ "tex": "TeX", "texinfo": "Texinfo", "text": "Text", + "text_proto": "Protocol Buffer Text Format", "textile": "Textile", "textmate_properties": "TextMate Properties", "thrift": "Thrift", @@ -856,6 +878,7 @@ var LanguageByAliasMap = map[string]string{ "vlang": "V", "volt": "Volt", "vue": "Vue", + "vyper": "Vyper", "wasm": "WebAssembly", "wast": "WebAssembly", "wavefront_material": "Wavefront Material", @@ -872,6 +895,7 @@ var LanguageByAliasMap = map[string]string{ "winbatch": "Batchfile", "windows_registry_entries": "Windows Registry Entries", "wisp": "wisp", + "witcher_script": "Witcher Script", "wl": "Mathematica", "wolfram": "Mathematica", "wolfram_lang": "Mathematica", diff --git a/data/colors.go b/data/colors.go index b63a993..c3c69d8 100644 --- a/data/colors.go +++ b/data/colors.go @@ -1,10 +1,11 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac +// Extracted from github/linguist commit: 97bc889ce840208652bf09b45f3b7859de43fe8e package data var LanguagesColor = map[string]string{ "1C Enterprise": "#814CCC", + "2-Dimensional Array": "#38761D", "4D": "#004289", "ABAP": "#E8274B", "ABAP CDS": "#555e25", @@ -76,6 +77,7 @@ var LanguagesColor = map[string]string{ "ChucK": "#3f8000", "Cirru": "#ccccff", "Clarion": "#db901e", + "Clarity": "#5546ff", "Classic ASP": "#6a40fd", "Clean": "#3F85AF", "Click": "#E4E6F3", @@ -95,6 +97,7 @@ var LanguagesColor = map[string]string{ "Csound Document": "#1a1a1a", "Csound Score": "#1a1a1a", "Cuda": "#3A4E3A", + "Curry": "#531242", "Cython": "#fedf5b", "D": "#ba595e", "DM": "#447265", @@ -102,6 +105,8 @@ var LanguagesColor = map[string]string{ "Darcs Patch": "#8eff23", "Dart": "#00B4AB", "DataWeave": "#003a52", + "Debian Package Control File": "#D70751", + "DenizenScript": "#FBEE96", "Dhall": "#dfafff", "DirectX 3D File": "#aace60", "Dockerfile": "#384d54", @@ -122,6 +127,7 @@ var LanguagesColor = map[string]string{ "Emacs Lisp": "#c065db", "EmberScript": "#FFF4F3", "Erlang": "#B83998", + "Euphoria": "#FF790B", "F#": "#b845fc", "F*": "#572e30", "FIGlet Font": "#FFDDBB", @@ -148,6 +154,7 @@ var LanguagesColor = map[string]string{ "GDScript": "#355570", "GEDCOM": "#003058", "GLSL": "#5686a5", + "GSC": "#FF6800", "Game Maker Language": "#71b417", "Gemfile.lock": "#701516", "Genie": "#fb855d", @@ -158,6 +165,7 @@ var LanguagesColor = map[string]string{ "Gherkin": "#5B2063", "Git Attributes": "#F44D27", "Git Config": "#F44D27", + "Gleam": "#ffaff3", "Glyph": "#c1ac7f", "Gnuplot": "#f0a9f0", "Go": "#00ADD8", @@ -210,6 +218,7 @@ var LanguagesColor = map[string]string{ "JSON5": "#267CB9", "JSONLD": "#0c479c", "JSONiq": "#40d47e", + "Janet": "#0886a5", "Jasmin": "#d03600", "Java": "#b07219", "Java Properties": "#2A6277", @@ -267,6 +276,8 @@ var LanguagesColor = map[string]string{ "Mercury": "#ff2b2b", "Meson": "#007800", "Metal": "#8f14e9", + "MiniYAML": "#ff1111", + "Mint": "#02b046", "Mirah": "#c7a938", "Modelica": "#de1d31", "Modula-2": "#10253f", @@ -331,6 +342,7 @@ var LanguagesColor = map[string]string{ "PowerShell": "#012456", "Prisma": "#0c344b", "Processing": "#0096D8", + "Procfile": "#3B2F63", "Prolog": "#74283c", "Promela": "#de0000", "Propeller Spin": "#7fa2a7", @@ -350,6 +362,7 @@ var LanguagesColor = map[string]string{ "RDoc": "#701516", "REXX": "#d90e09", "RMarkdown": "#198ce7", + "RPGLE": "#2BDE21", "RUNOFF": "#665a4e", "Racket": "#3c5caa", "Ragel": "#9d5200", @@ -446,10 +459,12 @@ var LanguagesColor = map[string]string{ "Visual Basic .NET": "#945db7", "Volt": "#1F1F1F", "Vue": "#41b883", + "Vyper": "#2980b9", "Web Ontology Language": "#5b70bd", "WebAssembly": "#04133b", "Wikitext": "#fc5757", "Windows Registry Entries": "#52d5ff", + "Witcher Script": "#ff0000", "Wollok": "#a23738", "World of Warcraft Addon Data": "#f7e43f", "X10": "#4B6BEF", @@ -473,7 +488,9 @@ var LanguagesColor = map[string]string{ "Zimpl": "#d67711", "eC": "#913960", "fish": "#4aae47", + "hoon": "#00b171", "jq": "#c7254e", + "kvlang": "#1da6e0", "mIRC Script": "#3d57c3", "mcfunction": "#E22837", "mupad": "#244963", diff --git a/data/commit.go b/data/commit.go index 47e8ef5..b4b060c 100644 --- a/data/commit.go +++ b/data/commit.go @@ -1,7 +1,7 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac +// Extracted from github/linguist commit: 97bc889ce840208652bf09b45f3b7859de43fe8e package data // linguist's commit from which files were generated. -var LinguistCommit = "80f3531e8a1014a23f4606458e5a528053ed3cac" +var LinguistCommit = "97bc889ce840208652bf09b45f3b7859de43fe8e" diff --git a/data/content.go b/data/content.go index 9394652..2872231 100644 --- a/data/content.go +++ b/data/content.go @@ -1,5 +1,5 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac +// Extracted from github/linguist commit: 97bc889ce840208652bf09b45f3b7859de43fe8e package data @@ -697,6 +697,7 @@ var ContentHeuristics = map[string]*Heuristics{ regexp.MustCompile(`(?m)^(\s*namespace\s*[\w\.]+\s*{|\s*\/\/)`), ), }, + ".csc": &Heuristics{}, ".csl": &Heuristics{ rule.Or( rule.MatchingLanguages("XML"), @@ -731,6 +732,20 @@ var ContentHeuristics = map[string]*Heuristics{ regexp.MustCompile(`(?m)\bprocess\s*[(=]|\b(library|import)\s*\(\s*"|\bdeclare\s+(name|version|author|copyright|license)\s+"`), ), }, + ".e": &Heuristics{ + rule.Or( + rule.MatchingLanguages("E"), + regexp.MustCompile(`(?m)^\s*(def|var)\s+(.+):=|^\s*(def|to)\s+(\w+)(\(.+\))?\s+{|^\s*(when)\s+(\(.+\))\s+->\s+{`), + ), + rule.Or( + rule.MatchingLanguages("Eiffel"), + regexp.MustCompile(`(?m)^\s*\w+\s*(?:,\s*\w+)*[:]\s*\w+\s|^\s*\w+\s*(?:\(\s*\w+[:][^)]+\))?(?:[:]\s*\w+)?(?:--.+\s+)*\s+(?:do|local)\s|^\s*(?:across|deferred|elseif|ensure|feature|from|inherit|inspect|invariant|note|once|require|undefine|variant|when)\s*$`), + ), + rule.Or( + rule.MatchingLanguages("Euphoria"), + regexp.MustCompile(`(?m)^\s*namespace\s|^\s*(?:public\s+)?include\s|^\s*(?:(?:public|export|global)\s+)?(?:atom|constant|enum|function|integer|object|procedure|sequence|type)\s`), + ), + }, ".ecl": &Heuristics{ rule.Or( rule.MatchingLanguages("ECLiPSe"), @@ -747,6 +762,16 @@ var ContentHeuristics = map[string]*Heuristics{ regexp.MustCompile(`(?m)^\s*(?:%%|main\s*\(.*?\)\s*->)`), ), }, + ".ex": &Heuristics{ + rule.Or( + rule.MatchingLanguages("Elixir"), + regexp.MustCompile(`(?m)^\s*@moduledoc\s|^\s*(?:cond|import|quote|unless)\s|^\s*def(?:exception|impl|macro|module|protocol)[(\s]`), + ), + rule.Or( + rule.MatchingLanguages("Euphoria"), + regexp.MustCompile(`(?m)^\s*namespace\s|^\s*(?:public\s+)?include\s|^\s*(?:(?:public|export|global)\s+)?(?:atom|constant|enum|function|integer|object|procedure|sequence|type)\s`), + ), + }, ".f": &Heuristics{ rule.Or( rule.MatchingLanguages("Forth"), @@ -849,6 +874,8 @@ var ContentHeuristics = map[string]*Heuristics{ regexp.MustCompile(`(?m)^\[indent=[0-9]+\]`), ), }, + ".gsc": &Heuristics{}, + ".gsh": &Heuristics{}, ".h": &Heuristics{ rule.Or( rule.MatchingLanguages("Objective-C"), @@ -1035,7 +1062,7 @@ var ContentHeuristics = map[string]*Heuristics{ }, ".mask": &Heuristics{ rule.Or( - rule.MatchingLanguages("Unity3d Asset"), + rule.MatchingLanguages("Unity3D Asset"), regexp.MustCompile(`(?m)tag:unity3d.com`), ), }, @@ -1543,6 +1570,15 @@ var ContentHeuristics = map[string]*Heuristics{ regexp.MustCompile(`(?m)OUTPUT_ARCH\(|OUTPUT_FORMAT\(|SECTIONS`), ), }, + ".yaml": &Heuristics{ + rule.Or( + rule.MatchingLanguages("MiniYAML"), + regexp.MustCompile(`(?m)^\t+.*?[^\s:].*?:`), + ), + rule.Always( + rule.MatchingLanguages("YAML"), + ), + }, ".yy": &Heuristics{ rule.Or( rule.MatchingLanguages("JSON"), diff --git a/data/documentation.go b/data/documentation.go index c528aa5..20ed679 100644 --- a/data/documentation.go +++ b/data/documentation.go @@ -1,5 +1,5 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac +// Extracted from github/linguist commit: 97bc889ce840208652bf09b45f3b7859de43fe8e package data diff --git a/data/extension.go b/data/extension.go index 4f3dfd9..e4105a2 100644 --- a/data/extension.go +++ b/data/extension.go @@ -1,5 +1,5 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac +// Extracted from github/linguist commit: 97bc889ce840208652bf09b45f3b7859de43fe8e package data @@ -9,6 +9,7 @@ var LanguagesByExtension = map[string][]string{ ".1m": {"Roff", "Roff Manpage"}, ".1x": {"Roff", "Roff Manpage"}, ".2": {"Roff", "Roff Manpage"}, + ".2da": {"2-Dimensional Array"}, ".3": {"Roff", "Roff Manpage"}, ".3in": {"Roff", "Roff Manpage"}, ".3m": {"Roff", "Roff Manpage"}, @@ -91,6 +92,7 @@ var LanguagesByExtension = map[string][]string{ ".avsc": {"JSON"}, ".aw": {"PHP"}, ".awk": {"Awk"}, + ".axaml": {"XML"}, ".axd": {"ASP.NET"}, ".axi": {"NetLinx"}, ".axi.erb": {"NetLinx+ERB"}, @@ -163,6 +165,7 @@ var LanguagesByExtension = map[string][]string{ ".ck": {"ChucK"}, ".cl": {"Common Lisp", "Cool", "OpenCL"}, ".cl2": {"Clojure"}, + ".clar": {"Clarity"}, ".click": {"Click"}, ".clixml": {"XML"}, ".clj": {"Clojure"}, @@ -182,6 +185,7 @@ var LanguagesByExtension = map[string][]string{ ".cob": {"COBOL"}, ".cobol": {"COBOL"}, ".cocci": {"SmPL"}, + ".code-snippets": {"JSON with Comments"}, ".coffee": {"CoffeeScript"}, ".coffee.md": {"Literate CoffeeScript"}, ".com": {"DIGITAL Command Language"}, @@ -200,6 +204,7 @@ var LanguagesByExtension = map[string][]string{ ".cr": {"Crystal"}, ".creole": {"Creole"}, ".cs": {"C#", "Smalltalk"}, + ".csc": {"GSC"}, ".cscfg": {"XML"}, ".csd": {"Csound Document"}, ".csdef": {"XML"}, @@ -216,6 +221,7 @@ var LanguagesByExtension = map[string][]string{ ".cu": {"Cuda"}, ".cue": {"CUE", "Cue Sheet"}, ".cuh": {"Cuda"}, + ".curry": {"Curry"}, ".cw": {"Redcode"}, ".cwl": {"Common Workflow Language"}, ".cxx": {"C++"}, @@ -256,6 +262,7 @@ var LanguagesByExtension = map[string][]string{ ".dpatch": {"Darcs Patch"}, ".dpr": {"Pascal"}, ".druby": {"Mirah"}, + ".dsc": {"Debian Package Control File", "DenizenScript"}, ".dsl": {"ASL"}, ".dsp": {"Faust", "Microsoft Developer Studio Project"}, ".dtx": {"TeX"}, @@ -264,7 +271,7 @@ var LanguagesByExtension = map[string][]string{ ".dyalog": {"APL"}, ".dyl": {"Dylan"}, ".dylan": {"Dylan"}, - ".e": {"E", "Eiffel"}, + ".e": {"E", "Eiffel", "Euphoria"}, ".eam.fs": {"Formatted"}, ".eb": {"Easybuild"}, ".ebnf": {"EBNF"}, @@ -301,7 +308,7 @@ var LanguagesByExtension = map[string][]string{ ".es": {"Erlang", "JavaScript"}, ".es6": {"JavaScript"}, ".escript": {"Erlang"}, - ".ex": {"Elixir"}, + ".ex": {"Elixir", "Euphoria"}, ".exs": {"Elixir"}, ".eye": {"Ruby"}, ".f": {"Filebench WML", "Forth", "Fortran"}, @@ -374,6 +381,7 @@ var LanguagesByExtension = map[string][]string{ ".gitignore": {"Ignore List"}, ".gko": {"Gerber Image"}, ".glade": {"XML"}, + ".gleam": {"Gleam"}, ".glf": {"Glyph"}, ".glsl": {"GLSL"}, ".glslf": {"GLSL"}, @@ -402,6 +410,8 @@ var LanguagesByExtension = map[string][]string{ ".grt": {"Groovy"}, ".grxml": {"XML"}, ".gs": {"GLSL", "Genie", "Gosu", "JavaScript"}, + ".gsc": {"GSC"}, + ".gsh": {"GSC"}, ".gshader": {"GLSL"}, ".gsp": {"Groovy Server Pages"}, ".gst": {"Gosu", "XML"}, @@ -433,6 +443,7 @@ var LanguagesByExtension = map[string][]string{ ".hlean": {"Lean"}, ".hlsl": {"HLSL"}, ".hlsli": {"HLSL"}, + ".hoon": {"hoon"}, ".hpp": {"C++"}, ".hqf": {"SQF"}, ".hql": {"HiveQL"}, @@ -489,6 +500,7 @@ var LanguagesByExtension = map[string][]string{ ".j2": {"Jinja"}, ".jade": {"Pug"}, ".jake": {"JavaScript"}, + ".janet": {"Janet"}, ".jav": {"Java"}, ".java": {"Java"}, ".javascript": {"JavaScript"}, @@ -533,6 +545,7 @@ var LanguagesByExtension = map[string][]string{ ".kt": {"Kotlin"}, ".ktm": {"Kotlin"}, ".kts": {"Kotlin"}, + ".kv": {"kvlang"}, ".l": {"Common Lisp", "Lex", "PicoLisp", "Roff"}, ".lagda": {"Literate Agda"}, ".lark": {"Lark"}, @@ -613,6 +626,7 @@ var LanguagesByExtension = map[string][]string{ ".metal": {"Metal"}, ".mg": {"Modula-3"}, ".minid": {"MiniD"}, + ".mint": {"Mint"}, ".mir": {"YAML"}, ".mirah": {"Mirah"}, ".mjml": {"XML"}, @@ -744,7 +758,8 @@ var LanguagesByExtension = map[string][]string{ ".patch": {"Diff"}, ".pb": {"PureBasic"}, ".pbi": {"PureBasic"}, - ".pbt": {"PowerBuilder"}, + ".pbt": {"PowerBuilder", "Protocol Buffer Text Format"}, + ".pbtxt": {"Protocol Buffer Text Format"}, ".pcbdoc": {"Altium Designer"}, ".pck": {"PLSQL"}, ".pcss": {"PostCSS"}, @@ -905,6 +920,7 @@ var LanguagesByExtension = map[string][]string{ ".rockspec": {"Lua"}, ".roff": {"Roff"}, ".ronn": {"Markdown"}, + ".rpgle": {"RPGLE"}, ".rpy": {"Python", "Ren'Py"}, ".rq": {"SPARQL"}, ".rs": {"RenderScript", "Rust", "XML"}, @@ -943,6 +959,7 @@ var LanguagesByExtension = map[string][]string{ ".scxml": {"XML"}, ".sed": {"sed"}, ".self": {"Self"}, + ".service": {"desktop"}, ".sexp": {"Common Lisp"}, ".sfd": {"Spline Font Database"}, ".sfproj": {"XML"}, @@ -981,6 +998,7 @@ var LanguagesByExtension = map[string][]string{ ".sps": {"Scheme"}, ".sqf": {"SQF"}, ".sql": {"PLSQL", "PLpgSQL", "SQL", "SQLPL", "TSQL"}, + ".sqlrpgle": {"RPGLE"}, ".sra": {"PowerBuilder"}, ".srdf": {"XML"}, ".srt": {"SRecode Template", "SubRip Text"}, @@ -1035,6 +1053,7 @@ var LanguagesByExtension = map[string][]string{ ".texi": {"Texinfo"}, ".texinfo": {"Texinfo"}, ".textile": {"Textile"}, + ".textproto": {"Protocol Buffer Text Format"}, ".tf": {"HCL"}, ".tfstate": {"JSON"}, ".tfstate.backup": {"JSON"}, @@ -1123,6 +1142,7 @@ var LanguagesByExtension = map[string][]string{ ".vue": {"Vue"}, ".vw": {"PLSQL"}, ".vxml": {"XML"}, + ".vy": {"Vyper"}, ".w": {"CWeb", "OpenEdge ABL"}, ".wast": {"WebAssembly"}, ".wat": {"WebAssembly"}, @@ -1142,6 +1162,7 @@ var LanguagesByExtension = map[string][]string{ ".wlua": {"Lua"}, ".workbook": {"Markdown"}, ".workflow": {"HCL", "XML"}, + ".ws": {"Witcher Script"}, ".wsdl": {"XML"}, ".wsf": {"XML"}, ".wsgi": {"Python"}, @@ -1199,7 +1220,7 @@ var LanguagesByExtension = map[string][]string{ ".xzap": {"ZAP"}, ".y": {"Yacc"}, ".yacc": {"Yacc"}, - ".yaml": {"YAML"}, + ".yaml": {"MiniYAML", "YAML"}, ".yaml-tmlanguage": {"YAML"}, ".yaml.sed": {"YAML"}, ".yang": {"YANG"}, @@ -1224,10 +1245,12 @@ var LanguagesByExtension = map[string][]string{ ".zpl": {"Zimpl"}, ".zs": {"ZenScript"}, ".zsh": {"Shell"}, + ".zsh-theme": {"Shell"}, } var ExtensionsByLanguage = map[string][]string{ "1C Enterprise": {".bsl", ".os"}, + "2-Dimensional Array": {".2da"}, "4D": {".4dm"}, "ABAP": {".abap"}, "ABAP CDS": {".asddls"}, @@ -1306,6 +1329,7 @@ var ExtensionsByLanguage = map[string][]string{ "ChucK": {".ck"}, "Cirru": {".cirru"}, "Clarion": {".clw"}, + "Clarity": {".clar"}, "Classic ASP": {".asp"}, "Clean": {".icl", ".dcl"}, "Click": {".click"}, @@ -1329,6 +1353,7 @@ var ExtensionsByLanguage = map[string][]string{ "Csound Score": {".sco"}, "Cuda": {".cu", ".cuh"}, "Cue Sheet": {".cue"}, + "Curry": {".curry"}, "Cycript": {".cy"}, "Cython": {".pyx", ".pxd", ".pxi"}, "D": {".d", ".di"}, @@ -1341,6 +1366,8 @@ var ExtensionsByLanguage = map[string][]string{ "Darcs Patch": {".darcspatch", ".dpatch"}, "Dart": {".dart"}, "DataWeave": {".dwl"}, + "Debian Package Control File": {".dsc"}, + "DenizenScript": {".dsc"}, "Dhall": {".dhall"}, "Diff": {".diff", ".patch"}, "DirectX 3D File": {".x"}, @@ -1364,6 +1391,7 @@ var ExtensionsByLanguage = map[string][]string{ "Emacs Lisp": {".el", ".emacs", ".emacs.desktop"}, "EmberScript": {".em", ".emberscript"}, "Erlang": {".erl", ".app.src", ".es", ".escript", ".hrl", ".xrl", ".yrl"}, + "Euphoria": {".e", ".ex"}, "F#": {".fs", ".fsi", ".fsx"}, "F*": {".fst"}, "FIGlet Font": {".flf"}, @@ -1394,6 +1422,7 @@ var ExtensionsByLanguage = map[string][]string{ "GEDCOM": {".ged"}, "GLSL": {".glsl", ".fp", ".frag", ".frg", ".fs", ".fsh", ".fshader", ".geo", ".geom", ".glslf", ".glslv", ".gs", ".gshader", ".rchit", ".rmiss", ".shader", ".tesc", ".tese", ".vert", ".vrx", ".vsh", ".vshader"}, "GN": {".gn", ".gni"}, + "GSC": {".gsc", ".csc", ".gsh"}, "Game Maker Language": {".gml"}, "Genie": {".gs"}, "Genshi": {".kid"}, @@ -1403,6 +1432,7 @@ var ExtensionsByLanguage = map[string][]string{ "Gettext Catalog": {".po", ".pot"}, "Gherkin": {".feature", ".story"}, "Git Config": {".gitconfig"}, + "Gleam": {".gleam"}, "Glyph": {".glf"}, "Glyph Bitmap Distribution Format": {".bdf"}, "Gnuplot": {".gp", ".gnu", ".gnuplot", ".p", ".plot", ".plt"}, @@ -1453,10 +1483,11 @@ var ExtensionsByLanguage = map[string][]string{ "J": {".ijs"}, "JFlex": {".flex", ".jflex"}, "JSON": {".json", ".avsc", ".geojson", ".gltf", ".har", ".ice", ".json-tmlanguage", ".jsonl", ".mcmeta", ".tfstate", ".tfstate.backup", ".topojson", ".webapp", ".webmanifest", ".yy", ".yyp"}, - "JSON with Comments": {".jsonc", ".sublime-build", ".sublime-commands", ".sublime-completions", ".sublime-keymap", ".sublime-macro", ".sublime-menu", ".sublime-mousemap", ".sublime-project", ".sublime-settings", ".sublime-theme", ".sublime-workspace", ".sublime_metrics", ".sublime_session"}, + "JSON with Comments": {".jsonc", ".code-snippets", ".sublime-build", ".sublime-commands", ".sublime-completions", ".sublime-keymap", ".sublime-macro", ".sublime-menu", ".sublime-mousemap", ".sublime-project", ".sublime-settings", ".sublime-theme", ".sublime-workspace", ".sublime_metrics", ".sublime_session"}, "JSON5": {".json5"}, "JSONLD": {".jsonld"}, "JSONiq": {".jq"}, + "Janet": {".janet"}, "Jasmin": {".j"}, "Java": {".java", ".jav"}, "Java Properties": {".properties"}, @@ -1529,6 +1560,8 @@ var ExtensionsByLanguage = map[string][]string{ "Microsoft Developer Studio Project": {".dsp"}, "Microsoft Visual Studio Solution": {".sln"}, "MiniD": {".minid"}, + "MiniYAML": {".yaml"}, + "Mint": {".mint"}, "Mirah": {".druby", ".duby", ".mirah"}, "Modelica": {".mo"}, "Modula-2": {".mod"}, @@ -1621,6 +1654,7 @@ var ExtensionsByLanguage = map[string][]string{ "Promela": {".pml"}, "Propeller Spin": {".spin"}, "Protocol Buffer": {".proto"}, + "Protocol Buffer Text Format": {".textproto", ".pbt", ".pbtxt"}, "Public Key": {".asc", ".pub"}, "Pug": {".jade", ".pug"}, "Puppet": {".pp"}, @@ -1640,6 +1674,7 @@ var ExtensionsByLanguage = map[string][]string{ "REXX": {".rexx", ".pprx", ".rex"}, "RMarkdown": {".rmd"}, "RPC": {".x"}, + "RPGLE": {".rpgle", ".sqlrpgle"}, "RPM Spec": {".spec"}, "RUNOFF": {".rnh", ".rno"}, "Racket": {".rkt", ".rktd", ".rktl", ".scrbl"}, @@ -1685,7 +1720,7 @@ var ExtensionsByLanguage = map[string][]string{ "Scilab": {".sci", ".sce", ".tst"}, "Self": {".self"}, "ShaderLab": {".shader"}, - "Shell": {".sh", ".bash", ".bats", ".cgi", ".command", ".env", ".fcgi", ".ksh", ".sh.in", ".tmux", ".tool", ".zsh"}, + "Shell": {".sh", ".bash", ".bats", ".cgi", ".command", ".env", ".fcgi", ".ksh", ".sh.in", ".tmux", ".tool", ".zsh", ".zsh-theme"}, "ShellSession": {".sh-session"}, "Shen": {".shen"}, "Sieve": {".sieve"}, @@ -1753,6 +1788,7 @@ var ExtensionsByLanguage = map[string][]string{ "Visual Basic .NET": {".vb", ".vbhtml"}, "Volt": {".volt"}, "Vue": {".vue"}, + "Vyper": {".vy"}, "Wavefront Material": {".mtl"}, "Wavefront Object": {".obj"}, "Web Ontology Language": {".owl"}, @@ -1761,13 +1797,14 @@ var ExtensionsByLanguage = map[string][]string{ "WebVTT": {".vtt"}, "Wikitext": {".mediawiki", ".wiki", ".wikitext"}, "Windows Registry Entries": {".reg"}, + "Witcher Script": {".ws"}, "Wollok": {".wlk"}, "World of Warcraft Addon Data": {".toc"}, "X BitMap": {".xbm"}, "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", ".hzp", ".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mxml", ".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props", ".ps1xml", ".psc1", ".pt", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".srdf", ".storyboard", ".sublime-snippet", ".targets", ".tml", ".ts", ".tsx", ".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate", ".vxml", ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro", ".xaml", ".xib", ".xlf", ".xliff", ".xmi", ".xml.dist", ".xmp", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"}, + "XML": {".xml", ".adml", ".admx", ".ant", ".axaml", ".axml", ".builds", ".ccproj", ".ccxml", ".clixml", ".cproject", ".cscfg", ".csdef", ".csl", ".csproj", ".ct", ".depproj", ".dita", ".ditamap", ".ditaval", ".dll.config", ".dotsettings", ".filters", ".fsproj", ".fxml", ".glade", ".gml", ".gmx", ".grxml", ".gst", ".hzp", ".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mxml", ".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props", ".ps1xml", ".psc1", ".pt", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".srdf", ".storyboard", ".sublime-snippet", ".targets", ".tml", ".ts", ".tsx", ".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate", ".vxml", ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro", ".xaml", ".xib", ".xlf", ".xliff", ".xmi", ".xml.dist", ".xmp", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"}, "XML Property List": {".plist", ".sttheme", ".tmcommand", ".tmlanguage", ".tmpreferences", ".tmsnippet", ".tmtheme"}, "XPages": {".xsp-config", ".xsp.metadata"}, "XProc": {".xpl", ".xproc"}, @@ -1789,12 +1826,14 @@ var ExtensionsByLanguage = map[string][]string{ "Zephir": {".zep"}, "Zig": {".zig"}, "Zimpl": {".zimpl", ".zmpl", ".zpl"}, - "desktop": {".desktop", ".desktop.in"}, + "desktop": {".desktop", ".desktop.in", ".service"}, "dircolors": {".dircolors"}, "eC": {".ec", ".eh"}, "edn": {".edn"}, "fish": {".fish"}, + "hoon": {".hoon"}, "jq": {".jq"}, + "kvlang": {".kv"}, "mIRC Script": {".mrc"}, "mcfunction": {".mcfunction"}, "mupad": {".mu"}, diff --git a/data/filename.go b/data/filename.go index f6efc68..f8be2e6 100644 --- a/data/filename.go +++ b/data/filename.go @@ -1,5 +1,5 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac +// Extracted from github/linguist commit: 97bc889ce840208652bf09b45f3b7859de43fe8e package data @@ -85,6 +85,7 @@ var LanguagesByFilename = map[string][]string{ ".tern-config": {"JSON"}, ".tern-project": {"JSON"}, ".tm_properties": {"TextMate Properties"}, + ".vercelignore": {"Ignore List"}, ".vimrc": {"Vim Script"}, ".viper": {"Emacs Lisp"}, ".vscodeignore": {"Ignore List"}, @@ -164,6 +165,7 @@ var LanguagesByFilename = map[string][]string{ "Pipfile": {"TOML"}, "Pipfile.lock": {"JSON"}, "Podfile": {"Ruby"}, + "Procfile": {"Procfile"}, "Project.ede": {"Emacs Lisp"}, "Puppetfile": {"Ruby"}, "README.me": {"Text"}, @@ -179,6 +181,7 @@ var LanguagesByFilename = map[string][]string{ "Slakefile": {"LiveScript"}, "Snakefile": {"Python"}, "Snapfile": {"Ruby"}, + "Steepfile": {"Ruby"}, "Thorfile": {"Ruby"}, "Tiltfile": {"Starlark"}, "Vagrantfile": {"Ruby"}, diff --git a/data/frequencies.go b/data/frequencies.go index c407e12..5401b81 100644 --- a/data/frequencies.go +++ b/data/frequencies.go @@ -1,555 +1,573 @@ // Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT. -// Extracted from github/linguist commit: 80f3531e8a1014a23f4606458e5a528053ed3cac +// Extracted from github/linguist commit: 97bc889ce840208652bf09b45f3b7859de43fe8e package data var LanguagesLogProbabilities = map[string]float64{ - "1C Enterprise": -6.039064, - "4D": -6.444529, - "ABAP": -7.830823, - "ABAP CDS": -7.137676, - "ABNF": -7.830823, - "AGS Script": -6.444529, - "AIDL": -7.137676, - "AL": -6.732211, - "AMPL": -7.137676, - "API Blueprint": -6.732211, - "APL": -6.732211, - "ASL": -7.137676, - "ASN.1": -7.830823, - "ASP.NET": -6.444529, - "ATS": -5.633598, - "ActionScript": -6.444529, - "Adobe Font Metrics": -6.732211, - "Agda": -7.830823, - "Alloy": -6.732211, - "Alpine Abuild": -7.830823, - "Altium Designer": -6.444529, - "AngelScript": -7.137676, - "Ant Build System": -7.830823, - "ApacheConf": -6.444529, - "Apex": -6.039064, - "Apollo Guidance Computer": -7.830823, - "AppleScript": -5.884913, - "AsciiDoc": -6.732211, - "AspectJ": -7.137676, - "Assembly": -5.633598, - "Astro": -7.830823, - "Asymptote": -7.137676, - "AutoHotkey": -7.830823, - "Avro IDL": -7.830823, - "Awk": -7.830823, - "BASIC": -7.830823, - "Ballerina": -6.221385, - "Beef": -6.732211, - "BibTeX": -7.137676, - "Bicep": -7.137676, - "BitBake": -7.137676, - "Blade": -7.137676, - "BlitzBasic": -6.732211, - "BlitzMax": -7.830823, - "Bluespec": -7.137676, - "Boogie": -6.732211, - "Brainfuck": -6.221385, - "Brightscript": -7.830823, - "Browserslist": -7.137676, - "C": -3.770380, - "C#": -6.039064, - "C++": -3.918800, - "CIL": -7.137676, - "CLIPS": -7.137676, - "CMake": -5.884913, - "COBOL": -6.444529, - "CODEOWNERS": -7.830823, - "CSON": -6.444529, - "CSS": -7.137676, - "CSV": -7.830823, - "CUE": -7.137676, - "CWeb": -7.137676, - "Cabal Config": -6.444529, - "CartoCSS": -7.830823, - "Ceylon": -7.830823, - "Chapel": -6.221385, - "Charity": -7.830823, - "Cirru": -5.191766, - "Clarion": -6.444529, - "Classic ASP": -7.137676, - "Clean": -5.633598, - "Click": -7.137676, - "Clojure": -5.633598, - "Closure Templates": -7.830823, - "Cloud Firestore Security Rules": -7.830823, - "CoNLL-U": -6.732211, - "CodeQL": -6.039064, - "CoffeeScript": -5.528238, - "ColdFusion": -7.830823, - "ColdFusion CFC": -7.137676, - "Common Lisp": -5.633598, - "Common Workflow Language": -7.830823, - "Component Pascal": -7.137676, - "Cool": -7.137676, - "Coq": -5.265874, - "Creole": -7.830823, - "Crystal": -6.732211, - "Csound": -6.732211, - "Csound Document": -6.732211, - "Csound Score": -6.732211, - "Cuda": -7.137676, - "Cue Sheet": -7.137676, - "Cycript": -7.830823, - "D": -5.633598, - "DIGITAL Command Language": -6.444529, - "DM": -7.830823, - "DNS Zone": -7.137676, - "DTrace": -6.732211, - "Dafny": -7.137676, - "Dart": -7.830823, - "DataWeave": -6.221385, - "Dhall": -7.137676, - "Diff": -7.830823, - "DirectX 3D File": -7.830823, - "Dockerfile": -7.830823, - "Dogescript": -7.830823, - "E": -5.884913, - "E-mail": -7.830823, - "EBNF": -6.444529, - "ECL": -7.830823, - "ECLiPSe": -7.830823, - "EJS": -6.221385, - "EQ": -6.732211, - "Eagle": -7.137676, - "Earthly": -7.830823, - "Easybuild": -7.830823, - "EditorConfig": -7.830823, - "Edje Data Collection": -7.830823, - "Eiffel": -6.732211, - "Elixir": -7.830823, - "Elm": -6.732211, - "Emacs Lisp": -5.432928, - "EmberScript": -7.830823, - "Erlang": -5.191766, - "F#": -5.751381, - "FIGlet Font": -7.830823, - "FLUX": -6.444529, - "Fantom": -7.137676, - "Faust": -7.137676, - "Fennel": -7.137676, - "Filebench WML": -7.830823, - "Filterscript": -7.137676, - "Fluent": -6.221385, - "Formatted": -6.732211, - "Forth": -5.058234, - "Fortran": -6.221385, - "FreeBasic": -6.732211, - "FreeMarker": -7.137676, - "Frege": -6.444529, - "Fstar": -7.137676, - "Futhark": -7.830823, - "G-code": -6.732211, - "GAML": -6.039064, - "GAMS": -7.830823, - "GAP": -5.633598, - "GCC Machine Description": -7.830823, - "GDB": -7.137676, - "GDScript": -6.444529, - "GEDCOM": -7.830823, - "GLSL": -4.940451, - "GN": -5.432928, - "Game Maker Language": -5.432928, - "Gemfile.lock": -7.830823, - "Genie": -6.444529, - "Gerber Image": -4.940451, - "Gherkin": -7.137676, - "Git Attributes": -7.830823, - "Git Config": -6.732211, - "Glyph Bitmap Distribution Format": -7.830823, - "Gnuplot": -5.884913, - "Go": -6.444529, - "Go Checksums": -7.830823, - "Go Module": -7.830823, - "Golo": -4.534986, - "Gosu": -6.221385, - "Grace": -7.137676, - "Gradle": -7.137676, - "Grammatical Framework": -4.117251, - "Graph Modeling Language": -6.732211, - "GraphQL": -6.444529, - "Graphviz (DOT)": -7.137676, - "Groovy": -6.039064, - "Groovy Server Pages": -6.444529, - "HAProxy": -6.444529, - "HCL": -6.039064, - "HLSL": -6.221385, - "HTML": -5.751381, - "HTML+ECR": -7.830823, - "HTML+EEX": -6.732211, - "HTML+ERB": -6.732211, - "HTML+Razor": -7.137676, - "HXML": -7.137676, - "Hack": -4.429626, - "Haml": -7.137676, - "Handlebars": -7.137676, - "Haskell": -6.221385, - "HiveQL": -7.137676, - "HolyC": -6.221385, - "Hy": -6.732211, - "HyPhy": -5.751381, - "IDL": -6.444529, - "IGOR Pro": -6.732211, - "INI": -5.633598, - "Idris": -7.830823, - "Ignore List": -4.940451, - "ImageJ Macro": -7.137676, - "Inform 7": -7.137676, - "Inno Setup": -7.137676, - "Ioke": -7.830823, - "Isabelle": -7.830823, - "Isabelle ROOT": -7.830823, - "J": -7.137676, - "JAR Manifest": -7.830823, - "JFlex": -7.137676, - "JSON": -4.572726, - "JSON with Comments": -4.695329, - "JSON5": -7.137676, - "JSONLD": -7.830823, - "JSONiq": -7.137676, - "Jasmin": -5.751381, - "Java": -5.528238, - "Java Properties": -7.137676, - "JavaScript": -4.141944, - "JavaScript+ERB": -7.830823, - "Jest Snapshot": -7.830823, - "Jinja": -7.137676, - "Jison": -6.732211, - "Jison Lex": -7.137676, - "Jolie": -6.221385, - "Jsonnet": -7.830823, - "Julia": -7.137676, - "Jupyter Notebook": -7.830823, - "KRL": -7.830823, - "Kaitai Struct": -7.137676, - "KakouneScript": -6.732211, - "KiCad Layout": -5.058234, - "KiCad Legacy Layout": -7.830823, - "KiCad Schematic": -6.039064, - "Kit": -7.830823, - "Kotlin": -7.830823, - "Kusto": -6.732211, - "LFE": -6.444529, - "LOLCODE": -7.830823, - "LSL": -7.137676, - "LTspice Symbol": -7.830823, - "LabVIEW": -5.528238, - "Lark": -6.732211, - "Lasso": -6.732211, - "Latte": -7.137676, - "Lean": -7.137676, - "Less": -7.830823, - "Lex": -7.137676, - "Limbo": -6.732211, - "Linker Script": -6.444529, - "Linux Kernel Module": -6.732211, - "Liquid": -7.137676, - "Literate Agda": -7.830823, - "Literate CoffeeScript": -7.137676, - "LiveScript": -7.830823, - "Logos": -6.221385, - "Logtalk": -7.830823, - "LookML": -6.732211, - "LoomScript": -7.137676, - "Lua": -5.884913, - "M": -4.463527, - "M4": -6.444529, - "M4Sugar": -6.732211, - "MATLAB": -4.167261, - "MAXScript": -6.221385, - "MLIR": -6.444529, - "MQL4": -6.732211, - "MQL5": -6.732211, - "MTML": -7.830823, - "MUF": -7.137676, - "Macaulay2": -7.830823, - "Makefile": -5.345916, - "Markdown": -5.528238, - "Marko": -6.732211, - "Mask": -7.830823, - "Mathematica": -5.345916, - "Maven POM": -7.830823, - "Max": -6.732211, - "Mercury": -5.528238, - "Meson": -7.137676, - "Metal": -7.830823, - "Microsoft Developer Studio Project": -7.830823, - "Microsoft Visual Studio Solution": -7.830823, - "Modelica": -5.345916, - "Modula-2": -7.830823, - "Modula-3": -6.221385, - "Module Management System": -6.221385, - "Monkey": -6.221385, - "Moocode": -6.732211, - "MoonScript": -7.830823, - "Motoko": -7.137676, - "Motorola 68K Assembly": -6.039064, - "Muse": -7.137676, - "Mustache": -6.444529, - "NASL": -5.528238, - "NCL": -5.058234, - "NEON": -7.137676, - "NL": -7.137676, - "NPM Config": -7.830823, - "NSIS": -7.137676, - "NWScript": -6.039064, - "Nearley": -7.830823, - "Nemerle": -7.830823, - "NetLinx": -7.137676, - "NetLinx+ERB": -7.137676, - "NetLogo": -7.830823, - "NewLisp": -6.732211, - "Nextflow": -6.444529, - "Nginx": -6.732211, - "Nim": -6.039064, - "Nit": -4.652769, - "Nix": -7.830823, - "Nu": -7.137676, - "Nunjucks": -7.830823, - "OCaml": -5.528238, - "Object Data Instance Notation": -7.830823, - "ObjectScript": -7.830823, - "Objective-C": -4.739781, - "Objective-C++": -7.137676, - "Objective-J": -6.732211, - "Odin": -7.830823, - "Omgrofl": -7.830823, - "Opa": -7.137676, - "Opal": -7.830823, - "Open Policy Agent": -6.444529, - "OpenCL": -7.137676, - "OpenEdge ABL": -6.039064, - "OpenQASM": -7.830823, - "OpenRC runscript": -7.830823, - "OpenSCAD": -7.137676, - "OpenStep Property List": -7.137676, - "Org": -7.830823, - "Ox": -6.732211, - "Oxygene": -7.830823, - "Oz": -7.830823, - "P4": -7.137676, - "PEG.js": -7.830823, - "PHP": -4.886384, - "PLSQL": -5.751381, - "PLpgSQL": -5.884913, - "POV-Ray SDL": -5.345916, - "Pan": -4.940451, - "Papyrus": -6.732211, - "Parrot Assembly": -7.830823, - "Parrot Internal Representation": -7.830823, - "Pascal": -5.265874, - "Pawn": -5.884913, - "Pep8": -5.884913, - "Perl": -4.652769, - "Pic": -6.732211, - "Pickle": -6.444529, - "PicoLisp": -7.830823, - "PigLatin": -7.830823, - "Pike": -6.732211, - "PlantUML": -5.884913, - "Pod": -6.444529, - "Pod 6": -7.830823, - "PogoScript": -7.830823, - "Pony": -6.039064, - "PostCSS": -7.137676, - "PostScript": -6.732211, - "PowerBuilder": -6.039064, - "PowerShell": -6.444529, - "Prisma": -6.221385, - "Processing": -7.830823, - "Proguard": -6.732211, - "Prolog": -5.633598, - "Promela": -5.884913, - "Propeller Spin": -5.528238, - "Protocol Buffer": -7.830823, - "Public Key": -5.884913, - "Pug": -7.137676, - "Puppet": -6.221385, - "PureBasic": -7.137676, - "PureScript": -6.444529, - "Python": -4.695329, - "Q#": -7.137676, - "QML": -7.830823, - "QMake": -6.444529, - "Qt Script": -7.137676, - "Quake": -7.137676, - "R": -5.751381, - "RAML": -7.830823, - "RDoc": -7.830823, - "REXX": -6.444529, - "RMarkdown": -7.830823, - "RPC": -6.732211, - "RPM Spec": -6.732211, - "RUNOFF": -6.444529, - "Racket": -7.137676, - "Ragel": -6.732211, - "Raku": -4.652769, - "Rascal": -6.444529, - "ReScript": -7.830823, - "Readline Config": -7.830823, - "Reason": -6.039064, - "Rebol": -6.039064, - "Record Jar": -7.830823, - "Red": -7.137676, - "Redirect Rules": -7.830823, - "Regular Expression": -6.444529, - "Ren'Py": -7.830823, - "RenderScript": -7.137676, - "Rich Text Format": -7.137676, - "Ring": -6.444529, - "Riot": -7.137676, - "RobotFramework": -6.732211, - "Roff": -4.997610, - "Roff Manpage": -5.345916, - "Ruby": -4.275475, - "Rust": -6.732211, - "SAS": -6.732211, - "SCSS": -7.830823, - "SELinux Policy": -6.444529, - "SMT": -6.444529, - "SPARQL": -7.137676, - "SQF": -7.137676, - "SQL": -5.191766, - "SQLPL": -6.039064, - "SRecode Template": -7.830823, - "SSH Config": -6.039064, - "STON": -5.884913, - "SWIG": -6.732211, - "Sage": -7.830823, - "SaltStack": -6.039064, - "Sass": -7.830823, - "Scala": -5.884913, - "Scaml": -7.830823, - "Scheme": -6.444529, - "Scilab": -6.732211, - "ShaderLab": -6.732211, - "Shell": -3.898997, - "ShellCheck Config": -7.830823, - "ShellSession": -6.732211, - "Shen": -6.732211, - "Sieve": -5.432928, - "Singularity": -7.830823, - "Slash": -7.830823, - "Slice": -6.732211, - "Slim": -7.830823, - "SmPL": -7.830823, - "Smali": -5.884913, - "Smalltalk": -5.528238, - "Soong": -7.830823, - "SourcePawn": -6.732211, - "Squirrel": -7.830823, - "Stan": -6.732211, - "Standard ML": -6.221385, - "Starlark": -6.039064, - "Stata": -5.884913, - "StringTemplate": -7.830823, - "Stylus": -7.830823, - "SubRip Text": -7.830823, - "SugarSS": -7.830823, - "SuperCollider": -6.221385, - "Svelte": -7.830823, - "Swift": -4.069623, - "SystemVerilog": -6.444529, - "TI Program": -6.444529, - "TLA": -7.137676, - "TOML": -6.444529, - "TSQL": -6.444529, - "TSV": -7.830823, - "TSX": -6.444529, - "TXL": -7.830823, - "Tcl": -6.221385, - "Tcsh": -7.830823, - "TeX": -5.884913, - "Tea": -7.830823, - "Terra": -6.732211, - "Texinfo": -7.830823, - "Text": -4.572726, - "TextMate Properties": -7.830823, - "Thrift": -7.830823, - "Turing": -6.444529, - "Turtle": -7.137676, - "Type Language": -7.137676, - "TypeScript": -6.732211, - "Unity3D Asset": -6.039064, - "Unix Assembly": -6.444529, - "Uno": -6.732211, - "UnrealScript": -7.137676, - "UrWeb": -7.137676, - "V": -5.633598, - "VBA": -6.444529, - "VBScript": -7.830823, - "VCL": -7.137676, - "VHDL": -7.830823, - "Valve Data Format": -7.830823, - "Verilog": -5.191766, - "Vim Help File": -7.830823, - "Vim Script": -5.633598, - "Vim Snippet": -7.137676, - "Visual Basic .NET": -6.732211, - "Volt": -7.830823, - "Vue": -7.137676, - "Wavefront Material": -6.444529, - "Wavefront Object": -6.221385, - "Web Ontology Language": -7.830823, - "WebAssembly": -6.039064, - "WebIDL": -7.137676, - "WebVTT": -7.137676, - "Wget Config": -7.830823, - "Wikitext": -7.137676, - "Windows Registry Entries": -7.830823, - "Wollok": -7.137676, - "World of Warcraft Addon Data": -6.732211, - "X BitMap": -7.830823, - "X Font Directory Index": -6.444529, - "X PixMap": -7.137676, - "X10": -4.940451, - "XC": -7.830823, - "XCompose": -7.830823, - "XML": -3.596716, - "XML Property List": -5.884913, - "XPages": -7.137676, - "XProc": -7.830823, - "XQuery": -7.830823, - "XS": -7.830823, - "XSLT": -7.830823, - "Xojo": -6.039064, - "Xonsh": -7.830823, - "Xtend": -7.137676, - "YAML": -5.265874, - "YANG": -7.830823, - "YARA": -6.732211, - "YASnippet": -7.137676, - "Yacc": -7.830823, - "ZAP": -7.830823, - "ZIL": -7.830823, - "Zeek": -6.732211, - "ZenScript": -7.830823, - "Zephir": -7.137676, - "Zig": -6.732211, - "Zimpl": -7.830823, - "cURL Config": -7.830823, - "desktop": -7.830823, - "dircolors": -7.830823, - "eC": -7.830823, - "edn": -7.830823, - "fish": -6.732211, - "jq": -7.137676, - "mIRC Script": -6.444529, - "mcfunction": -7.830823, - "nanorc": -6.732211, - "q": -7.137676, - "reStructuredText": -7.830823, - "robots.txt": -7.830823, - "sed": -7.830823, - "wdl": -6.732211, - "wisp": -7.830823, - "xBase": -6.732211, + "1C Enterprise": -6.072660, + "2-Dimensional Array": -7.171273, + "4D": -6.478126, + "ABAP": -7.864420, + "ABAP CDS": -7.171273, + "ABNF": -7.864420, + "AGS Script": -6.478126, + "AIDL": -7.171273, + "AL": -6.765808, + "AMPL": -7.171273, + "API Blueprint": -6.765808, + "APL": -6.765808, + "ASL": -7.171273, + "ASN.1": -7.864420, + "ASP.NET": -6.478126, + "ATS": -5.667195, + "ActionScript": -6.478126, + "Adobe Font Metrics": -6.765808, + "Agda": -7.864420, + "Alloy": -6.765808, + "Alpine Abuild": -7.864420, + "Altium Designer": -6.478126, + "AngelScript": -7.171273, + "Ant Build System": -7.864420, + "ApacheConf": -6.478126, + "Apex": -6.072660, + "Apollo Guidance Computer": -7.864420, + "AppleScript": -5.918510, + "AsciiDoc": -6.765808, + "AspectJ": -7.171273, + "Assembly": -5.667195, + "Astro": -7.864420, + "Asymptote": -7.171273, + "AutoHotkey": -7.864420, + "Avro IDL": -7.864420, + "Awk": -7.864420, + "BASIC": -7.864420, + "Ballerina": -6.254982, + "Beef": -6.765808, + "BibTeX": -7.171273, + "Bicep": -7.171273, + "BitBake": -7.171273, + "Blade": -7.171273, + "BlitzBasic": -6.765808, + "BlitzMax": -7.864420, + "Bluespec": -7.171273, + "Boogie": -6.765808, + "Brainfuck": -6.254982, + "Brightscript": -7.864420, + "Browserslist": -7.171273, + "C": -3.803977, + "C#": -6.072660, + "C++": -3.952397, + "CIL": -7.171273, + "CLIPS": -7.171273, + "CMake": -5.918510, + "COBOL": -6.478126, + "CODEOWNERS": -7.864420, + "CSON": -6.478126, + "CSS": -7.171273, + "CSV": -7.864420, + "CUE": -7.171273, + "CWeb": -7.171273, + "Cabal Config": -6.478126, + "CartoCSS": -7.864420, + "Ceylon": -7.864420, + "Chapel": -6.254982, + "Charity": -7.864420, + "Cirru": -5.225363, + "Clarion": -6.478126, + "Clarity": -6.765808, + "Classic ASP": -7.171273, + "Clean": -5.667195, + "Click": -7.171273, + "Clojure": -5.667195, + "Closure Templates": -7.864420, + "Cloud Firestore Security Rules": -7.864420, + "CoNLL-U": -6.765808, + "CodeQL": -6.072660, + "CoffeeScript": -5.561835, + "ColdFusion": -7.864420, + "ColdFusion CFC": -7.171273, + "Common Lisp": -5.667195, + "Common Workflow Language": -7.864420, + "Component Pascal": -7.171273, + "Cool": -7.171273, + "Coq": -5.299471, + "Creole": -7.864420, + "Crystal": -6.765808, + "Csound": -6.765808, + "Csound Document": -6.765808, + "Csound Score": -6.765808, + "Cuda": -7.171273, + "Cue Sheet": -7.171273, + "Curry": -7.171273, + "Cycript": -7.864420, + "D": -5.667195, + "DIGITAL Command Language": -6.478126, + "DM": -7.864420, + "DNS Zone": -7.171273, + "DTrace": -6.765808, + "Dafny": -7.171273, + "Dart": -7.864420, + "DataWeave": -6.254982, + "Debian Package Control File": -7.171273, + "DenizenScript": -7.171273, + "Dhall": -7.171273, + "Diff": -7.864420, + "DirectX 3D File": -7.864420, + "Dockerfile": -7.864420, + "Dogescript": -7.864420, + "E": -5.918510, + "E-mail": -7.864420, + "EBNF": -6.478126, + "ECL": -7.864420, + "ECLiPSe": -7.864420, + "EJS": -6.254982, + "EQ": -6.765808, + "Eagle": -7.171273, + "Earthly": -7.864420, + "Easybuild": -7.864420, + "EditorConfig": -7.864420, + "Edje Data Collection": -7.864420, + "Eiffel": -5.918510, + "Elixir": -6.072660, + "Elm": -6.765808, + "Emacs Lisp": -5.466525, + "EmberScript": -7.864420, + "Erlang": -5.225363, + "Euphoria": -5.561835, + "F#": -5.784978, + "FIGlet Font": -7.864420, + "FLUX": -6.478126, + "Fantom": -7.171273, + "Faust": -7.171273, + "Fennel": -7.171273, + "Filebench WML": -7.864420, + "Filterscript": -7.171273, + "Fluent": -6.254982, + "Formatted": -6.765808, + "Forth": -5.091831, + "Fortran": -6.254982, + "FreeBasic": -6.765808, + "FreeMarker": -7.171273, + "Frege": -6.478126, + "Fstar": -7.171273, + "Futhark": -7.864420, + "G-code": -6.765808, + "GAML": -6.072660, + "GAMS": -7.864420, + "GAP": -5.667195, + "GCC Machine Description": -7.864420, + "GDB": -7.171273, + "GDScript": -6.478126, + "GEDCOM": -7.864420, + "GLSL": -4.974048, + "GN": -5.466525, + "GSC": -6.072660, + "Game Maker Language": -5.466525, + "Gemfile.lock": -7.864420, + "Genie": -6.478126, + "Gerber Image": -4.974048, + "Gherkin": -7.171273, + "Git Attributes": -7.864420, + "Git Config": -6.765808, + "Gleam": -7.171273, + "Glyph Bitmap Distribution Format": -7.864420, + "Gnuplot": -5.918510, + "Go": -6.478126, + "Go Checksums": -7.864420, + "Go Module": -7.864420, + "Golo": -4.568583, + "Gosu": -6.254982, + "Grace": -7.171273, + "Gradle": -7.171273, + "Grammatical Framework": -4.150848, + "Graph Modeling Language": -6.765808, + "GraphQL": -6.478126, + "Graphviz (DOT)": -7.171273, + "Groovy": -6.072660, + "Groovy Server Pages": -6.478126, + "HAProxy": -6.478126, + "HCL": -6.072660, + "HLSL": -6.254982, + "HTML": -5.784978, + "HTML+ECR": -7.864420, + "HTML+EEX": -6.765808, + "HTML+ERB": -6.765808, + "HTML+Razor": -7.171273, + "HXML": -7.171273, + "Hack": -4.463223, + "Haml": -7.171273, + "Handlebars": -7.171273, + "Haskell": -6.254982, + "HiveQL": -7.171273, + "HolyC": -6.254982, + "Hy": -6.765808, + "HyPhy": -5.784978, + "IDL": -6.478126, + "IGOR Pro": -6.765808, + "INI": -5.667195, + "Idris": -7.864420, + "Ignore List": -4.919981, + "ImageJ Macro": -7.171273, + "Inform 7": -7.171273, + "Inno Setup": -7.171273, + "Ioke": -7.864420, + "Isabelle": -7.864420, + "Isabelle ROOT": -7.864420, + "J": -7.171273, + "JAR Manifest": -7.864420, + "JFlex": -7.171273, + "JSON": -4.606323, + "JSON with Comments": -4.686366, + "JSON5": -7.171273, + "JSONLD": -7.864420, + "JSONiq": -7.171273, + "Janet": -6.765808, + "Jasmin": -5.784978, + "Java": -5.561835, + "Java Properties": -7.171273, + "JavaScript": -4.175540, + "JavaScript+ERB": -7.864420, + "Jest Snapshot": -7.864420, + "Jinja": -7.171273, + "Jison": -6.765808, + "Jison Lex": -7.171273, + "Jolie": -6.254982, + "Jsonnet": -7.864420, + "Julia": -7.171273, + "Jupyter Notebook": -7.864420, + "KRL": -7.864420, + "Kaitai Struct": -7.171273, + "KakouneScript": -6.765808, + "KiCad Layout": -5.091831, + "KiCad Legacy Layout": -7.864420, + "KiCad Schematic": -6.072660, + "Kit": -7.864420, + "Kotlin": -7.864420, + "Kusto": -6.765808, + "LFE": -6.478126, + "LOLCODE": -7.864420, + "LSL": -7.171273, + "LTspice Symbol": -7.864420, + "LabVIEW": -5.561835, + "Lark": -6.765808, + "Lasso": -6.765808, + "Latte": -7.171273, + "Lean": -7.171273, + "Less": -7.864420, + "Lex": -7.171273, + "Limbo": -6.765808, + "Linker Script": -6.478126, + "Linux Kernel Module": -6.765808, + "Liquid": -7.171273, + "Literate Agda": -7.864420, + "Literate CoffeeScript": -7.171273, + "LiveScript": -7.864420, + "Logos": -6.254982, + "Logtalk": -7.864420, + "LookML": -6.765808, + "LoomScript": -7.171273, + "Lua": -5.918510, + "M": -4.497124, + "M4": -6.478126, + "M4Sugar": -6.765808, + "MATLAB": -4.200858, + "MAXScript": -6.254982, + "MLIR": -6.478126, + "MQL4": -6.765808, + "MQL5": -6.765808, + "MTML": -7.864420, + "MUF": -7.171273, + "Macaulay2": -7.864420, + "Makefile": -5.379513, + "Markdown": -5.561835, + "Marko": -6.765808, + "Mask": -7.864420, + "Mathematica": -5.379513, + "Maven POM": -7.864420, + "Max": -6.765808, + "Mercury": -5.561835, + "Meson": -7.171273, + "Metal": -7.864420, + "Microsoft Developer Studio Project": -7.864420, + "Microsoft Visual Studio Solution": -7.864420, + "MiniYAML": -5.784978, + "Mint": -6.072660, + "Modelica": -5.379513, + "Modula-2": -7.864420, + "Modula-3": -6.254982, + "Module Management System": -6.254982, + "Monkey": -6.254982, + "Moocode": -6.765808, + "MoonScript": -7.864420, + "Motoko": -7.171273, + "Motorola 68K Assembly": -6.072660, + "Muse": -7.171273, + "Mustache": -6.478126, + "NASL": -5.561835, + "NCL": -5.091831, + "NEON": -7.171273, + "NL": -7.171273, + "NPM Config": -7.864420, + "NSIS": -7.171273, + "NWScript": -6.072660, + "Nearley": -7.864420, + "Nemerle": -7.864420, + "NetLinx": -7.171273, + "NetLinx+ERB": -7.171273, + "NetLogo": -7.864420, + "NewLisp": -6.765808, + "Nextflow": -6.478126, + "Nginx": -6.765808, + "Nim": -6.072660, + "Nit": -4.686366, + "Nix": -7.864420, + "Nu": -7.171273, + "Nunjucks": -7.864420, + "OCaml": -5.561835, + "Object Data Instance Notation": -7.864420, + "ObjectScript": -7.864420, + "Objective-C": -4.773377, + "Objective-C++": -7.171273, + "Objective-J": -6.765808, + "Odin": -7.864420, + "Omgrofl": -7.864420, + "Opa": -7.171273, + "Opal": -7.864420, + "Open Policy Agent": -6.478126, + "OpenCL": -7.171273, + "OpenEdge ABL": -6.072660, + "OpenQASM": -7.864420, + "OpenRC runscript": -7.864420, + "OpenSCAD": -7.171273, + "OpenStep Property List": -7.171273, + "Org": -7.864420, + "Ox": -6.765808, + "Oxygene": -7.864420, + "Oz": -7.864420, + "P4": -7.171273, + "PEG.js": -7.864420, + "PHP": -4.919981, + "PLSQL": -5.784978, + "PLpgSQL": -5.918510, + "POV-Ray SDL": -5.379513, + "Pan": -4.974048, + "Papyrus": -6.765808, + "Parrot Assembly": -7.864420, + "Parrot Internal Representation": -7.864420, + "Pascal": -5.299471, + "Pawn": -5.918510, + "Pep8": -5.918510, + "Perl": -4.686366, + "Pic": -6.765808, + "Pickle": -6.478126, + "PicoLisp": -7.864420, + "PigLatin": -7.864420, + "Pike": -6.765808, + "PlantUML": -5.918510, + "Pod": -6.478126, + "Pod 6": -7.864420, + "PogoScript": -7.864420, + "Pony": -6.072660, + "PostCSS": -7.171273, + "PostScript": -6.765808, + "PowerBuilder": -6.072660, + "PowerShell": -6.478126, + "Prisma": -6.254982, + "Processing": -7.864420, + "Procfile": -7.864420, + "Proguard": -6.765808, + "Prolog": -5.667195, + "Promela": -5.918510, + "Propeller Spin": -5.561835, + "Protocol Buffer": -7.864420, + "Protocol Buffer Text Format": -6.478126, + "Public Key": -5.918510, + "Pug": -7.171273, + "Puppet": -6.254982, + "PureBasic": -7.171273, + "PureScript": -6.478126, + "Python": -4.728926, + "Q#": -7.171273, + "QML": -7.864420, + "QMake": -6.478126, + "Qt Script": -7.171273, + "Quake": -7.171273, + "R": -5.784978, + "RAML": -7.864420, + "RDoc": -7.864420, + "REXX": -6.478126, + "RMarkdown": -7.864420, + "RPC": -6.765808, + "RPGLE": -5.667195, + "RPM Spec": -6.765808, + "RUNOFF": -6.478126, + "Racket": -7.171273, + "Ragel": -6.765808, + "Raku": -4.686366, + "Rascal": -6.478126, + "ReScript": -7.864420, + "Readline Config": -7.864420, + "Reason": -6.072660, + "Rebol": -6.072660, + "Record Jar": -7.864420, + "Red": -7.171273, + "Redirect Rules": -7.864420, + "Regular Expression": -6.478126, + "Ren'Py": -7.864420, + "RenderScript": -7.171273, + "Rich Text Format": -7.171273, + "Ring": -6.478126, + "Riot": -7.171273, + "RobotFramework": -6.765808, + "Roff": -5.031207, + "Roff Manpage": -5.379513, + "Ruby": -4.280901, + "Rust": -6.765808, + "SAS": -6.765808, + "SCSS": -7.864420, + "SELinux Policy": -6.478126, + "SMT": -6.478126, + "SPARQL": -7.171273, + "SQF": -7.171273, + "SQL": -5.225363, + "SQLPL": -6.072660, + "SRecode Template": -7.864420, + "SSH Config": -6.072660, + "STON": -5.918510, + "SWIG": -6.765808, + "Sage": -7.864420, + "SaltStack": -6.072660, + "Sass": -7.864420, + "Scala": -5.918510, + "Scaml": -7.864420, + "Scheme": -6.478126, + "Scilab": -6.765808, + "ShaderLab": -6.765808, + "Shell": -3.913176, + "ShellCheck Config": -7.864420, + "ShellSession": -6.765808, + "Shen": -6.765808, + "Sieve": -5.466525, + "Singularity": -7.864420, + "Slash": -7.864420, + "Slice": -6.765808, + "Slim": -7.864420, + "SmPL": -7.864420, + "Smali": -5.918510, + "Smalltalk": -5.561835, + "Soong": -7.864420, + "SourcePawn": -6.765808, + "Squirrel": -7.864420, + "Stan": -6.765808, + "Standard ML": -6.254982, + "Starlark": -6.072660, + "Stata": -5.918510, + "StringTemplate": -7.864420, + "Stylus": -7.864420, + "SubRip Text": -7.864420, + "SugarSS": -7.864420, + "SuperCollider": -6.254982, + "Svelte": -7.864420, + "Swift": -4.103220, + "SystemVerilog": -6.478126, + "TI Program": -6.478126, + "TLA": -7.171273, + "TOML": -6.478126, + "TSQL": -6.478126, + "TSV": -7.864420, + "TSX": -6.478126, + "TXL": -7.864420, + "Tcl": -6.254982, + "Tcsh": -7.864420, + "TeX": -5.918510, + "Tea": -7.864420, + "Terra": -6.765808, + "Texinfo": -7.864420, + "Text": -4.606323, + "TextMate Properties": -7.864420, + "Thrift": -7.864420, + "Turing": -6.478126, + "Turtle": -7.171273, + "Type Language": -7.171273, + "TypeScript": -6.765808, + "Unity3D Asset": -6.072660, + "Unix Assembly": -6.478126, + "Uno": -6.765808, + "UnrealScript": -7.171273, + "UrWeb": -7.171273, + "V": -5.667195, + "VBA": -6.478126, + "VBScript": -7.864420, + "VCL": -7.171273, + "VHDL": -7.864420, + "Valve Data Format": -7.864420, + "Verilog": -5.225363, + "Vim Help File": -7.864420, + "Vim Script": -5.667195, + "Vim Snippet": -7.171273, + "Visual Basic .NET": -6.765808, + "Volt": -7.864420, + "Vue": -7.171273, + "Vyper": -6.254982, + "Wavefront Material": -6.478126, + "Wavefront Object": -6.254982, + "Web Ontology Language": -7.864420, + "WebAssembly": -6.072660, + "WebIDL": -7.171273, + "WebVTT": -7.171273, + "Wget Config": -7.864420, + "Wikitext": -7.171273, + "Windows Registry Entries": -7.864420, + "Witcher Script": -7.171273, + "Wollok": -7.171273, + "World of Warcraft Addon Data": -6.765808, + "X BitMap": -7.864420, + "X Font Directory Index": -6.478126, + "X PixMap": -7.171273, + "X10": -4.974048, + "XC": -7.864420, + "XCompose": -7.864420, + "XML": -3.615925, + "XML Property List": -5.918510, + "XPages": -7.171273, + "XProc": -7.864420, + "XQuery": -7.864420, + "XS": -7.864420, + "XSLT": -7.864420, + "Xojo": -6.072660, + "Xonsh": -7.864420, + "Xtend": -7.171273, + "YAML": -5.225363, + "YANG": -7.864420, + "YARA": -6.765808, + "YASnippet": -7.171273, + "Yacc": -7.864420, + "ZAP": -7.864420, + "ZIL": -7.864420, + "Zeek": -6.765808, + "ZenScript": -7.864420, + "Zephir": -7.171273, + "Zig": -6.765808, + "Zimpl": -7.864420, + "cURL Config": -7.864420, + "desktop": -7.171273, + "dircolors": -7.864420, + "eC": -7.864420, + "edn": -7.864420, + "fish": -6.765808, + "hoon": -7.171273, + "jq": -7.171273, + "kvlang": -7.864420, + "mIRC Script": -6.478126, + "mcfunction": -7.864420, + "nanorc": -6.765808, + "q": -7.171273, + "reStructuredText": -7.864420, + "robots.txt": -7.864420, + "sed": -7.864420, + "wdl": -6.765808, + "wisp": -7.864420, + "xBase": -6.765808, } var TokensLogProbabilities = map[string]map[string]float64{ @@ -637,6 +655,365 @@ var TokensLogProbabilities = map[string]map[string]float64{ "я": -4.565673, "\ufeff": -8.978471, }, + "2-Dimensional Array": map[string]float64{ + "(": -6.096575, + ")": -6.096575, + "****": -1.761465, + "-": -5.808893, + "A": -7.195187, + "ABORTONPARRY": -7.195187, + "BASE": -5.249277, + "BLOODCOLR": -7.195187, + "BODY_BAG": -7.195187, + "Badger": -6.502040, + "Badger_head": -6.502040, + "Bat": -7.195187, + "Bat_head": -7.195187, + "Battle_Horror": -7.195187, + "Bear": -6.096575, + "Bear_head": -5.808893, + "Beetle": -6.096575, + "Beetle_head": -5.808893, + "Boar": -7.195187, + "Bodak": -7.195187, + "Bodak_": -7.195187, + "Bone": -7.195187, + "Bugbear": -5.585749, + "CM": -6.096575, + "CREPERSPACE": -7.195187, + "Cat_head": -5.808893, + "Character_model": -5.249277, + "Chicken": -7.195187, + "Chicken_head": -7.195187, + "Cow": -7.195187, + "Curst_Swordsman": -7.195187, + "D": -7.195187, + "DA": -6.502040, + "Deer_Stag": -6.502040, + "Deer_head": -6.502040, + "Demon": -7.195187, + "Devil": -7.195187, + "Doom_Knight": -7.195187, + "Dragon_Black": -7.195187, + "Dragon_Copper": -6.502040, + "Dragon_Gold": -6.502040, + "Dragon_Green": -6.502040, + "Dragon_Red": -7.195187, + "Dragon_White": -7.195187, + "Dragon_head": -4.892602, + "Dryad_": -7.195187, + "E": -7.195187, + "ENVMAP": -6.502040, + "Elemental_Air": -6.502040, + "Elemental_Earth": -6.502040, + "Elemental_Fire": -6.502040, + "Elemental_Mist": -7.195187, + "Elemental_Water": -6.502040, + "Ettin": -6.502040, + "Ettin_Largehead": -6.502040, + "F": -3.729451, + "FAST": -3.668827, + "FOOTSTEPTYPE": -7.195187, + "Fairy": -7.195187, + "FiEl_Head": -6.502040, + "G": -4.199455, + "Gargoyle": -6.502040, + "Gargoyle_head": -7.195187, + "Ghast": -6.502040, + "Ghoul": -6.502040, + "Ghoul_Lord": -7.195187, + "Giant_Common": -6.502040, + "Giant_Noble": -6.502040, + "Goblin": -5.403428, + "GolFlesh_head": -7.195187, + "Golem_Bone_": -7.195187, + "Golem_Flesh": -7.195187, + "Golem_Iron": -6.502040, + "Golem_Stone": -6.502040, + "Great_Cat": -5.808893, + "H": -2.717851, + "HASARMS": -7.195187, + "HASLEGS": -7.195187, + "HEADTRACK": -7.195187, + "HEAD_ARC_H": -7.195187, + "HEAD_ARC_V": -7.195187, + "HEAD_NAME": -7.195187, + "HEIGHT": -7.195187, + "HELMET_SCALE_F": -7.195187, + "HELMET_SCALE_M": -7.195187, + "HITDIST": -7.195187, + "Intellect_Devourer": -6.502040, + "IroGolem_head": -6.502040, + "L": -4.250748, + "LABEL": -6.502040, + "Lich": -6.502040, + "Lizard": -7.195187, + "MODEL": -7.195187, + "MODELTYPE": -7.195187, + "MOVERATE": -7.195187, + "Mummy": -6.502040, + "N": -5.115746, + "NAME": -7.195187, + "NORM": -3.366546, + "Nightmare": -7.195187, + "None": -7.195187, + "NullTail": -7.195187, + "O": -7.195187, + "Ogre_elite": -7.195187, + "Ogre_head": -7.195187, + "Ox_head": -7.195187, + "P": -5.249277, + "PERCEPTIONDIST": -7.195187, + "PERSPACE": -7.195187, + "PORTRAIT": -7.195187, + "PREFATCKDIST": -7.195187, + "Parrot": -7.195187, + "Parrot_head": -7.195187, + "R": -3.224895, + "RACE": -7.195187, + "RACIALTYPE": -7.195187, + "RUNDIST": -7.195187, + "S": -3.283164, + "SIZECATEGORY": -7.195187, + "SLOW": -4.892602, + "SOUNDAPPTYPE": -7.195187, + "STRING_REF": -7.195187, + "Sahuagin": -6.502040, + "Sahuagin_Cleric": -7.195187, + "Sahuagin_Leader": -7.195187, + "Satyr_archer": -7.195187, + "Satyr_warrior": -7.195187, + "Skeleton": -5.808893, + "TARGETABLE": -7.195187, + "TARGETHEIGHT": -7.195187, + "V": -6.502040, + "VFAST": -5.585749, + "VSLOW": -6.502040, + "W": -4.556130, + "WALKDIST": -7.195187, + "WEAPONSCALE": -7.195187, + "WING_TAIL_SCALE": -7.195187, + "Welemental_head": -6.502040, + "Wildboar_head": -6.502040, + "Y": -6.096575, + "a": -5.585749, + "b": -5.585749, + "c": -4.199455, + "c_DrgBlack": -7.195187, + "c_DrgBlue": -7.195187, + "c_DrgBrass": -7.195187, + "c_DrgBrnz": -7.195187, + "c_DrgCopp": -7.195187, + "c_DrgGold": -7.195187, + "c_DrgGreen": -7.195187, + "c_DrgRed": -7.195187, + "c_DrgSilv": -7.195187, + "c_DrgWhite": -7.195187, + "c_Fairy": -7.195187, + "c_Ghast": -7.195187, + "c_GhoulLord": -7.195187, + "c_GolClay": -7.195187, + "c_GolStone": -7.195187, + "c_Lich": -7.195187, + "c_Ogre": -7.195187, + "c_a_bat": -7.195187, + "c_a_chicken": -7.195187, + "c_a_cow": -7.195187, + "c_a_deer": -7.195187, + "c_a_deerwhite": -7.195187, + "c_a_parrot": -7.195187, + "c_air": -7.195187, + "c_aireld": -7.195187, + "c_azergirl": -7.195187, + "c_azerman": -7.195187, + "c_badger": -7.195187, + "c_bathorror": -7.195187, + "c_bearblck": -7.195187, + "c_bearbrwn": -7.195187, + "c_beardire": -7.195187, + "c_bearpolar": -7.195187, + "c_boar": -7.195187, + "c_bodak": -7.195187, + "c_btlfire": -7.195187, + "c_btlslicer": -7.195187, + "c_btlstag": -7.195187, + "c_btlstink": -7.195187, + "c_bugbearA": -7.195187, + "c_bugbearB": -7.195187, + "c_bugchiefA": -7.195187, + "c_bugchiefB": -7.195187, + "c_bugwizA": -7.195187, + "c_bugwizB": -7.195187, + "c_cat_crag": -7.195187, + "c_cat_dire": -7.195187, + "c_cat_kren": -7.195187, + "c_cat_lep": -7.195187, + "c_curst": -7.195187, + "c_demon": -7.195187, + "c_devo_": -6.502040, + "c_direbadg": -7.195187, + "c_doomkght": -7.195187, + "c_drowmat": -7.195187, + "c_dryad": -7.195187, + "c_earth": -7.195187, + "c_eartheld": -7.195187, + "c_ettin": -7.195187, + "c_fire": -7.195187, + "c_fireeld": -7.195187, + "c_gargoyle": -7.195187, + "c_ghoul": -7.195187, + "c_gntfire": -7.195187, + "c_gntfrost": -7.195187, + "c_gnthill": -7.195187, + "c_gntmount": -7.195187, + "c_gobchiefA": -7.195187, + "c_gobchiefB": -7.195187, + "c_goblinA": -7.195187, + "c_goblinB": -7.195187, + "c_gobwizA": -7.195187, + "c_gobwizB": -7.195187, + "c_golbone": -7.195187, + "c_golflesh": -7.195187, + "c_goliron": -7.195187, + "c_horse": -3.187854, + "c_horse_j": -4.797292, + "c_invstalk": -7.195187, + "c_mum_com": -7.195187, + "c_mum_fight": -7.195187, + "c_nulltail": -7.195187, + "c_sahuagin": -7.195187, + "c_sahuagin_c": -7.195187, + "c_sahuagin_l": -7.195187, + "c_satyrarcher": -7.195187, + "c_satyrwarrior": -7.195187, + "c_shguard": -7.195187, + "c_skel_com": -7.195187, + "c_skel_priest": -7.195187, + "c_skel_war": -6.502040, + "c_tail_blk": -7.195187, + "c_tail_blu": -7.195187, + "c_tail_brs": -7.195187, + "c_tail_brz": -7.195187, + "c_tail_cop": -7.195187, + "c_tail_gol": -7.195187, + "c_tail_grn": -7.195187, + "c_tail_red": -7.195187, + "c_tail_sil": -7.195187, + "c_tail_whi": -7.195187, + "c_tailbone": -7.195187, + "c_taildevil": -7.195187, + "c_tailliz": -7.195187, + "c_water": -7.195187, + "c_waterEld": -7.195187, + "c_yDroCleric": -7.195187, + "c_yDurgCleric": -7.195187, + "c_yDurgFight": -7.195187, + "c_yNPC_a_f": -7.195187, + "c_yNPC_a_m": -7.195187, + "c_yNPC_d_f": -7.195187, + "c_yNPC_d_m": -7.195187, + "c_ydrofem": -6.502040, + "c_yduechf": -7.195187, + "c_ydueslv": -7.195187, + "c_ysvirfgirl": -7.195187, + "c_ysvirfman": -7.195187, + "d": -4.199455, + "default": -2.433013, + "evmap_azer": -6.502040, + "evmap_irrid": -7.195187, + "fairy_head": -7.195187, + "frostgiant_head": -6.502040, + "gnthill_head_g": -6.502040, + "head_g": -3.457518, + "indev_head": -6.502040, + "po_Air": -7.195187, + "po_AirElder": -7.195187, + "po_Badger": -7.195187, + "po_Bat": -7.195187, + "po_BatHorror": -7.195187, + "po_BearBlck": -7.195187, + "po_BearBrwn": -7.195187, + "po_BearDire": -7.195187, + "po_BearPolar": -7.195187, + "po_Boar": -7.195187, + "po_Bodak": -7.195187, + "po_BtlFire": -7.195187, + "po_BtlStag": -7.195187, + "po_BtlStink": -7.195187, + "po_Btlslicer": -7.195187, + "po_BugChiefA": -7.195187, + "po_BugChiefB": -7.195187, + "po_BugWizA": -7.195187, + "po_BugWizB": -7.195187, + "po_BugbearA": -7.195187, + "po_BugbearB": -7.195187, + "po_Chicken": -7.195187, + "po_Cow": -7.195187, + "po_Deer": -7.195187, + "po_DeerWhite": -7.195187, + "po_Demon": -7.195187, + "po_DireBadger": -7.195187, + "po_DireBoar": -7.195187, + "po_DireTiger": -7.195187, + "po_DoomKght": -7.195187, + "po_DrgBlack": -7.195187, + "po_DrgBlue": -7.195187, + "po_DrgBrass": -7.195187, + "po_DrgBrnz": -7.195187, + "po_DrgCopp": -7.195187, + "po_DrgGold": -7.195187, + "po_DrgGreen": -7.195187, + "po_DrgRed": -7.195187, + "po_DrgSilv": -7.195187, + "po_DrgWhite": -7.195187, + "po_Dryad": -7.195187, + "po_Earth": -7.195187, + "po_Earth_eld": -7.195187, + "po_Ettin": -7.195187, + "po_Fire": -7.195187, + "po_Fire_eld": -7.195187, + "po_Gargoyle": -7.195187, + "po_Ghast": -7.195187, + "po_Ghoul": -7.195187, + "po_GhoulLord": -7.195187, + "po_GntFire": -7.195187, + "po_GntFrost": -7.195187, + "po_GntHill": -7.195187, + "po_GntMount": -7.195187, + "po_GobChiefA": -7.195187, + "po_GobChiefB": -7.195187, + "po_GobWizA": -7.195187, + "po_GobWizB": -7.195187, + "po_GoblinA": -7.195187, + "po_GoblinB": -7.195187, + "po_GolBone": -7.195187, + "po_GolClay": -7.195187, + "po_GolFlesh": -7.195187, + "po_GolIron": -7.195187, + "po_GolStone": -7.195187, + "po_InvStalk": -7.195187, + "po_Krenshar": -7.195187, + "po_Leopard": -7.195187, + "po_Lich": -7.195187, + "po_Ogre": -7.195187, + "po_Sahuagin": -6.096575, + "po_Satyr": -6.502040, + "po_ShGuard": -7.195187, + "po_Water": -7.195187, + "po_Water_eld": -7.195187, + "po_cat_crag": -7.195187, + "po_devo_": -6.502040, + "po_mum_com": -7.195187, + "po_mum_war": -7.195187, + "po_pixie": -7.195187, + "po_poly": -7.195187, + "po_sk_com": -7.195187, + "po_sk_pre": -7.195187, + "po_sk_war": -6.502040, + "po_vampire_m": -7.195187, + "qc_direhog": -7.195187, + "stone__head": -5.808893, + }, "4D": map[string]float64{ "$": -2.339684, "%": -5.797576, @@ -24920,6 +25297,757 @@ var TokensLogProbabilities = map[string]map[string]float64{ "|": -6.188264, "~": -6.593729, }, + "Clarity": map[string]float64{ + "!": -4.617016, + "'": -8.711361, + "(": -2.197389, + ")": -2.204083, + "*": -7.612749, + "*must*": -9.404508, + "+": -6.037212, + ",": -4.367556, + "-": -1.911191, + ".": -7.612749, + "..": -9.404508, + ".cost": -9.404508, + ".pox": -9.404508, + "/": -8.711361, + ":": -3.911447, + ";": -3.160341, + "<": -6.839559, + "": -9.404508, + "": -9.404508, + "=": -6.919602, + ">": -6.226454, + "?": -5.127842, + "A": -8.711361, + "Add": -9.404508, + "Arguments": -9.404508, + "BNS": -7.795070, + "Burn": -8.711361, + "Called": -9.404508, + "Change": -9.404508, + "Commit": -9.404508, + "Confirm": -8.711361, + "Data": -8.711361, + "Delegate": -9.404508, + "Description": -9.404508, + "ERR_ALREADY_VETOED": -8.711361, + "ERR_AMOUNT_NOT_POSITIVE": -8.305896, + "ERR_DELEGATION_EXPIRES_DURING_LOCK": -9.404508, + "ERR_DELEGATION_POX_ADDR_REQUIRED": -9.404508, + "ERR_DELEGATION_TOO_MUCH_LOCKED": -9.404508, + "ERR_FETCHING_BLOCK_INFO": -8.711361, + "ERR_FT_TRANSFER": -8.711361, + "ERR_INSUFFICIENT_FUNDS": -7.612749, + "ERR_INSUFFICIENT_VOTES": -8.711361, + "ERR_INVALID_START_BURN_HEIGHT": -8.711361, + "ERR_NAMESPACE_ALREADY_EXISTS": -8.711361, + "ERR_NAMESPACE_ALREADY_LAUNCHED": -8.305896, + "ERR_NAMESPACE_BLANK": -9.404508, + "ERR_NAMESPACE_CHARSET_INVALID": -8.711361, + "ERR_NAMESPACE_HASH_MALFORMED": -8.711361, + "ERR_NAMESPACE_NOT_FOUND": -7.101923, + "ERR_NAMESPACE_NOT_LAUNCHED": -8.305896, + "ERR_NAMESPACE_OPERATION_UNAUTHORIZED": -8.711361, + "ERR_NAMESPACE_PREORDER_ALREADY_EXISTS": -8.711361, + "ERR_NAMESPACE_PREORDER_CLAIMABILITY_EXPIRED": -8.711361, + "ERR_NAMESPACE_PREORDER_EXPIRED": -9.404508, + "ERR_NAMESPACE_PREORDER_LAUNCHABILITY_EXPIRED": -8.018214, + "ERR_NAMESPACE_PREORDER_NOT_FOUND": -8.711361, + "ERR_NAMESPACE_PRICE_FUNCTION_INVALID": -9.404508, + "ERR_NAMESPACE_STX_BURNT_INSUFFICIENT": -8.018214, + "ERR_NAMESPACE_UNAVAILABLE": -9.404508, + "ERR_NAME_ALREADY_CLAIMED": -8.711361, + "ERR_NAME_BLANK": -9.404508, + "ERR_NAME_CHARSET_INVALID": -8.305896, + "ERR_NAME_CLAIMABILITY_EXPIRED": -8.711361, + "ERR_NAME_COULD_NOT_BE_MINTED": -9.404508, + "ERR_NAME_COULD_NOT_BE_TRANSFERED": -9.404508, + "ERR_NAME_EXPIRED": -8.305896, + "ERR_NAME_GRACE_PERIOD": -8.305896, + "ERR_NAME_HASH_MALFORMED": -8.711361, + "ERR_NAME_NOT_FOUND": -7.325067, + "ERR_NAME_NOT_RESOLVABLE": -9.404508, + "ERR_NAME_OPERATION_UNAUTHORIZED": -8.305896, + "ERR_NAME_PREORDERED_BEFORE_NAMESPACE_LAUNCH": -8.711361, + "ERR_NAME_PREORDER_ALREADY_EXISTS": -8.711361, + "ERR_NAME_PREORDER_EXPIRED": -9.404508, + "ERR_NAME_PREORDER_FUNDS_INSUFFICIENT": -9.404508, + "ERR_NAME_PREORDER_NOT_FOUND": -8.711361, + "ERR_NAME_REVOKED": -8.305896, + "ERR_NAME_STX_BURNT_INSUFFICIENT": -8.305896, + "ERR_NAME_TRANSFER_FAILED": -8.711361, + "ERR_NAME_UNAVAILABLE": -8.711361, + "ERR_NOT_ALLOWED": -8.711361, + "ERR_NOT_LAST_MINER": -8.711361, + "ERR_NO_SUCH_PROPOSAL": -7.795070, + "ERR_PANIC": -8.305896, + "ERR_PRINCIPAL_ALREADY_ASSOCIATED": -8.305896, + "ERR_PROPOSAL_CONFIRMED": -8.711361, + "ERR_PROPOSAL_EXPIRED": -8.305896, + "ERR_PROPOSAL_VETOED": -8.711361, + "ERR_STACKING_ALREADY_DELEGATED": -8.305896, + "ERR_STACKING_ALREADY_REJECTED": -8.711361, + "ERR_STACKING_ALREADY_STACKED": -8.018214, + "ERR_STACKING_EXPIRED": -9.404508, + "ERR_STACKING_INSUFFICIENT_FUNDS": -8.711361, + "ERR_STACKING_INVALID_AMOUNT": -9.404508, + "ERR_STACKING_INVALID_LOCK_PERIOD": -9.404508, + "ERR_STACKING_INVALID_POX_ADDRESS": -9.404508, + "ERR_STACKING_NO_SUCH_PRINCIPAL": -8.711361, + "ERR_STACKING_PERMISSION_DENIED": -7.795070, + "ERR_STACKING_POX_ADDRESS_IN_USE": -9.404508, + "ERR_STACKING_STX_LOCKED": -9.404508, + "ERR_STACKING_THRESHOLD_NOT_MET": -9.404508, + "ERR_STACKING_UNREACHABLE": -9.404508, + "ERR_STX_TRANSFER": -8.711361, + "ERR_TOO_MANY_CONFIRMED": -8.711361, + "ERR_UNREACHABLE": -8.711361, + "ERR_VETO_PERIOD_NOT_OVER": -8.711361, + "ERR_VETO_PERIOD_OVER": -8.711361, + "ERR_VOTE_ENDED": -8.711361, + "ERR_VOTE_NOT_CONFIRMED": -8.711361, + "Each": -9.404508, + "Early": -8.711361, + "Emit": -9.404508, + "Ensure": -7.325067, + "Error": -9.404508, + "Errors": -9.404508, + "Get": -8.711361, + "Has": -9.404508, + "How": -9.404508, + "ID": -9.404508, + "If": -8.305896, + "Implemented": -9.404508, + "In": -9.404508, + "Integrity": -9.404508, + "Is": -9.404508, + "It": -8.018214, + "Less": -8.305896, + "MAX_CONFIRMED_PER_BLOCK": -8.711361, + "Miner": -9.404508, + "Mint": -8.711361, + "NAMESPACE_LAUNCHABILITY_TTL": -8.018214, + "NAMESPACE_PREORDER": -8.711361, + "NAMESPACE_PREORDER_CLAIMABILITY_TTL": -8.018214, + "NAMESPACE_PRICE_TIERS": -9.404508, + "NAMESPACE_READY": -9.404508, + "NAMESPACE_REVEAL": -9.404508, + "NAMESPACE_UPDATE_FUNCTION_PRICE": -9.404508, + "NAME_GRACE_PERIOD_DURATION": -8.711361, + "NAME_IMPORT": -9.404508, + "NAME_PREORDER": -9.404508, + "NAME_PREORDER_CLAIMABILITY_TTL": -8.018214, + "NAME_REGISTRATION": -9.404508, + "NAME_RENEWAL": -9.404508, + "NAME_REVOKE": -8.711361, + "Name": -9.404508, + "Namespace": -9.404508, + "Note": -9.404508, + "Once": -8.305896, + "Only": -9.404508, + "POX_REJECTION_FRACTION": -8.711361, + "PREPARE_CYCLE_LENGTH": -9.404508, + "PoX": -7.006613, + "Price": -9.404508, + "Propose": -9.404508, + "REQUIRED_PERCENT_STX_VOTE": -8.711361, + "REQUIRED_VETOES": -8.711361, + "REWARD_CYCLE_LENGTH": -9.404508, + "Records": -9.404508, + "Register": -8.711361, + "Returns": -9.404508, + "Rule": -9.404508, + "STX": -8.711361, + "STX.": -9.404508, + "Sanity": -9.404508, + "Send": -9.404508, + "Set": -9.404508, + "Stacker": -9.404508, + "Stacking": -9.404508, + "Stacks": -8.711361, + "The": -5.597846, + "This": -7.006613, + "Transfer": -9.404508, + "Update": -8.305896, + "Used": -9.404508, + "VETO_LENGTH": -8.711361, + "VOTE_LENGTH": -8.711361, + "Vote": -9.404508, + "We": -8.711361, + "What": -9.404508, + "When": -8.711361, + "Will": -9.404508, + "Withdraw": -9.404508, + "You": -8.305896, + "_": -9.404508, + "_before_": -9.404508, + "_current_": -9.404508, + "_does": -9.404508, + "_next_": -9.404508, + "`": -6.919602, + "a": -5.597846, + "ability": -9.404508, + "abort": -9.404508, + "above": -9.404508, + "acts": -9.404508, + "actually": -9.404508, + "add": -7.795070, + "addr": -6.226454, + "address": -6.460069, + "address.": -9.404508, + "addresses": -9.404508, + "after": -8.305896, + "aggregation": -8.711361, + "all": -8.018214, + "allow": -9.404508, + "allowed": -7.207284, + "allows": -8.711361, + "alpha": -7.612749, + "already": -8.018214, + "also": -9.404508, + "amount": -5.620319, + "an": -7.207284, + "anchor": -9.404508, + "and": -6.269014, + "any": -9.404508, + "anyone": -9.404508, + "append": -9.404508, + "applies": -9.404508, + "appropriate": -9.404508, + "are": -8.018214, + "arrive": -9.404508, + "as": -7.325067, + "ascii": -7.458598, + "asserts": -5.185000, + "assigns": -9.404508, + "associated": -9.404508, + "at": -4.973691, + "attachment": -9.404508, + "available": -8.018214, + "away": -9.404508, + "b": -5.141828, + "balance": -7.795070, + "base": -7.458598, + "be": -5.379156, + "be.": -9.404508, + "been": -7.612749, + "before": -8.018214, + "begin": -7.458598, + "beneficiary": -8.018214, + "between": -9.404508, + "block": -5.199816, + "block.": -8.711361, + "blocks": -8.711361, + "bool": -7.795070, + "boots": -9.404508, + "both": -9.404508, + "buckets": -7.795070, + "buff": -5.326971, + "burn": -6.037212, + "burnchain": -6.919602, + "burned": -7.325067, + "burning": -8.711361, + "burns": -9.404508, + "burnt": -8.711361, + "but": -8.018214, + "buyer": -7.207284, + "by": -6.839559, + "bytes": -8.711361, + "c": -9.404508, + "call": -8.305896, + "called": -7.612749, + "caller": -7.101923, + "can": -6.003311, + "cannot": -8.711361, + "carry": -9.404508, + "case": -9.404508, + "cast": -8.711361, + "cease": -9.404508, + "chain": -8.711361, + "change": -8.711361, + "char": -5.310164, + "chars": -7.207284, + "cheap": -9.404508, + "check": -7.207284, + "claimed": -7.612749, + "clear": -8.711361, + "code": -8.711361, + "codes": -8.711361, + "coeff": -7.458598, + "coin": -9.404508, + "come": -9.404508, + "commit": -8.711361, + "commitments": -9.404508, + "committed": -9.404508, + "compute": -9.404508, + "concat": -8.018214, + "configuration.": -9.404508, + "configurations": -9.404508, + "configured": -8.305896, + "confirm": -8.711361, + "confirmation": -8.018214, + "confirmed": -5.575867, + "consensus": -8.711361, + "constant": -4.927171, + "contract": -6.146412, + "copy": -9.404508, + "cost": -5.970521, + "count": -6.460069, + "counters": -9.404508, + "created": -6.919602, + "creators": -9.404508, + "cryptocurrency.": -9.404508, + "cur": -7.006613, + "current": -6.839559, + "cycle": -5.100443, + "cycle.": -9.404508, + "cycles": -8.305896, + "d": -9.404508, + "data": -6.919602, + "data.": -9.404508, + "date": -9.404508, + "default": -7.101923, + "define": -4.280544, + "delegate": -7.101923, + "delegated": -9.404508, + "delegating": -8.711361, + "delegation": -7.612749, + "delete": -9.404508, + "designated": -9.404508, + "determines": -9.404508, + "different": -9.404508, + "digit": -8.305896, + "directly": -8.018214, + "disabling": -9.404508, + "discount": -6.765451, + "discovery": -9.404508, + "do": -8.305896, + "does": -8.018214, + "don": -8.711361, + "during": -9.404508, + "e": -8.711361, + "e.g.": -9.404508, + "each": -9.404508, + "either": -8.711361, + "element": -9.404508, + "else": -9.404508, + "encodes": -9.404508, + "ending": -9.404508, + "enough": -9.404508, + "ensure": -8.711361, + "ensures": -9.404508, + "enters": -9.404508, + "entry": -8.018214, + "eq": -5.344065, + "equal": -8.711361, + "err": -4.819541, + "error": -8.305896, + "event": -9.404508, + "eventual": -8.711361, + "exclusive": -9.404508, + "exercised": -8.305896, + "exist": -8.018214, + "exp": -9.404508, + "expensive": -9.404508, + "expiration": -6.408776, + "expire": -8.711361, + "expired": -6.571295, + "expires": -9.404508, + "f": -9.404508, + "fail": -8.711361, + "fails": -8.711361, + "false": -6.839559, + "fee.": -9.404508, + "fetch": -9.404508, + "fewer": -9.404508, + "file": -8.305896, + "file.": -9.404508, + "filter": -8.305896, + "final": -9.404508, + "first": -6.514136, + "following": -9.404508, + "for": -7.101923, + "former": -7.207284, + "fqn": -7.006613, + "fraction": -7.612749, + "from": -8.711361, + "ft": -8.711361, + "func": -5.022482, + "function": -5.415524, + "functions": -8.711361, + "funds": -8.711361, + "fungible": -8.711361, + "g": -9.404508, + "get": -4.367556, + "getter": -7.795070, + "given": -8.018214, + "grace": -7.458598, + "greater": -8.305896, + "h": -9.404508, + "harnesses.": -9.404508, + "has": -6.765451, + "hash": -6.514136, + "hash.": -8.305896, + "hashbytes": -8.018214, + "hashed": -6.226454, + "hasn": -9.404508, + "have": -6.839559, + "height": -5.156013, + "honored": -9.404508, + "hours": -8.711361, + "how": -8.305896, + "however": -9.404508, + "ht": -7.458598, + "i": -8.018214, + "id": -4.973691, + "ids": -9.404508, + "if": -6.037212, + "implied": -9.404508, + "import": -7.101923, + "imported": -6.696458, + "in": -6.185632, + "index": -7.325067, + "info": -7.795070, + "information": -8.711361, + "information.": -9.404508, + "initial": -9.404508, + "insert": -7.795070, + "inserted": -9.404508, + "intentional": -9.404508, + "internally": -9.404508, + "into": -9.404508, + "introduced": -9.404508, + "invalid": -8.018214, + "invoked": -8.711361, + "is": -4.544696, + "issue": -9.404508, + "it": -7.207284, + "it.": -9.404508, + "iterate": -9.404508, + "ith": -8.711361, + "its": -7.207284, + "itself": -9.404508, + "j": -9.404508, + "k": -9.404508, + "key": -8.018214, + "l": -9.404508, + "last": -8.305896, + "latter": -8.711361, + "launch": -8.711361, + "launched": -6.269014, + "launches": -9.404508, + "launching": -9.404508, + "lease": -6.359986, + "len": -7.325067, + "length": -6.839559, + "less": -9.404508, + "let": -5.908001, + "lifetime": -6.631919, + "like": -9.404508, + "limit": -9.404508, + "liquid": -8.305896, + "list": -7.207284, + "lock": -6.919602, + "lock.": -8.711361, + "locked": -8.711361, + "long": -7.795070, + "lowercase": -8.711361, + "m": -9.404508, + "makes": -8.711361, + "many": -7.795070, + "map": -4.904698, + "mark": -9.404508, + "marked": -9.404508, + "match": -7.006613, + "max": -9.404508, + "may": -8.711361, + "merge": -8.711361, + "met": -9.404508, + "metadata.": -9.404508, + "method": -8.305896, + "min": -8.711361, + "mined": -9.404508, + "miner": -7.101923, + "miners": -9.404508, + "minimal": -9.404508, + "minimum": -8.711361, + "mint": -8.018214, + "minted": -9.404508, + "month": -9.404508, + "multiple": -9.404508, + "must": -5.512688, + "n": -9.404508, + "name": -4.081498, + "name.": -9.404508, + "names": -7.101923, + "names.": -8.305896, + "namespace": -4.157484, + "namespace_preorders": -9.404508, + "namespaces": -6.631919, + "need": -9.404508, + "never": -8.711361, + "new": -7.101923, + "next": -8.305896, + "nft": -8.018214, + "no": -7.325067, + "node": -8.018214, + "nodes": -8.711361, + "non": -7.458598, + "nonalpha": -7.612749, + "none": -6.226454, + "not": -5.908001, + "not.": -9.404508, + "not_": -9.404508, + "num": -8.711361, + "number": -8.305896, + "o": -8.711361, + "occur": -9.404508, + "of": -6.313466, + "off": -9.404508, + "ok": -5.715629, + "on": -9.404508, + "once": -8.018214, + "one": -8.018214, + "only": -6.313466, + "operations": -9.404508, + "ops": -9.404508, + "option": -8.711361, + "optional": -6.571295, + "or": -6.185632, + "order": -8.305896, + "otherwise.": -9.404508, + "out": -9.404508, + "over": -9.404508, + "own": -8.305896, + "owned": -8.018214, + "owner": -6.037212, + "ownership": -9.404508, + "p": -5.010059, + "pairing": -9.404508, + "panic": -6.696458, + "parameters": -8.711361, + "partial": -7.795070, + "partially": -9.404508, + "passed": -8.305896, + "pay": -9.404508, + "per": -8.305896, + "percent": -9.404508, + "performed": -9.404508, + "period": -6.765451, + "populate": -9.404508, + "positive": -8.305896, + "pox": -5.597846, + "pre": -8.305896, + "preconditions": -9.404508, + "preorder": -6.226454, + "preordered": -9.404508, + "preorders": -7.207284, + "prepare": -7.612749, + "preserve": -9.404508, + "previous": -9.404508, + "price": -6.631919, + "principal": -5.472683, + "print": -9.404508, + "priority": -9.404508, + "private": -6.514136, + "process": -9.404508, + "processing": -9.404508, + "properties": -7.101923, + "proposal": -4.506668, + "proposals": -6.359986, + "props": -5.230121, + "public": -6.226454, + "public.": -9.404508, + "q": -9.404508, + "r": -9.404508, + "rather": -9.404508, + "re": -9.404508, + "reached": -9.404508, + "read": -6.631919, + "ready": -9.404508, + "receive": -8.018214, + "record": -8.305896, + "register": -8.018214, + "register.": -9.404508, + "registered": -6.514136, + "registers": -9.404508, + "registration": -8.711361, + "reject": -9.404508, + "rejected": -9.404508, + "rejection": -6.839559, + "rejectors": -9.404508, + "renew": -9.404508, + "renewal": -8.305896, + "renewals": -9.404508, + "renewed": -9.404508, + "require": -8.711361, + "required": -8.305896, + "res": -8.018214, + "resolve": -7.795070, + "resolved": -9.404508, + "resolving": -9.404508, + "result": -9.404508, + "return": -7.795070, + "returned": -9.404508, + "reveal": -9.404508, + "revealed": -7.006613, + "revealing": -9.404508, + "reveals": -8.305896, + "revoke": -9.404508, + "revoked": -7.006613, + "reward": -5.170402, + "rewards": -9.404508, + "rules": -8.711361, + "rules.": -9.404508, + "runtime": -9.404508, + "s": -6.631919, + "salt": -7.458598, + "salted": -6.269014, + "same": -9.404508, + "same.": -9.404508, + "second": -8.711361, + "send": -8.305896, + "sender": -5.379156, + "sent": -9.404508, + "sent.": -8.711361, + "set": -5.908001, + "sets": -9.404508, + "should": -8.711361, + "since": -8.305896, + "single": -9.404508, + "size": -9.404508, + "so": -8.018214, + "some": -7.101923, + "someone": -8.711361, + "special": -8.305896, + "specific": -8.711361, + "specified": -8.711361, + "specifies": -9.404508, + "stack": -7.325067, + "stacked": -7.006613, + "stacker": -6.839559, + "stacker/delegate": -9.404508, + "stackers": -9.404508, + "stacking": -7.101923, + "stacks": -9.404508, + "start": -8.305896, + "started": -6.765451, + "state": -7.612749, + "state.": -9.404508, + "status": -9.404508, + "step": -8.305896, + "stipulate": -9.404508, + "stop": -9.404508, + "store": -9.404508, + "string": -7.458598, + "stx": -5.908001, + "submit": -9.404508, + "sufficient": -9.404508, + "supply": -8.305896, + "sz": -8.018214, + "t": -8.018214, + "table": -9.404508, + "table.": -8.711361, + "tables": -9.404508, + "take": -9.404508, + "tells": -9.404508, + "test": -9.404508, + "than": -7.325067, + "that": -6.631919, + "the": -4.576194, + "their": -9.404508, + "them": -9.404508, + "then": -8.711361, + "there": -8.711361, + "these": -8.711361, + "they": -7.795070, + "this": -6.460069, + "threshold": -8.018214, + "through": -9.404508, + "to": -5.245625, + "token": -7.612749, + "tokens": -8.018214, + "tokens.": -9.404508, + "too": -9.404508, + "total": -7.458598, + "track": -9.404508, + "transaction": -7.325067, + "transaction.": -9.404508, + "transactions": -7.795070, + "transfer": -7.325067, + "transferred": -8.711361, + "transferring": -9.404508, + "true": -6.226454, + "try": -6.514136, + "tuple": -7.458598, + "two": -9.404508, + "tx": -5.554361, + "u": -5.073775, + "uSTX": -8.711361, + "uint": -4.576194, + "unclaimed": -9.404508, + "underlying": -8.711361, + "unlock": -9.404508, + "unlocked": -9.404508, + "unresolvable.": -9.404508, + "until": -8.018214, + "unwrap": -5.533307, + "up": -8.018214, + "upcoming": -9.404508, + "update": -7.458598, + "updated": -7.795070, + "use": -9.404508, + "used": -8.711361, + "user": -8.305896, + "using": -9.404508, + "ustx": -6.185632, + "v": -9.404508, + "valid": -7.795070, + "var": -6.072304, + "vars": -8.711361, + "version": -7.795070, + "veto": -6.919602, + "vetoed": -7.612749, + "vetoes": -9.404508, + "vetos": -6.460069, + "via": -8.305896, + "vote": -6.359986, + "vote.": -9.404508, + "voted": -9.404508, + "voter": -9.404508, + "votes": -5.453264, + "voting": -9.404508, + "vowel": -7.207284, + "vowels": -9.404508, + "w": -9.404508, + "wanted": -8.711361, + "was": -7.325067, + "ways": -9.404508, + "we": -9.404508, + "when": -8.305896, + "where": -9.404508, + "which": -8.711361, + "will": -6.631919, + "with": -8.305896, + "withdraw": -9.404508, + "within": -8.305896, + "would": -8.711361, + "wrapped": -8.711361, + "written": -9.404508, + "x": -8.711361, + "xor": -8.711361, + "y": -8.711361, + "year": -8.711361, + "you": -7.795070, + "your": -8.018214, + "z": -9.404508, + "zone": -8.018214, + "zonefile": -6.631919, + "{": -4.600487, + "}": -4.608718, + }, "Classic ASP": map[string]float64{ ",": -5.808142, "-": -5.808142, @@ -31321,6 +32449,501 @@ var TokensLogProbabilities = map[string]map[string]float64{ "TITLE": -2.093235, "TRACK": -2.093235, }, + "Curry": map[string]float64{ + "!": -6.104793, + "#": -6.797940, + "##": -7.976595, + "#elif": -7.571130, + "#else": -8.669743, + "#endif": -6.723832, + "#ifdef": -6.723832, + "$": -5.285352, + "%": -9.362890, + "&": -7.165665, + "&&": -5.431064, + "(": -2.925138, + ")": -2.947793, + "*": -6.367157, + "**": -8.669743, + "+": -5.114395, + ",": -2.904551, + "-": -2.258746, + ".": -6.184836, + "..": -5.779371, + "...": -9.362890, + "./": -9.362890, + "/": -7.060305, + ":": -2.964295, + ";": -9.362890, + "<": -5.219755, + "<$)>": -8.669743, + "<$,>": -9.362890, + "<$>": -7.416980, + "<),>": -9.362890, + "<*)>": -8.669743, + "<*,>": -9.362890, + "<*>": -6.877983, + "<,>": -9.362890, + "<->": -5.751972, + "<<": -7.976595, + "<|>": -7.060305, + "=": -2.503275, + ">": -2.999862, + "?": -6.797940, + "@": -9.362890, + "@#": -9.362890, + "Alternative": -7.753452, + "An": -9.362890, + "Applicative": -7.165665, + "Bool": -5.019084, + "Bounded": -9.362890, + "Char": -5.751972, + "Data": -5.556227, + "Data.Nat": -9.362890, + "EQ": -6.144014, + "Either": -7.571130, + "Enum": -7.976595, + "Eq": -5.779371, + "Executes": -8.669743, + "FailError": -8.669743, + "False": -5.355557, + "FilePath": -7.165665, + "Float": -4.993442, + "Floating": -8.669743, + "Fractional": -9.362890, + "Functor": -7.165665, + "GT": -6.184836, + "IO": -5.836529, + "IOError": -7.165665, + "Int": -5.836529, + "Integral": -8.669743, + "Just": -6.367157, + "LT": -6.184836, + "Left": -7.571130, + "Maybe": -7.060305, + "Monad": -6.723832, + "MonadFail": -7.753452, + "Monoid": -5.995594, + "Nat": -5.699328, + "NondetError": -8.669743, + "Nothing": -6.318367, + "Num": -8.264277, + "Ord": -6.104793, + "Ordering": -7.165665, + "Prelude": -9.362890, + "Prop": -6.964994, + "Read": -5.866382, + "ReadS": -6.797940, + "Real": -8.264277, + "RealFrac": -9.362890, + "Right": -7.416980, + "S": -7.165665, + "Show": -5.807542, + "ShowS": -6.723832, + "String": -5.471069, + "Success": -8.264277, + "Test.Prop": -9.362890, + "The": -9.362890, + "True": -5.431064, + "UserError": -8.264277, + "Z": -7.283448, + "[": -3.873952, + "\\": -6.472518, + "]": -3.973818, + "^": -7.571130, + "_": -4.339009, + "__": -7.571130, + "__KICS": -7.571130, + "__PAKCS__": -6.723832, + "`": -4.852030, + "a": -3.205911, + "a1": -9.362890, + "aValue": -5.649318, + "aValueChar": -8.264277, + "aValueFloat": -8.264277, + "aValueInt": -8.264277, + "acos": -8.669743, + "acosFloat": -8.264277, + "acosh": -8.669743, + "acoshFloat": -8.264277, + "action": -9.362890, + "actions": -8.669743, + "add": -6.367157, + "addIsAssociative": -8.669743, + "addIsCommutative": -8.669743, + "all": -7.571130, + "always": -9.362890, + "and": -7.571130, + "any": -7.976595, + "anyOf": -8.264277, + "ap": -7.976595, + "appendFile": -8.264277, + "apply": -8.264277, + "argument": -9.362890, + "as": -9.362890, + "as@": -9.362890, + "asTypeOf": -8.264277, + "asin": -8.669743, + "asinFloat": -8.264277, + "asinh": -8.669743, + "asinhFloat": -8.264277, + "atan": -8.669743, + "atanFloat": -8.264277, + "atanh": -8.669743, + "atanhFloat": -8.264277, + "b": -3.890619, + "bindIO": -8.264277, + "break": -7.976595, + "bs": -8.669743, + "built": -9.362890, + "c": -4.079686, + "case": -7.283448, + "catch": -7.976595, + "ch": -7.753452, + "character": -9.362890, + "chr": -8.264277, + "class": -6.877983, + "collects": -9.362890, + "compare": -7.976595, + "concat": -7.976595, + "concatMap": -7.976595, + "cond": -8.264277, + "const": -7.165665, + "constrEq": -8.264277, + "cos": -8.264277, + "cosFloat": -8.264277, + "cosh": -8.264277, + "coshFloat": -8.264277, + "cs": -5.807542, + "curry": -8.264277, + "d": -5.032156, + "data": -6.590301, + "defined": -7.571130, + "deriving": -7.976595, + "distMulAddL": -8.669743, + "distMulAddR": -8.669743, + "div": -9.362890, + "do": -7.753452, + "doSolve": -8.264277, + "drop": -7.976595, + "dropWhile": -7.283448, + "ds": -7.753452, + "e": -5.491689, + "either": -7.976595, + "elem": -7.416980, + "else": -6.723832, + "empty": -7.976595, + "ensureList": -8.264277, + "ensureNotFree": -7.976595, + "ensureSpine": -7.976595, + "enumFrom": -8.264277, + "enumFromThen": -8.264277, + "enumFromThenTo": -8.264277, + "enumFromTo": -8.264277, + "eqChar": -8.264277, + "eqFloat": -8.264277, + "eqInt": -8.264277, + "err": -8.264277, + "error": -7.753452, + "es": -8.669743, + "even": -8.264277, + "exp": -8.669743, + "expFloat": -8.264277, + "external": -5.219755, + "f": -4.450235, + "fail": -7.753452, + "failed": -7.753452, + "failure": -8.264277, + "fe": -9.362890, + "filter": -7.571130, + "fixity": -9.362890, + "flip": -7.976595, + "fmap": -6.877983, + "foldl": -7.060305, + "foldr": -6.367157, + "following": -9.362890, + "free": -8.264277, + "fromEnum": -7.571130, + "fromInt": -9.362890, + "fromIntegral": -9.362890, + "fromNat": -7.283448, + "fromToNat": -8.669743, + "fs": -8.669743, + "fst": -8.264277, + "g": -6.367157, + "genPos": -7.753452, + "getChar": -7.976595, + "getLine": -7.976595, + "groundNormalForm": -8.264277, + "head": -7.571130, + "i": -7.060305, + "id": -7.416980, + "if": -6.723832, + "ifThenElse": -8.264277, + "ifVar": -8.669743, + "ignores": -9.362890, + "import": -9.362890, + "in": -6.964994, + "infix": -7.976595, + "infixl": -7.571130, + "infixr": -7.571130, + "instance": -4.863080, + "ioError": -7.753452, + "is": -9.362890, + "isAlpha": -7.753452, + "isAlphaNum": -8.264277, + "isBinDigit": -8.264277, + "isDigit": -7.060305, + "isHexDigit": -8.264277, + "isIdChar": -9.362890, + "isLower": -7.976595, + "isOctDigit": -8.264277, + "isSingle": -9.362890, + "isSpace": -7.165665, + "isSymbol": -9.362890, + "isUpper": -7.976595, + "iterate": -7.976595, + "its": -9.362890, + "k": -6.964994, + "l": -6.964994, + "left": -8.669743, + "length": -7.753452, + "leq": -7.416980, + "leqAdd": -8.669743, + "let": -7.165665, + "letrec": -8.264277, + "lex": -5.649318, + "lexCharLiteral": -7.976595, + "lexDigits": -7.976595, + "lexEsc": -8.669743, + "lexExp": -9.362890, + "lexFracExp": -9.362890, + "lexString": -8.669743, + "lexStringItem": -8.669743, + "liftA": -7.283448, + "liftA2": -8.264277, + "liftM": -8.264277, + "liftM2": -9.362890, + "lines": -7.753452, + "list": -9.362890, + "log": -7.976595, + "logBase": -8.669743, + "logFloat": -8.264277, + "lookup": -7.753452, + "ltEqChar": -7.976595, + "ltEqFloat": -7.976595, + "ltEqInt": -7.976595, + "m": -5.235755, + "m1": -8.669743, + "m2": -8.669743, + "mandatory": -8.264277, + "many": -8.669743, + "many_v": -7.753452, + "map": -6.877983, + "mapM": -8.264277, + "mapM_": -8.264277, + "mappend": -5.866382, + "max": -8.669743, + "maxBound": -9.362890, + "maybe": -7.976595, + "mconcat": -7.976595, + "mempty": -6.030685, + "min": -8.669743, + "minBound": -9.362890, + "mod": -9.362890, + "module": -8.669743, + "monadic": -8.669743, + "mul": -6.529676, + "mulIsAssociative": -8.669743, + "mulIsCommutative": -8.669743, + "n": -5.392598, + "nonstrictEq": -8.264277, + "normalForm": -8.264277, + "not": -6.964994, + "notElem": -7.976595, + "null": -7.283448, + "o": -7.976595, + "odd": -9.362890, + "of": -7.060305, + "on": -9.362890, + "operator": -9.362890, + "optional": -8.264277, + "or": -7.976595, + "ord": -7.976595, + "otherwise": -6.590301, + "output": -9.362890, + "p": -6.030685, + "pi": -9.362890, + "post": -9.362890, + "pr": -8.669743, + "pre": -9.362890, + "pred": -7.976595, + "prefix": -9.362890, + "prim_acosFloat": -8.264277, + "prim_acoshFloat": -8.264277, + "prim_appendFile": -8.264277, + "prim_asinFloat": -8.264277, + "prim_asinhFloat": -8.264277, + "prim_atanFloat": -8.264277, + "prim_atanhFloat": -8.264277, + "prim_chr": -7.753452, + "prim_cosFloat": -8.264277, + "prim_coshFloat": -8.264277, + "prim_eqChar": -8.264277, + "prim_eqFloat": -8.264277, + "prim_eqInt": -8.264277, + "prim_error": -8.264277, + "prim_expFloat": -8.264277, + "prim_ioError": -8.264277, + "prim_logFloat": -8.264277, + "prim_ltEqChar": -8.264277, + "prim_ltEqFloat": -8.264277, + "prim_ltEqInt": -8.264277, + "prim_ord": -8.264277, + "prim_putChar": -8.264277, + "prim_readCharLiteral": -8.669743, + "prim_readFile": -8.264277, + "prim_readFileContents": -8.669743, + "prim_showCharLiteral": -8.264277, + "prim_showFloatLiteral": -8.264277, + "prim_showIntLiteral": -8.264277, + "prim_showStringLiteral": -8.264277, + "prim_sinFloat": -8.264277, + "prim_sinhFloat": -8.264277, + "prim_sqrtFloat": -8.264277, + "prim_tanFloat": -8.264277, + "prim_tanhFloat": -8.264277, + "prim_writeFile": -8.264277, + "print": -8.264277, + "ps": -8.669743, + "pure": -6.964994, + "putChar": -7.753452, + "putStr": -7.571130, + "putStrLn": -7.976595, + "puts": -9.362890, + "q": -7.571130, + "quot": -7.753452, + "r": -5.674010, + "read": -7.416980, + "readCharLiteral": -8.264277, + "readFile": -8.264277, + "readFloat": -8.669743, + "readFloatLiteral": -9.362890, + "readList": -7.976595, + "readListDefault": -7.976595, + "readNatLiteral": -8.669743, + "readParen": -6.529676, + "readSigned": -7.976595, + "readStringLiteral": -9.362890, + "readl": -7.753452, + "reads": -6.367157, + "readsPrec": -6.797940, + "realToFrac": -9.362890, + "rem": -9.362890, + "repeat": -7.753452, + "replicate": -8.264277, + "results": -8.669743, + "return": -6.877983, + "returnIO": -8.264277, + "reverse": -8.264277, + "right": -8.669743, + "s": -4.852030, + "seq": -7.976595, + "seqIO": -8.264277, + "sequence": -7.283448, + "sequence_": -7.976595, + "show": -7.165665, + "showChar": -7.060305, + "showCharLiteral": -8.264277, + "showFloatLiteral": -8.264277, + "showIntLiteral": -8.264277, + "showList": -7.976595, + "showListDefault": -7.976595, + "showParen": -7.976595, + "showPos": -8.264277, + "showSigned": -7.976595, + "showString": -6.723832, + "showStringLiteral": -8.264277, + "showTuple": -7.571130, + "showl": -7.976595, + "shows": -6.367157, + "showsPrec": -6.529676, + "sin": -8.264277, + "sinFloat": -8.264277, + "sinh": -8.264277, + "sinhFloat": -8.264277, + "snd": -8.264277, + "solve": -8.264277, + "some": -8.669743, + "some_v": -7.753452, + "span": -7.060305, + "splitAt": -7.976595, + "splitAtp": -8.264277, + "splitLine": -7.976595, + "sqrt": -8.669743, + "sqrtFloat": -8.264277, + "ss": -8.669743, + "standard": -9.362890, + "str": -7.571130, + "sub": -7.753452, + "subAddL": -8.669743, + "subAddR": -8.669743, + "succ": -7.976595, + "success": -8.264277, + "syntax": -9.362890, + "t": -5.337538, + "tail": -8.264277, + "take": -7.753452, + "takeWhile": -7.753452, + "takep": -8.264277, + "tan": -8.264277, + "tanFloat": -8.264277, + "tanh": -8.264277, + "tanhFloat": -8.264277, + "that": -9.362890, + "the": -8.669743, + "then": -6.723832, + "toEnum": -7.571130, + "toFromNat": -8.669743, + "toNat": -7.416980, + "ts": -8.669743, + "type": -7.753452, + "u": -6.472518, + "uncurry": -8.264277, + "unifEqLinear": -8.264277, + "units": -7.571130, + "unknown": -8.264277, + "unlines": -8.264277, + "until": -7.976595, + "unwords": -8.264277, + "unzip": -7.060305, + "userError": -7.976595, + "v": -6.723832, + "w": -6.877983, + "where": -4.567099, + "with": -9.362890, + "words": -7.976595, + "writeFile": -8.264277, + "ws": -8.264277, + "x": -3.600838, + "x1": -8.669743, + "x2": -7.976595, + "xs": -4.980863, + "xs@": -9.362890, + "xss": -8.669743, + "xys": -8.669743, + "y": -4.442909, + "ys": -5.836529, + "z": -5.725304, + "zip": -6.797940, + "zipWith": -6.797940, + "zs": -7.060305, + "{": -9.362890, + "|": -5.045402, + "||": -6.271847, + "}": -9.362890, + "~": -9.362890, + }, "Cycript": map[string]float64{ "(": -2.791165, ")": -2.791165, @@ -33424,6 +35047,324 @@ var TokensLogProbabilities = map[string]map[string]float64{ "|": -3.295837, "}": -3.295837, }, + "Debian Package Control File": map[string]float64{ + "$": -5.198497, + "'": -5.891644, + "(": -3.252587, + ")": -3.252587, + "+": -5.198497, + ",": -2.847122, + "-": -2.336296, + ".": -5.891644, + "/": -5.198497, + "//e": -5.891644, + "/ext": -5.198497, + ":": -2.395137, + "<": -5.891644, + "<<": -4.099885, + "": -5.891644, + "": -5.891644, + "": -5.891644, + "=": -3.694420, + ">": -4.099885, + "Architecture": -5.198497, + "Binary": -5.891644, + "Build": -5.198497, + "Checksums": -5.198497, + "Conflicts": -5.891644, + "Debian": -5.891644, + "Depends": -4.282206, + "Description": -5.891644, + "Developers": -5.891644, + "Essential": -5.891644, + "Files": -5.891644, + "Format": -5.891644, + "Homepage": -5.891644, + "Linux": -5.891644, + "List": -5.891644, + "Maintainer": -4.505350, + "Original": -5.891644, + "Package": -5.198497, + "Pre": -5.891644, + "Priority": -5.891644, + "Replaces": -5.891644, + "Section": -5.891644, + "Sha": -5.198497, + "Source": -5.198497, + "Standards": -5.198497, + "Suggests": -5.891644, + "Test": -5.891644, + "The": -5.891644, + "Theodore": -5.891644, + "They": -5.891644, + "This": -5.891644, + "Ts": -5.891644, + "Ubuntu": -5.891644, + "Version": -4.793032, + "WIP": -5.198497, + "XSBC": -5.891644, + "Y.": -5.891644, + "[": -5.891644, + "]": -5.891644, + "a": -5.198497, + "admin": -5.891644, + "aec": -5.891644, + "afaae": -5.891644, + "and": -4.793032, + "any": -4.282206, + "arch": -5.198497, + "are": -5.198497, + "b": -4.099885, + "bad": -5.891644, + "based": -5.891644, + "bc": -5.891644, + "bd": -5.891644, + "bdada": -5.891644, + "ca": -5.891644, + "cc": -5.891644, + "cd": -5.891644, + "ce": -5.891644, + "cf": -5.891644, + "cfe": -5.891644, + "checking": -5.891644, + "config": -5.891644, + "contains": -5.891644, + "creating": -5.891644, + "d": -4.505350, + "de": -5.891644, + "deb": -5.198497, + "debhelper": -5.198497, + "dev": -4.505350, + "df": -5.198497, + "disks": -5.891644, + "dump": -5.891644, + "e": -3.694420, + "effa": -5.891644, + "ext": -4.099885, + "file": -4.282206, + "for": -5.198497, + "gcc": -5.891644, + "gettext": -5.891644, + "gpart": -5.891644, + "hard": -5.891644, + "html": -5.891644, + "http": -5.891644, + "hurd": -5.891644, + "initscripts": -5.891644, + "libblkid": -5.198497, + "libdependable": -4.282206, + "libdependable_": -4.793032, + "libuuid": -5.891644, + "linux": -5.891644, + "m": -5.891644, + "main": -5.891644, + "maintaining": -5.891644, + "mips": -5.891644, + "mipsel": -5.891644, + "misc": -4.793032, + "multilib": -5.891644, + "o": -5.891644, + "of": -5.891644, + "on": -5.891644, + "optional": -5.198497, + "original": -5.891644, + "other": -5.891644, + "package": -5.891644, + "parted": -5.891644, + "pkg": -5.891644, + "programs": -5.891644, + "quota": -5.891644, + "rc": -5.891644, + "required": -5.891644, + "sck": -5.891644, + "shlibs": -5.891644, + "sprogs": -5.198497, + "sprogs.sourceforge.net": -5.891644, + "static": -5.891644, + "successors": -5.891644, + "system": -5.198497, + "system.": -5.891644, + "systems": -5.891644, + "systems.": -5.198497, + "sysvinit": -5.891644, + "tar.gz": -4.793032, + "texi": -5.891644, + "texinfo": -5.891644, + "the": -5.198497, + "types": -5.891644, + "used": -5.891644, + "util": -5.891644, + "utilities": -5.891644, + "uuid": -5.891644, + "yes": -5.891644, + "{": -5.198497, + "}": -5.198497, + "~": -5.891644, + }, + "DenizenScript": map[string]float64{ + "!": -3.843030, + "\"": -6.551080, + "+": -5.857933, + "-": -1.945910, + ".context": -6.551080, + ".members": -5.164786, + ".owner": -6.551080, + ":": -1.738896, + "<": -4.066174, + "<&[success]>": -6.551080, + "<-:all>": -6.551080, + "<[FACTION_UUID].proc[get_members]>": -6.551080, + "<[FACTION_UUID]>": -5.164786, + "<[cl]>": -6.551080, + "<[default_faction_data]>": -6.551080, + "<[faction].proc[get_display_name]>": -5.857933, + "<[faction].proc[get_members]>": -6.551080, + "<[faction].proc[get_owner]>": -6.551080, + "<[faction]>": -4.605170, + "<[faction_owner].uuid>": -6.551080, + "<[i]>": -6.551080, + "<[m]>": -6.551080, + "<[members]>": -6.551080, + "<[n].advanced_matches_text[*faction_cuboid_*]>": -6.551080, + "<[n].note_name>": -6.551080, + "<[new_owner].has_flag[faction]>": -6.551080, + "<[new_owner].name>": -6.551080, + "<[new_owner].uuid>": -6.551080, + "<[new_owner]>": -4.759321, + "<[old_owner].flag[faction]>": -6.551080, + "<[old_owner].has_flag[faction]>": -6.551080, + "<[old_owner].uuid>": -5.857933, + "<[old_owner]>": -4.759321, + "<[p].has_flag[FACTION]>": -6.551080, + "<[p]>": -6.551080, + "": -6.551080, + "": -6.551080, + "": -5.857933, + "": -4.941642, + "": -5.452468, + "": -6.551080, + "": -6.551080, + "": -5.857933, + "": -6.551080, + "": -6.551080, + "": -6.551080, + "": -6.551080, + "": -6.551080, + "": -5.857933, + "": -6.551080, + "": -5.452468, + "": -4.941642, + "": -6.551080, + "": -4.605170, + "": -5.857933, + "": -6.551080, + "": -6.551080, + "": -5.857933, + "": -4.759321, + "": -6.551080, + "": -6.551080, + "": -6.551080, + "": -5.857933, + "": -5.857933, + "=": -4.248495, + ">": -4.248495, + "Claim": -6.551080, + "Edit": -6.551080, + "FACTION": -5.452468, + "FACTION_IDS": -5.857933, + "FACTION_UUID": -5.857933, + "Faction": -6.551080, + "Invite": -6.551080, + "Settings": -6.551080, + "Wiped.": -6.551080, + "[": -4.353856, + "]": -4.353856, + "accept": -6.551080, + "allies": -6.551080, + "as": -4.605170, + "cancelled": -5.452468, + "chats": -6.551080, + "cl": -6.551080, + "claims": -5.857933, + "clicks": -6.551080, + "close": -5.452468, + "create": -6.551080, + "cuboids": -6.551080, + "d": -6.551080, + "def.new_owner": -6.551080, + "default_faction_data": -6.551080, + "define": -4.353856, + "definemap": -6.551080, + "definitions": -6.551080, + "delay": -6.551080, + "delete": -6.551080, + "deny": -6.551080, + "determine": -5.452468, + "edit": -6.551080, + "else": -4.759321, + "events": -5.857933, + "expire": -5.452468, + "faction": -4.471639, + "faction.delete": -6.551080, + "faction_": -6.551080, + "faction_action_danger_zone_transfer_ownership_player_list_inventory": -5.857933, + "faction_action_format": -3.660709, + "faction_cuboid_": -6.551080, + "faction_owner": -6.551080, + "factions": -4.941642, + "factions.": -4.759321, + "flag": -3.149883, + "flagged": -6.551080, + "foreach": -4.941642, + "format": -3.660709, + "get_owner": -6.551080, + "has_ownership_offer": -5.164786, + "i": -6.551080, + "if": -3.912023, + "in": -6.551080, + "inject": -6.551080, + "inventory": -5.164786, + "invite": -6.551080, + "item": -6.551080, + "leave": -6.551080, + "list": -5.452468, + "m": -5.164786, + "members": -5.857933, + "n": -6.551080, + "name": -6.551080, + "narrate": -3.660709, + "new_owner": -5.857933, + "note": -5.857933, + "notes": -6.551080, + "old_owner": -6.551080, + "on": -5.857933, + "open": -6.551080, + "out_of_time_for_transfer": -5.857933, + "owner": -6.551080, + "p": -6.551080, + "passively": -5.857933, + "player": -4.248495, + "player_accepts_or_denies_offer_to_be_new_owner": -6.551080, + "player_chooses_new_owner_of_faction": -6.551080, + "power": -6.551080, + "proc": -6.551080, + "remove": -6.551080, + "rivalries": -6.551080, + "runlater": -6.551080, + "s": -5.857933, + "script": -5.857933, + "server": -3.717867, + "server.offline_players.include": -6.551080, + "settings": -6.551080, + "stop": -5.857933, + "targets": -5.164786, + "task": -5.857933, + "transfer_ownership": -6.551080, + "type": -5.164786, + "waiting_for_owner_transfer_request_acceptance": -5.164786, + "wipe": -6.551080, + "world": -5.857933, + }, "Dhall": map[string]float64{ "$": -5.353211, "(": -2.995056, @@ -35663,116 +37604,599 @@ var TokensLogProbabilities = map[string]map[string]float64{ "}": -2.856016, }, "Eiffel": map[string]float64{ - "(": -2.683182, - ")": -2.683182, - ",": -4.529009, - ":": -2.369525, - "=": -3.430397, - "APPLICATION": -5.627621, - "APPLICATION_CONNECTION_HANDLER": -5.627621, - "ARGUMENTS": -5.627621, - "BOOK": -3.835862, - "BOOK_COLLECTION": -5.627621, - "GIT_CHECKOUT_COMMAND": -5.627621, - "GIT_COMMAND": -5.627621, - "HASH_TABLE": -5.627621, - "HTTP_HANDLER": -5.627621, - "HTTP_SERVER": -5.627621, - "HTTP_SERVER_CONFIGURATION": -5.627621, - "HTTP_SERVER_SHARED_CONFIGURATION": -5.627621, - "LINKED_LIST": -4.934474, - "LIST": -4.241327, - "NONE": -4.241327, - "Result.append": -5.627621, - "Result.make": -5.627621, - "STRING": -4.241327, - "STRING_": -4.241327, - "True": -5.627621, - "Void": -5.627621, - "[": -3.681711, - "]": -3.681711, - "_": -5.627621, - "a_author": -5.627621, - "a_book": -5.627621, - "a_book.author.name": -4.934474, - "a_branch": -4.241327, - "a_name": -4.529009, - "across": -4.934474, - "add_book": -5.627621, - "add_books": -5.627621, - "arguments.force_last": -5.627621, - "as": -4.934474, - "author": -5.627621, - "book_index": -4.934474, - "book_index.at": -5.627621, - "book_index.make": -5.627621, - "book_index.put": -5.627621, - "book_list": -4.934474, - "books": -4.934474, - "books_by_author": -5.627621, - "branch": -4.529009, - "branch_set": -5.627621, - "class": -4.529009, - "create": -3.430397, - "date": -5.627621, - "debug": -5.627621, - "default_document_root": -4.934474, - "description": -4.934474, - "detachable": -5.627621, - "do": -3.681711, - "end": -2.988564, - "ensure": -4.934474, - "feature": -3.681711, - "if": -5.627621, - "inherit": -4.934474, - "initialize": -5.627621, - "it": -4.934474, - "it.item": -4.934474, - "l": -4.241327, - "l.force": -5.627621, - "l.make": -5.627621, - "l_cfg": -4.529009, - "l_cfg.document_root": -5.627621, - "l_cfg.http_server_port": -5.627621, - "l_cfg.make": -5.627621, - "l_cfg.set_is_verbose": -5.627621, - "l_http_handler": -4.934474, - "l_http_handler.make": -5.627621, - "l_server": -4.934474, - "l_server.make": -5.627621, - "l_server.setup": -5.627621, - "like": -5.627621, - "local": -4.934474, - "loop": -4.934474, - "make": -3.681711, - "make_master": -4.934474, - "name": -4.529009, - "name_set": -5.627621, - "note": -4.934474, - "revision": -5.627621, - "set_name": -5.627621, - "set_server_configuration": -5.627621, - "then": -5.627621, - "{": -3.681711, - "}": -3.681711, + "(": -2.969064, + ")": -2.969064, + ",": -4.527209, + "/": -5.508038, + ":": -2.358155, + ";": -5.508038, + "": -4.527209, + "": -6.606650, + "": -6.606650, + "": -4.527209, + "": -4.527209, + "