Updated Editor Support (markdown)
This commit is contained in:
parent
ec3eff8748
commit
1854d69c59
|
@ -107,4 +107,10 @@ KDevelop templates for Nim project and Nim file:
|
||||||
* New nim file
|
* New nim file
|
||||||
* Debug with gdb (You will need to uncomment the debug flag in the nim.cfg 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).
|
**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.
|
Loading…
Reference in New Issue