mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
Minimal viable meta
This commit is contained in:
parent
cf23ca7719
commit
57d0f238cc
2 changed files with 11 additions and 1 deletions
5
editors/code/README.md
Normal file
5
editors/code/README.md
Normal file
|
@ -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.
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue