aboutsummaryrefslogtreecommitdiff
path: root/misc/ols.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ols.schema.json')
-rw-r--r--misc/ols.schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json
index 898914e..c3ad997 100644
--- a/misc/ols.schema.json
+++ b/misc/ols.schema.json
@@ -72,6 +72,11 @@
"description": "Turns on finding references for a symbol.",
"default": true
},
+ "enable_document_highlights": {
+ "type": "boolean",
+ "description": "Turns on highlighting of symbol references in file.",
+ "default": true
+ },
"enable_completion_matching": {
"type": "boolean",
"description": "Attempt to match types and pointers when passing arguments to procedures.",