From 1a34cd0fce49991ba0888029f0a42fd5f730a997 Mon Sep 17 00:00:00 2001 From: olive Date: Sat, 12 Sep 2026 16:21:14 +0100 Subject: remove old hardcoded config from main.lua and add example conf --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.lua') diff --git a/config.lua b/config.lua index c19a087..cba0d0c 100644 --- a/config.lua +++ b/config.lua @@ -11,7 +11,7 @@ local function tuple_syntax(pattern) return function(block,line) local matches = {line:match(pattern)} assert(matches[1], "syntax error in tuple line: "..line) table.insert(block, matches) -end end +end end local schema = { pylon = kv_syntax, -- cgit v1.2.3