From 153cea23889092c6ccb6d54e23e13ca03292cf80 Mon Sep 17 00:00:00 2001 From: Hans Raaf Date: Thu, 14 Jul 2016 23:46:48 +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 23aa4f6..e086989 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -6,7 +6,7 @@ The following editors have some Nim support: Supports syntax highlighting, build / run, code checking/lint on safe, reference search, suggestions including object fields, procs and variables. It also is able to debug your code using the native debugger extension. -* https://code.visualstudio.com (The Editor itself) +* https://code.visualstudio.com (editor homepage) * 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)