Browse Source

Update compilers' versions

pull/6/head
Menci 8 years ago
parent
commit
cfcca625de
  1. 8
      config-example.json

8
config-example.json

@ -46,7 +46,7 @@
"csharp": { "csharp": {
"show": "C#", "show": "C#",
"highlight": "csharp", "highlight": "csharp",
"version": "MCS 4.6.2.0, Mono 4.6.2", "version": "MCS 4.8.0.0, Mono 4.8.0",
"editor": "csharp" "editor": "csharp"
}, },
"c": { "c": {
@ -58,7 +58,7 @@
"vala": { "vala": {
"show": "Vala", "show": "Vala",
"highlight": "vala", "highlight": "vala",
"version": "Vala 0.34.4, GCC 5.4.0", "version": "Vala 0.30.1, GCC 5.4.0",
"editor": "vala" "editor": "vala"
}, },
"java": { "java": {
@ -94,7 +94,7 @@
"nodejs": { "nodejs": {
"show": "Node.js", "show": "Node.js",
"highlight": "js", "highlight": "js",
"version": "7.2.1", "version": "7.7.3",
"editor": "javascript" "editor": "javascript"
}, },
"ruby": { "ruby": {
@ -112,7 +112,7 @@
"vbnet": { "vbnet": {
"show": "Visual Basic", "show": "Visual Basic",
"highlight": "vbnet", "highlight": "vbnet",
"version": "VBNC 0.0.0.5943, Mono 4.6.2", "version": "VBNC 0.0.0.5943, Mono 4.8.0",
"editor": "vbscript" "editor": "vbscript"
} }
}, },

Loading…
Cancel
Save