Browse Source

Add Python, Node.js, Ruby support

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

16
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"

Loading…
Cancel
Save