Adding LiClipse support
This commit is contained in:
parent
0064b1c512
commit
4691cbdb69
|
@ -18,6 +18,11 @@ The following editors have some Nim support:
|
|||
|
||||
Instructions to map Vim's ``K`` letter to look up documentation under MacOSX using [Dash](http://forum.nim-lang.org/t/330).
|
||||
|
||||
### LiClipse
|
||||
* http://www.liclipse.com
|
||||
|
||||
LiClipse is a plugin for Eclipse (which also provides a standalone version for convenience) which provides Nim support providing syntax-highlighting, outline, comment/uncomment (ctrl+/), select/deselect scope (Shift+Alt+Up/Down), auto-indent, mark occurrences, user templates, multiple cursors (Ctrl+K or Ctrl+Alt+mouse select) and indent guides.
|
||||
|
||||
### Scite
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue