From 6275eacfe171467db465a7e0b27572599aa0a7c0 Mon Sep 17 00:00:00 2001 From: xyz32 Date: Thu, 20 Aug 2015 09:57:23 -0400 Subject: [PATCH] Updated Editor Support (markdown) --- Editor-Support.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Editor-Support.md b/Editor-Support.md index 18b2d5c..f55de18 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -106,8 +106,10 @@ KDevelop templates for Nim project and Nim file: * Project management (build/run configuration) * New nim file * Debug with gdb (You will need to uncomment the debug flag in the nim.cfg file) +* Syntax Highlighting (Needs [Kate syntax highlighting](https://github.com/nim-lang/Nim/wiki/Editor-Support#kate)). -**Note** For syntax highlighting you need to install [Kate syntax highlighting](https://github.com/nim-lang/Nim/wiki/Editor-Support#kate). +## Requirements: +Nim and Nimble to be installed. ### Howl