aboutsummaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-05 23:13:02 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-05 23:13:02 +0900
commit5a9a1bdc182e8c5ade75bc91ec112d105abb37c7 (patch)
treefd89e2395ad7403019c7227309fa1ebcad539f00 /schema.json
parent3e4d8bf5c5fff96ae42b1f2a72aaf236e7db1eb9 (diff)
parentc727df7bcaa13202f81fb513ea61d6a75d634b84 (diff)
downloadvim-lsp-settings-glslls.tar.gz
vim-lsp-settings-glslls.tar.bz2
vim-lsp-settings-glslls.zip
Merge branch 'master' into glsllsglslls
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema.json b/schema.json
index 38c11d6..95cd0f7 100644
--- a/schema.json
+++ b/schema.json
@@ -8,8 +8,8 @@
"additionalProperties": false,
"description": "define command description",
"properties": {
- "asyncomplete-refresh-pattern": {
- "description": "define refresh pattern for asyncomplete",
+ "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": {