rust/editors/code
2020-05-04 13:10:59 +02:00
..
src fixed lint warning 2020-04-30 18:57:40 +03:00
.eslintrc.js
.gitignore
.vscodeignore Include grammar for syntax trees into vsix 2020-04-03 20:00:06 +02:00
icon.png
package-lock.json npm update 2020-04-22 10:58:50 -04:00
package.json Specify cotributed semanticTokenTypes in package.json 2020-05-04 13:10:59 +02:00
ra_syntax_tree.tmGrammar.json Fix .rast tmGrammar to account for numbers in identifiers 2020-04-22 02:00:58 +03:00
README.md
rollup.config.js Add typing annotations for rollup config 2020-03-18 16:30:34 -06:00
tsconfig.json Target es2019 (code 1.43 uses chromium 78) 2020-03-18 16:30:34 -06: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.