diff --git a/docs/index.rst b/docs/index.rst
index 817e47171..e3b6f873f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -28,6 +28,7 @@ Useful links
Available Solidity Integrations
-------------------------------
+
* `Browser-Based Compiler `_
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
@@ -41,14 +42,19 @@ Available Solidity Integrations
Qt based IDE for designing, debugging and testing solidity smart contracts.
* `Package for SublimeText — Solidity language syntax `_
- Solidity syntax highlight for SublimeText editor.
+ Solidity syntax highlighting for SublimeText editor.
* `Atom Solidity package `_
Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node).
* `Visual Studio Code extension `_
Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler.
-
+
+* `Emacs Solidity `_
+ Plugin for the emacs editor providing syntax highlighting and compilation error reporting.
+
+* `VIM Solidity `_
+ Plugin for the VIM editor providing syntax highlighting.
Language Documentation
----------------------