From 1854d69c59dd09a6549ed2bf197cb0698144cb59 Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Sat, 15 Aug 2015 12:41:38 -0500 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 ab7a0fb..18b2d5c 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -107,4 +107,10 @@ KDevelop templates for Nim project and Nim file: * New nim file * Debug with gdb (You will need to uncomment the debug flag in the nim.cfg file) -**Note** For syntax highlighting you need to install [Kate syntax highlighting](https://github.com/nim-lang/Nim/wiki/Editor-Support#kate). \ No newline at end of file +**Note** For syntax highlighting you need to install [Kate syntax highlighting](https://github.com/nim-lang/Nim/wiki/Editor-Support#kate). + +### Howl + +http://howl.io + +Recent versions of Howl have built-in Nim syntax highlighting. \ No newline at end of file