diff --git a/config-example.json b/config-example.json index 67ebe62..b645e70 100644 --- a/config-example.json +++ b/config-example.json @@ -50,6 +50,22 @@ "show": "Pascal", "highlight": "pascal" }, + "python2": { + "show": "Python 2", + "highlight": "python" + }, + "python3": { + "show": "Python 3", + "highlight": "python" + }, + "nodejs": { + "show": "Node.js", + "highlight": "js" + }, + "ruby": { + "show": "Ruby", + "highlight": "ruby" + }, "vbnet": { "show": "Visual Basic", "highlight": "vbnet"