diff --git a/contrib/check-config.py b/contrib/check-config.py --- a/contrib/check-config.py +++ b/contrib/check-config.py @@ -16,12 +16,12 @@ documented = {} configre = re.compile(r''' # Function call - ui\.config(|int|bool|list)\( + ui\.config(?P|int|bool|list)\( # First argument. - ['"](\S+)['"],\s* + ['"](?P
\S+)['"],\s* # Second argument - ['"](\S+)['"](,\s+ - (?:default=)?(\S+?))? + ['"](?P