changeset 197:7865f28038a4

Add the "conf-toml" mode mapping to the TOML loader
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 May 2019 22:01:23 +0200
parents 13527d70e9e3
children 0b855758ba08
files configmix/__init__.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/__init__.py	Fri May 03 21:59:51 2019 +0200
+++ b/configmix/__init__.py	Fri May 03 22:01:23 2019 +0200
@@ -160,6 +160,7 @@
     "conf-windows": _load_ini,
     "ini": _load_ini,
     "toml": _load_toml,
+    "conf-toml": _load_toml,
     "javascript": _load_json,
     "json": _load_json,
 }