Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
chore: upgrade language list
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer1004 committed Feb 11, 2020
1 parent e6fd022 commit 7ad7ab6
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions client/langs.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ var Langs = map[string]string{
"2": "Microsoft Visual C++ 2010",
"59": "Microsoft Visual C++ 2017",
"9": "C# Mono 5.18",
"28": "D DMD32 v2.083.1",
"32": "Go 1.11.4",
"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",
Expand All @@ -78,13 +79,29 @@ var Langs = map[string]string{
"6": "PHP 7.2.13",
"7": "Python 2.7.15",
"31": "Python 3.7.2",
"40": "PyPy 2.7 (6.0.0)",
"41": "PyPy 3.5 (6.0.0)",
"40": "PyPy 2.7 (7.2.0)",
"41": "PyPy 3.6 (7.2.0)",
"8": "Ruby 2.0.0p645",
"49": "Rust 1.31.1",
"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",
"22": "OpenCobol 1.0",
"25": "Factor",
"26": "Secret_171",
"27": "Roco",
"33": "Ada GNAT 4",
"38": "Mysterious Language",
"39": "FALSE",
"44": "Picat 0.9",
"45": "GNU C++11 5 ZIP",
"46": "Java 8 ZIP",
"47": "J",
"56": "Microsoft Q#",
}

// LangsExt language's ext
Expand Down Expand Up @@ -123,6 +140,8 @@ var LangsExt = map[string]string{
"Java 7": "java",
"Java 8": "java",
"Java 9": "java",
"Java 10": "java",
"Java 11": "java",
"Tcl": "tcl",
"F#": "fs",
"Befunge": "bf",
Expand Down

0 comments on commit 7ad7ab6

Please # to comment.