diff options
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, |
