diff --git a/Editor-Support.md b/Editor-Support.md index b9dd1e4..203ca35 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -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:
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.