sadly, we support only a single language atm

This commit is contained in:
Aleksey Kladov 2019-03-20 12:25:03 +03:00
parent 505bd45bcc
commit ab9fef1ee2

View file

@ -24,7 +24,7 @@ To build rust-analyzer, you need:
* latest stable rust for language server itself
* latest stable npm and VS Code for VS Code extension (`code` should be a path)
For setup for other languages, see [./docs/user](./docs/user).
For setup for other editors, see [./docs/user](./docs/user).
```
# clone the repo