Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/__init__.py @ 228:b2c75efad9e4
Renamed the 'ignore' loader key to '-*-ignore-*-'
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 13 May 2019 09:35:03 +0200 |
| parents | f5011eec3b6e |
| children | fcc44302a754 |
line wrap: on
line diff
--- a/configmix/__init__.py Sun May 12 18:06:37 2019 +0200 +++ b/configmix/__init__.py Mon May 13 09:35:03 2019 +0200 @@ -171,7 +171,7 @@ "conf-toml": _load_toml, "javascript": _load_json, "json": _load_json, - "ignore": _load_ignore, + "-*-ignore-*-": _load_ignore, } """Default associations between file modes and loader functions"""
