From 180a9442cb4e6ea0f7ccb90681824cafeaa9836d Mon Sep 17 00:00:00 2001 From: Menci Date: Sat, 10 Dec 2016 21:44:00 +0800 Subject: [PATCH] Add Python, Node.js, Ruby support --- config-example.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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"