diff --git a/schema/settings.json b/schema/settings.json index 36fdf2f..dfba8a6 100644 --- a/schema/settings.json +++ b/schema/settings.json @@ -157,12 +157,12 @@ } }, "patternProperties": { - "^known_[a-z_]+": { + "^known_[a-zA-Z_]+": { "type": "array", "items": { "type": "string" } } }, - "additionalProperties": false, + "additionalProperties": true, "type": "object" }, "yapf": {