From db51cb12e2197dbe78b723281e51912b7550d60b Mon Sep 17 00:00:00 2001 From: xehoth <824547322@qq.com> Date: Thu, 15 Jun 2017 18:34:06 +0800 Subject: [PATCH] Add LuaJIT Support Add LuaJIT 2.0.4 Support --- config-example.json | 6 ++++++ 1 file changed, 6 insertions(+) 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",