diff options
author | Byaruhanga Franklin <byaruhaf@users.noreply.github.com> | 2017-04-10 05:39:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 05:39:57 +0300 |
commit | 6a4abba84212318a374d9af51e6d93d2b8991fd0 (patch) | |
tree | 6851976c61536acb5a05647fcc800578bf6e16c0 /system/doc | |
parent | c04e4cd533d9a4185eadda3141e0783b0f5a0fae (diff) | |
download | erlang-6a4abba84212318a374d9af51e6d93d2b8991fd0.tar.gz |
Added vim and atom to doc's front page.
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/top/templates/index.html.src | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index d2a6736d34..da8069f3e6 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -149,10 +149,11 @@ verification, comment support including paragraph filling, skeletons, tags support and more. See the <a href="#tools#/index.html"> Tools</a> application for details. <p> -There are also Erlang plugins for +There are also Erlang plugins for other code editors +<a href="http://github.com/vim-erlang">Vim (vim-erlang)</a> , +<a href="http://atom.io/packages/language-erlang"> Atom </a> , <a href="http://erlide.org/index.html">Eclipse (ErlIDE)</a> and -<a href="http://ignatov.github.io/intellij-erlang/">IntelliJ IDEA</a> -if you prefer a more graphical environment, which are both under active development. +<a href="http://ignatov.github.io/intellij-erlang/">IntelliJ IDEA</a>. <li>When developing with Erlang/OTP you usually test your programs from the interactive shell (see <a href="getting_started/users_guide.html"> Getting Started With Erlang</a>) where you can call individual |