]> git.lizzy.rs Git - rust.git/commitdiff
Minimal viable meta
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 2 Mar 2020 13:27:26 +0000 (14:27 +0100)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 2 Mar 2020 13:27:26 +0000 (14:27 +0100)
editors/code/README.md [new file with mode: 0644]
editors/code/package.json

diff --git a/editors/code/README.md b/editors/code/README.md
new file mode 100644 (file)
index 0000000..336695d
--- /dev/null
@@ -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.
index 862de32103f6afc0736de8a1cebbbac8c81d6363..daccb31fbfe4245c6321868e34cfed71c06f5a4d 100644 (file)
         "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"