config.lua

changeset 7
038275cd92ed
parent 3
b2df1b3f2c83
equal deleted inserted replaced
6:219d7a7304f8 7:038275cd92ed
1 1
2 module("config") 2 --@module config
3 3
4 dirsep = "/" 4 local config={}
5 meta_marker = "^---%s*$" 5
6 debug=true 6 config.dirsep = "/"
7 config.meta_marker = "^---%s*$"
8 config.debug=true
9
10 return config

mercurial