aboutsummaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/schema.json b/schema.json
index 95cd0f7..e2b234d 100644
--- a/schema.json
+++ b/schema.json
@@ -8,14 +8,14 @@
"additionalProperties": false,
"description": "define command description",
"properties": {
- "refresh_pattern": {
- "description": "loop left and find the start of the word or trigger chars and set it as the startcol for the source instead of refresh_pattern",
- "type": "string"
- },
"command": {
"description": "define name of language server",
"type": "string"
},
+ "config": {
+ "description": "server related configurations",
+ "type": "object"
+ },
"disabled": {
"description": "disable this server",
"type": "boolean"