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)