From 70353b308b7fbdf0e98f00db92388114f4d3f58e Mon Sep 17 00:00:00 2001 From: Alf Richter Date: Thu, 2 May 2024 18:42:54 +0200 Subject: [PATCH] Update README.md Signed-off-by: Alf Richter --- getting_started/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/getting_started/README.md b/getting_started/README.md index 87349adcf1..1661e6f3a1 100644 --- a/getting_started/README.md +++ b/getting_started/README.md @@ -19,8 +19,12 @@ If you have a specific question, the [FAQ](../www/content/faq.md) might have an ## Editor -- Visual Studio Code: install the Plugin [Roc VSCode Plugin](https://marketplace.visualstudio.com/items?itemName=IvanDemchenko.roc-lang-unofficial) -- [Zed](https://zed.dev/download) (since Version 0.133.5, Mac only at the momment) search and install roc extension (action `zed: extensions`), in case of errors look into the Zed log (action `zed: open log`) +- [Visual Studio Code](https://visualstudio.microsoft.com/#vscode-section) + - syntax highlighting, completion, type hints + - install the [Roc Plugin](https://marketplace.visualstudio.com/items?itemName=IvanDemchenko.roc-lang-unofficial) +- [Zed](https://zed.dev/download), since Version 0.133.5, 🍏Mac only at the momment + - search and install roc extension (action `zed: extensions`) + - in case of errors look into the Zed log (action `zed: open log`) - For other editors like Vim, Helix or Emacs [see](https://github.com/faldor20/tree-sitter-roc) ## Running Examples