diff options
author | John Renner <[email protected]> | 2021-05-10 21:34:09 +0100 |
---|---|---|
committer | John Renner <[email protected]> | 2021-05-10 21:34:09 +0100 |
commit | 7ae3967e5739b786fcd3f7b7b333c73f2c38e8dd (patch) | |
tree | da0ab8119d19bcce349eb9c60825761898a231e4 /editors | |
parent | c3ba1f14faaf132de7c216123878a681d7f3ca61 (diff) |
Formatting and docs
Diffstat (limited to 'editors')
-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 | }, |