Added changes in config-file to use nim in scite.

This commit is contained in:
Johanna 2015-09-18 11:01:16 +02:00
parent 200101634e
commit 64dd85bf5a
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ LiClipse is a plugin for Eclipse (which also provides a standalone version for c
Recent versions of Scite have out-of-the-box support for Nim. For older versions: <br />
http://sourceforge.net/p/scintilla/scite/ci/default/tree/src/nimrod.properties?format=raw
To enable nim, edit the global config file: *(from http://forum.nim-lang.org/t/312)*
* remove nimrod from the list in `imports.exclude=(...lots of stuff)`
* edit `source.files` to make scintilla recognise .nim
### Aporia
Aporia is a Nim IDE written in Nim.