diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2013-05-21 15:35:32 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2013-05-21 15:35:32 -0500 |
commit | d6a642e064a46c82fbb8f7c3c4e62ff338bb7c1d (patch) | |
tree | 1c62d820a8d3e77ed08c5be9a743fac0c6fd0c4d /web | |
parent | b597855d6f27b548a32fcce835dfce944d5e36be (diff) | |
download | Nim-d6a642e064a46c82fbb8f7c3c4e62ff338bb7c1d.tar.gz |
better editor support FAQ
Diffstat (limited to 'web')
-rw-r--r-- | web/question.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/web/question.txt b/web/question.txt index 760c4474e..09e97bbcf 100644 --- a/web/question.txt +++ b/web/question.txt @@ -79,10 +79,15 @@ A JVM backend is almost impossible. The JVM is not expressive enough. It has never been designed as a general purpose VM anyway. A CLR backend is possible but would require much work. -What about vim/emacs/my editor? +What about editor support? ------------------------------- -Check the github wiki: https://github.com/Araq/Nimrod/wiki/Editor-Support +- Nimrod IDE: https://github.com/nimrod-code/Aporia +- Emacs: https://github.com/Tass/nimrod-mode +- Vim: https://github.com/zah/nimrod.vim/ +- Scite: Included +- Gedit: The `Aporia .lang file <https://github.com/nimrod-code/Aporia/blob/master/share/gtksourceview-2.0/language-specs/nimrod.lang>`_ +- jEdit: https://github.com/exhu/nimrod-misc/tree/master/jedit Compilation =========== |