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