Browse Source

Add LuaJIT Support

Add LuaJIT 2.0.4 Support
pull/6/head
xehoth 7 years ago committed by GitHub
parent
commit
db51cb12e2
  1. 6
      config-example.json

6
config-example.json

@ -85,6 +85,12 @@
"version": "Lua 5.2.4",
"editor": "lua"
},
"luajit": {
"show": "LuaJIT",
"highlight": "lua",
"version": "LuaJIT 2.0.4",
"editor": "lua"
},
"python2": {
"show": "Python 2",
"highlight": "python",

Loading…
Cancel
Save