diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
770 | "type": "string" | 770 | "type": "string" |
771 | } | 771 | } |
772 | }, | 772 | }, |
773 | "rust-analyzer.semanticStringTokens": { | ||
774 | "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.", | ||
775 | "default": true, | ||
776 | "type": "boolean" | ||
777 | }, | ||
773 | "$generated-end": false | 778 | "$generated-end": false |
774 | } | 779 | } |
775 | }, | 780 | }, |