about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2021-05-17 18:37:06 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2021-05-17 18:37:06 +0300
commit41510f437e87e013f2015bed1a964163c6d3f1ff (patch)
treeead7add1ada64dfad8e819a32a5ea4ffa8c0cd60 /editors/code
parentf9d4a9eaee6f86d9bd60cf6d18ec744b56696135 (diff)
downloadrust-41510f437e87e013f2015bed1a964163c6d3f1ff.tar.gz
rust-41510f437e87e013f2015bed1a964163c6d3f1ff.zip
minor: adjust config name
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 14cffac06ef..2e67b67755b 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
             }
         },