Updated Editor Support (markdown)

This commit is contained in:
xyz32 2015-08-20 09:57:23 -04:00
parent 1854d69c59
commit 6275eacfe1
1 changed files with 3 additions and 1 deletions

View File

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