aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/user/README.md2
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