From 3e9e941f0d5bf0f7d31886c1e741b5cd71c116ce Mon Sep 17 00:00:00 2001 From: Alex Fedoseev Date: Sun, 16 Aug 2020 11:11:50 +0300 Subject: [PATCH] Add links to Atom packages --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d568ed305..bd48886ea 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Download the latest release here: https://github.com/rescript-lang/rescript-lang Go to VSCode, Command Palette (cmd-shift-p) -> "Extensions: Install from VSIX", then select the `rescript-language-server.vsix` you just downloaded. +### Atom +Install the following packages: +- IDE: [`ide-rescript`](https://atom.io/packages/ide-rescript) +- Syntax: [`language-rescript`](https://atom.io/packages/language-rescript) + ### Other Editors With Language-Server Support For now, you have to clone the repo and run `npm run compile`. The language server will be at `server/out/server.js`. Wire that into your editor.