summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
authorolive <olive@olive.ooo>2026-09-12 16:21:14 +0100
committerolive <olive@olive.ooo>2026-09-12 16:21:14 +0100
commit1a34cd0fce49991ba0888029f0a42fd5f730a997 (patch)
tree5914c68257b3c250d7f34962abae29edc23aa82c /config.lua
parent9127e598e0a2dbec72eea6185ad67d739d3f1e83 (diff)
remove old hardcoded config from main.lua and add example conf
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua2
1 files changed, 1 insertions, 1 deletions
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,