From ec82ca8391603edad974191ec839e2ad8a4234c0 Mon Sep 17 00:00:00 2001 From: Seivan Heidari Date: Tue, 5 Nov 2019 00:18:16 +0100 Subject: Clearer docs usage under `rust-analyzer.scopeMappings`. --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index 42742c0e6..909e574d0 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -89,7 +89,7 @@ host. //Will autocomplete keys to available RA scopes. "keyword.unsafe": ["keyword", "keyword.control"], //Values are string | TextMateScope | [string | TextMateScope] - "comments": "comment.block" + "variable.mut": "variable" } ``` * `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts -- cgit v1.2.3