diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/README.md | 5 | ||||
-rw-r--r-- | editors/code/package.json | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/editors/code/README.md b/editors/code/README.md new file mode 100644 index 000000000..336695d9f --- /dev/null +++ b/editors/code/README.md | |||
@@ -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. | ||
diff --git a/editors/code/package.json b/editors/code/package.json index 862de3210..daccb31fb 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -12,8 +12,13 @@ | |||
12 | "url": "https://github.com/rust-analyzer/rust-analyzer.git", | 12 | "url": "https://github.com/rust-analyzer/rust-analyzer.git", |
13 | "type": "git" | 13 | "type": "git" |
14 | }, | 14 | }, |
15 | "homepage": "https://rust-analyzer.github.io/", | ||
16 | "license": "MIT OR Apache-2.0", | ||
17 | "keywords": [ | ||
18 | "rust" | ||
19 | ], | ||
15 | "categories": [ | 20 | "categories": [ |
16 | "Other" | 21 | "Programming Languages" |
17 | ], | 22 | ], |
18 | "engines": { | 23 | "engines": { |
19 | "vscode": "^1.42.0" | 24 | "vscode": "^1.42.0" |