diff options
author | Seivan Heidari <[email protected]> | 2019-11-04 23:18:16 +0000 |
---|---|---|
committer | Seivan Heidari <[email protected]> | 2019-11-04 23:18:16 +0000 |
commit | ec82ca8391603edad974191ec839e2ad8a4234c0 (patch) | |
tree | 0d4c0774684a88a56c0fefdbd8248cd16cfedd85 /docs | |
parent | 2f1b363b390d41b2db8ebdfa691ff42068e801d0 (diff) |
Clearer docs usage under `rust-analyzer.scopeMappings`.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
89 | //Will autocomplete keys to available RA scopes. | 89 | //Will autocomplete keys to available RA scopes. |
90 | "keyword.unsafe": ["keyword", "keyword.control"], | 90 | "keyword.unsafe": ["keyword", "keyword.control"], |
91 | //Values are string | TextMateScope | [string | TextMateScope] | 91 | //Values are string | TextMateScope | [string | TextMateScope] |
92 | "comments": "comment.block" | 92 | "variable.mut": "variable" |
93 | } | 93 | } |
94 | ``` | 94 | ``` |
95 | * `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts | 95 | * `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts |