From 7ae3967e5739b786fcd3f7b7b333c73f2c38e8dd Mon Sep 17 00:00:00 2001 From: John Renner Date: Mon, 10 May 2021 13:34:09 -0700 Subject: Formatting and docs --- editors/code/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editors') diff --git a/editors/code/package.json b/editors/code/package.json index 67e10df7e..1605d926b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -770,6 +770,11 @@ "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