From 2f4b6ff6771a5d476c216fa58e3bbf73167d19aa Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 29 Feb 2016 19:30:10 +0700 Subject: [PATCH] Updated Editor Support (markdown) --- Editor-Support.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Editor-Support.md b/Editor-Support.md index f11e3ac..18ef112 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -132,4 +132,10 @@ Make sure you have both Nim and Nimble installed. http://howl.io -Recent versions of Howl have built-in Nim syntax highlighting. \ No newline at end of file +Recent versions of Howl have built-in Nim syntax highlighting. + +### Notepad++ +Support Nim syntax highlighting and code folding via a plugin written entirely in Nim!. + +* Download available [here](https://github.com/jangko/nppnim/releases) +* Source code available [here](https://github.com/jangko/nppnim) \ No newline at end of file