From 95997f4e88ed447c2f618b533962f27363dd65c8 Mon Sep 17 00:00:00 2001 From: Hans Raaf Date: Thu, 14 Jul 2016 23:40:44 +0200 Subject: [PATCH] Updated Editor Support (markdown) --- Editor-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor-Support.md b/Editor-Support.md index cc6922e..998935b 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -3,7 +3,7 @@ If you add more editor support, don't forget to add it to the [FAQ](https://gith The following editors have some Nim support: ### Visual Studio Code aka VSCode -* https://code.visualstudio.com +* https://code.visualstudio.com (The Editor itself) * https://marketplace.visualstudio.com/items?itemName=kosz78.nim (Nim Extension) * https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow (indent visualizer) * https://marketplace.visualstudio.com/items?itemName=mattn.Runner (code runner)