diff --git a/editors/code/README.md b/editors/code/README.md new file mode 100644 index 0000000000..336695d9ff --- /dev/null +++ b/editors/code/README.md @@ -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. diff --git a/editors/code/package.json b/editors/code/package.json index 862de32103..daccb31fbf 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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"