diff options
Diffstat (limited to 'config.lua')
| -rw-r--r-- | config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ local function tuple_syntax(pattern) return function(block,line) end end local schema = { + top = kv_syntax, pylon = kv_syntax, bus = tuple_syntax"^(%S+)%s+(%S+)$", } |
