diff --git a/config-example.json b/config-example.json index c3df2b3..5600eb3 100644 --- a/config-example.json +++ b/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",