Update local schema

This commit is contained in:
Yasuhiro Matsumoto
2021-02-14 23:26:31 +09:00
parent 9f822f4bf1
commit 6a1e1038b9

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"patternProperties": {
"^([a-z0-9_-]+)+$": {
"^([a-z0-9_-]+|\\*)$": {
"description": "define name of language server",
"properties": {
"blocklist": {