diff options
author | Aleksey Kladov <[email protected]> | 2020-03-02 13:27:26 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-02 13:27:26 +0000 |
commit | 57d0f238ccb52e50f20eef80742954a142fcd7bd (patch) | |
tree | 3d43b1fc72a7d2ae4204b1b5a5da5bbf8898c936 | |
parent | cf23ca771967d473a2efd0c0b0cf9f285dc3107e (diff) |
Minimal viable meta
-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" |