aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormoonz <pmnarimani@gmail.com>2026-01-27 10:13:05 +0100
committermoonz <pmnarimani@gmail.com>2026-01-27 10:13:05 +0100
commitaa993b9b366c79b978fb0901fdd75295f9cc0426 (patch)
treec53cf0ea039699ad78e237b96d7eb882960369f0 /misc
parent396f4b887e6d7fe50957dce2a7c06199a07b670e (diff)
parenta243fa37d7735dc8777d445d2d3c9965f92f9c02 (diff)
Merge branch 'master' into overload_resolution
Diffstat (limited to 'misc')
-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 4c9e447..81bc0cd 100644
--- a/misc/ols.schema.json
+++ b/misc/ols.schema.json
@@ -102,6 +102,11 @@
"description": "Provide signature help for comp lits such as when instantiating structs. Will not display correctly on some editors such as vscode.",
"default": false
},
+ "enable_comp_lit_signature_help_use_docs": {
+ "type": "boolean",
+ "description": "Put signature help for comp lits in the documentation. This will allow it to be rendered nicely using markdown in editors that render the label without colour on one line.",
+ "default": false
+ },
"disable_parser_errors": { "type": "boolean" },
"verbose": {
"type": "boolean",