Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update language versions #133

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 33 additions & 28 deletions client/langs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,56 @@ package client
// ^[\s\S]*?value="(.+?)"[\s\S]*?>([\s\S]+?)<[\s\S]*?$
// "\1": "\2",
var Langs = map[string]string{
"43": "GNU GCC C11 5.1.0",
"52": "Clang++17 Diagnostics",
"42": "GNU G++11 5.1.0",
"50": "GNU G++14 6.4.0",
"54": "GNU G++17 7.3.0",
"2": "Microsoft Visual C++ 2010",
"59": "Microsoft Visual C++ 2017",
"9": "C# Mono 5.18",
"28": "D DMD32 v2.086.0",
"32": "Go 1.12.6",
"12": "Haskell GHC 8.6.3",
"60": "Java 11.0.5",
"36": "Java 1.8.0_162",
"48": "Kotlin 1.3.10",
"19": "OCaml 4.02.1",
"3": "Delphi 7",
"4": "Free Pascal 3.0.2",
"51": "PascalABC.NET 3.4.2",
"12": "Haskell GHC 8.10.1",
"13": "Perl 5.20.1",
"6": "PHP 7.2.13",
"7": "Python 2.7.15",
"31": "Python 3.7.2",
"40": "PyPy 2.7 (7.2.0)",
"41": "PyPy 3.6 (7.2.0)",
"8": "Ruby 2.0.0p645",
"49": "Rust 1.35.0",
"20": "Scala 2.12.8",
"34": "JavaScript V8 4.8.0",
"55": "Node.js 9.4.0",
"14": "ActiveTcl 8.5",
"15": "Io-2008-01-07 (Win32)",
"17": "Pike 7.8",
"18": "Befunge",
"19": "OCaml 4.02.1",
"2": "Microsoft Visual C++ 2010",
"20": "Scala 2.12.8",
"22": "OpenCobol 1.0",
"25": "Factor",
"26": "Secret_171",
"27": "Roco",
"28": "D DMD32 v2.091.0",
"3": "Delphi 7",
"31": "Python 3.9.1",
"32": "Go 1.15.6",
"33": "Ada GNAT 4",
"34": "JavaScript V8 4.8.0",
"36": "Java 1.8.0_241",
"38": "Mysterious Language",
"39": "FALSE",
"4": "Free Pascal 3.0.2",
"40": "PyPy 2.7 (7.3.0)",
"41": "PyPy 3.7 (7.3.0)",
"42": "GNU G++11 5.1.0",
"43": "GNU GCC C11 5.1.0",
"44": "Picat 0.9",
"45": "GNU C++11 5 ZIP",
"46": "Java 8 ZIP",
"47": "J",
"48": "Kotlin 1.4.0",
"49": "Rust 1.49.0",
"50": "GNU G++14 6.4.0",
"51": "PascalABC.NET 3.4.2",
"52": "Clang++17 Diagnostics",
"54": "GNU G++17 7.3.0",
"55": "Node.js 12.6.3",
"56": "Microsoft Q#",
"57": "Text",
"59": "Microsoft Visual C++ 2017",
"6": "PHP 7.2.13",
"60": "Java 11.0.6",
"61": "GNU G++17 9.2.0 (64 bit, msys 2)",
"62": "UnknownX",
"65": "C# 8, .NET Core 3.1",
"67": "Ruby 3.0.0",
"68": "Secret 2021",
"7": "Python 2.7.18",
"9": "C# Mono 6.8",
}

// LangsExt language's ext
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package config

import (
"bytes"
"encoding/json"
"io/ioutil"
"os"
"bytes"
"path/filepath"

"github.com/fatih/color"
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/shirou/gopsutil/net/net_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 73 additions & 73 deletions vendor/github.com/shirou/w32/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.