# HG changeset patch # User Franz Glasner # Date 1599696088 -7200 # Node ID d715c10f29307b5490ee1177ebbdc23d222b8d3b # Parent 46571485b7d416e56f32d990e1dc66496a20e103 Allow an alternative to the "-*-ignore-*-" mode line: "-*- ignore -*-" (with spaces) diff -r 46571485b7d4 -r d715c10f2930 configmix/__init__.py --- a/configmix/__init__.py Thu Sep 10 02:00:11 2020 +0200 +++ b/configmix/__init__.py Thu Sep 10 02:01:28 2020 +0200 @@ -205,6 +205,7 @@ "javascript": _load_json, "json": _load_json, "-*-ignore-*-": _load_ignore, + "-*- ignore -*-": _load_ignore, } """Default associations between file modes and loader functions"""