From bbaf89484257be5dfa69a3ddec806439d7384c55 Mon Sep 17 00:00:00 2001 From: Menci Date: Mon, 16 Jan 2017 20:16:10 +0800 Subject: [PATCH] Add Lua support --- config-example.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-example.json b/config-example.json index bf82e3f..40ed4ac 100644 --- a/config-example.json +++ b/config-example.json @@ -72,6 +72,12 @@ "version": "FPC 3.0.0", "editor": "pascal" }, + "lua": { + "show": "Lua", + "highlight": "lua", + "version": "Lua 5.2.4", + "editor": "lua" + }, "python2": { "show": "Python 2", "highlight": "python",