config.lua

changeset 7
038275cd92ed
parent 3
b2df1b3f2c83
--- a/config.lua	Sun May 07 20:02:53 2017 +0100
+++ b/config.lua	Tue Jan 16 16:39:48 2018 +0000
@@ -1,6 +1,10 @@
 
-module("config")
+--@module config
+
+local config={}
 
-dirsep = "/"
-meta_marker = "^---%s*$"
-debug=true
+config.dirsep = "/"
+config.meta_marker = "^---%s*$"
+config.debug=true
+
+return config

mercurial