diff --git a/config-example.json b/config-example.json index f0d3019..3965e0c 100644 --- a/config-example.json +++ b/config-example.json @@ -69,97 +69,103 @@ "cpp": { "show": "C++", "highlight": "cpp", - "version": "GCC 5.4.0", + "version": "Clang 7.0.1", "editor": "c_cpp" }, "cpp11": { - "show": "C++11", + "show": "C++ 11", "highlight": "cpp", - "version": "GCC 5.4.0", + "version": "Clang 7.0.1", + "editor": "c_cpp" + }, + "cpp17": { + "show": "C++ 17", + "highlight": "cpp", + "version": "Clang 7.0.1", "editor": "c_cpp" }, "csharp": { "show": "C#", "highlight": "csharp", - "version": "MCS 4.8.0.0, Mono 4.8.0", + "version": "Mono 5.16.0.220", "editor": "csharp" }, "c": { "show": "C", "highlight": "c", - "version": "GCC 5.4.0", + "version": "Clang 7.0.1", "editor": "c_cpp" }, "vala": { "show": "Vala", "highlight": "vala", - "version": "Vala 0.30.1, GCC 5.4.0", + "version": "Vala 0.40.8, Clang 7.0.1", "editor": "vala" }, "java": { "show": "Java", "highlight": "java", - "version": "GCC 5.4.0", + "version": "OpenJDK 10.0.2", "editor": "java" }, "pascal": { "show": "Pascal", "highlight": "pascal", - "version": "FPC 3.0.0", + "version": "Free Pascal 3.0.4", "editor": "pascal" }, "lua": { "show": "Lua", "highlight": "lua", - "version": "Lua 5.2.4", + "version": "Lua 5.3.3", "editor": "lua" }, "luajit": { "show": "LuaJIT", "highlight": "lua", - "version": "LuaJIT 2.0.4", + "version": "LuaJIT 2.1.0", "editor": "lua" }, "python2": { "show": "Python 2", "highlight": "python", - "version": "CPython 2.7.12", + "version": "PyPy 6.0.0 (Python 2.7.13)", "editor": "python" }, "python3": { "show": "Python 3", "highlight": "python", - "version": "CPython 3.5.2", + "version": "PyPy 6.0.0 (Python 3.5.3)", "editor": "python" }, "nodejs": { "show": "Node.js", "highlight": "js", - "version": "7.7.3", + "version": "10.14.0", "editor": "javascript" }, "ruby": { "show": "Ruby", "highlight": "ruby", - "version": "2.3.1", + "version": "2.5.1", "editor": "ruby" }, "haskell": { "show": "Haskell", "highlight": "haskell", - "version": "GHC 7.10.3", + "version": "GHC 8.6.2", "editor": "haskell" }, "ocaml": { "show": "OCaml", "highlight": "ocaml", - "version": "Ocamlbuild 4.02.3", + "version": "Ocaml 4.05.0", "editor": "ocaml" }, "vbnet": { "show": "Visual Basic", "highlight": "vbnet", - "version": "VBNC 0.0.0.5943, Mono 4.8.0", + "version": "Mono 4.7", "editor": "vbscript" } },