diff options
| author | olive <olive@olive.ooo> | 2026-09-12 16:21:14 +0100 |
|---|---|---|
| committer | olive <olive@olive.ooo> | 2026-09-12 16:21:14 +0100 |
| commit | 1a34cd0fce49991ba0888029f0a42fd5f730a997 (patch) | |
| tree | 5914c68257b3c250d7f34962abae29edc23aa82c /config.lua | |
| parent | 9127e598e0a2dbec72eea6185ad67d739d3f1e83 (diff) | |
remove old hardcoded config from main.lua and add example conf
Diffstat (limited to 'config.lua')
| -rw-r--r-- | config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
