Updated Editor Support (markdown)

This commit is contained in:
Hans Raaf 2016-07-14 23:46:48 +02:00
parent cbd9d5d901
commit 153cea2388
1 changed files with 1 additions and 1 deletions

View File

@ -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)