diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-15 22:57:29 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-15 22:57:29 +0100 |
commit | 78a48b942a6333d2844c35ec89fb108cb2931845 (patch) | |
tree | 7fc2726a5f7e69cdb59606a78650fd37c01be2af | |
parent | 01661daf76daa713d25d06d202f83c842a6f1fe3 (diff) | |
download | Nim-78a48b942a6333d2844c35ec89fb108cb2931845.tar.gz |
Adds fitting quote to idetools doc.
-rw-r--r-- | doc/idetools.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/idetools.txt b/doc/idetools.txt index fdc4ebde6..7e51669f2 100644 --- a/doc/idetools.txt +++ b/doc/idetools.txt @@ -8,6 +8,11 @@ .. contents:: +.. raw:: html + <blockquote><p> + "yes, I'm the creator" -- Araq, 2013-07-26 19:28:32. + </p></blockquote> + Nimrod differs from many other compilers in that it is really fast, and being so fast makes it suited to provide external queries for text editors about the source code being written. Through the |