From 41510f437e87e013f2015bed1a964163c6d3f1ff Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 17 May 2021 18:37:06 +0300 Subject: minor: adjust config name --- editors/code/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editors/code') diff --git a/editors/code/package.json b/editors/code/package.json index 14cffac06..2e67b6775 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -613,6 +613,11 @@ "type": "string" } }, + "rust-analyzer.highlighting.strings": { + "markdownDescription": "Use semantic tokens for strings.\n\nIn some editors (e.g. vscode) semantic tokens override other highlighting grammars.\nBy disabling semantic tokens for strings, other grammars can be used to highlight\ntheir contents.", + "default": true, + "type": "boolean" + }, "rust-analyzer.hoverActions.debug": { "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.", "default": true, @@ -778,11 +783,6 @@ "type": "string" } }, - "rust-analyzer.semanticStringTokens": { - "markdownDescription": "Use semantic tokens for strings.\n\nIn some editors (e.g. vscode) semantic tokens override other highlighting grammars.\nBy disabling semantic tokens for strings, other grammars can be used to highlight\ntheir contents.", - "default": true, - "type": "boolean" - }, "$generated-end": false } }, -- cgit v1.2.3