Minimal viable meta

This commit is contained in:
Aleksey Kladov 2020-03-02 14:27:26 +01:00
parent cf23ca7719
commit 57d0f238cc
2 changed files with 11 additions and 1 deletions

5
editors/code/README.md Normal file
View file

@ -0,0 +1,5 @@
# rust-analyzer
Provides support for rust-analyzer: novel LSP server for the Rust programming language.
See https://rust-analyzer.github.io/ for more information.

View file

@ -12,8 +12,13 @@
"url": "https://github.com/rust-analyzer/rust-analyzer.git",
"type": "git"
},
"homepage": "https://rust-analyzer.github.io/",
"license": "MIT OR Apache-2.0",
"keywords": [
"rust"
],
"categories": [
"Other"
"Programming Languages"
],
"engines": {
"vscode": "^1.42.0"