diff options
author | Hans Bolinder <[email protected]> | 2017-05-08 12:45:50 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-08 12:45:50 +0200 |
commit | 1ca124231e0a2ee0db3cb5ff993d7615e573bdfa (patch) | |
tree | 4b5364c4d4f0edc52d99324e4de62bbbaf99a574 /system/doc | |
parent | fb74b83312ff17a72e705bce93637665a07c28c0 (diff) | |
parent | 6a4abba84212318a374d9af51e6d93d2b8991fd0 (diff) | |
download | otp-1ca124231e0a2ee0db3cb5ff993d7615e573bdfa.tar.gz otp-1ca124231e0a2ee0db3cb5ff993d7615e573bdfa.tar.bz2 otp-1ca124231e0a2ee0db3cb5ff993d7615e573bdfa.zip |
Merge pull request #1406 from byaruhaf/patch-1
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 b7fff0993d..b987fb4722 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -141,10 +141,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 |