From 7ec03dedd2596d4a99a6e0cd6f64025b5ae14e8e Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 17 Feb 2020 13:58:08 +0900 Subject: Fix local-schema.json --- local-schema.json | 1 + 1 file changed, 1 insertion(+) 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": { -- cgit v1.2.3-54-g00ecf