Skip to content

Commit 57d0f23

Browse files
committed
Minimal viable meta
1 parent cf23ca7 commit 57d0f23

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

editors/code/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# rust-analyzer
2+
3+
Provides support for rust-analyzer: novel LSP server for the Rust programming language.
4+
5+
See https://rust-analyzer.github.io/ for more information.

editors/code/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
"url": "https://github.com/rust-analyzer/rust-analyzer.git",
1313
"type": "git"
1414
},
15+
"homepage": "https://rust-analyzer.github.io/",
16+
"license": "MIT OR Apache-2.0",
17+
"keywords": [
18+
"rust"
19+
],
1520
"categories": [
16-
"Other"
21+
"Programming Languages"
1722
],
1823
"engines": {
1924
"vscode": "^1.42.0"

0 commit comments

Comments
 (0)