diff options
Diffstat (limited to 'local-schema.json')
-rw-r--r-- | local-schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/local-schema.json b/local-schema.json index 8d48843..694a97f 100644 --- a/local-schema.json +++ b/local-schema.json @@ -4,6 +4,7 @@ "patternProperties": { "^([a-z0-9_-]+)+$": { "description": "define name of language server", + "type": "object", "properties": { "blacklist": { "items": { |