rust/editors/code
bors[bot] ed5c1753b3
Merge #6496
6496: Use builtin scopes more r=matklad a=georgewfraser

VSCode has added more builtin fallback scopes, so we can remove some of our fallback scopes by aligning with their conventions. 

Note that the macro scope doesn't seem to actually *work* at the moment. I have filed a bug with VSCode: https://github.com/microsoft/vscode/issues/110150

Co-authored-by: George Fraser <george@fivetran.com>
2020-11-26 10:36:26 +00:00
..
src Use vscode-languageclient 7.0.0-next.14 2020-11-17 10:10:34 -05:00
tests Support 'runnables' options in the vs code extension 2020-10-02 12:35:22 +03:00
.eslintignore Fix eslint errors on .eslintrc.js and rollup.config.js 2020-08-16 23:28:26 +08:00
.eslintrc.js
.gitignore
.vscodeignore
icon.png
package-lock.json Use vscode-languageclient 7.0.0-next.14 2020-11-17 10:10:34 -05:00
package.json Merge #6496 2020-11-26 10:36:26 +00:00
ra_syntax_tree.tmGrammar.json
README.md
rollup.config.js
rust.tmGrammar.json ensure word boundary after true 2020-11-21 18:44:38 +11:00
tsconfig.json Disable ES module interop 2020-07-06 14:29:19 +03:00

rust-analyzer

Provides support for rust-analyzer: novel LSP server for the Rust programming language.

See https://rust-analyzer.github.io/ for more information.