aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-27 22:33:08 +0800
committerchriseth <c@ethdev.com>2016-05-27 22:33:08 +0800
commit763da962c43d2161d7fdab3d7e9f5faf22b57358 (patch)
tree923f34846dd35337f53436cb50d2ce09ada76ace /docs
parent3c2056c688fea3254dbafcd6b1840f84ab5d5700 (diff)
parentddc633f175c76236569e7ce36ba9e0217bd39619 (diff)
downloaddexon-solidity-763da962c43d2161d7fdab3d7e9f5faf22b57358.tar
dexon-solidity-763da962c43d2161d7fdab3d7e9f5faf22b57358.tar.gz
dexon-solidity-763da962c43d2161d7fdab3d7e9f5faf22b57358.tar.bz2
dexon-solidity-763da962c43d2161d7fdab3d7e9f5faf22b57358.tar.lz
dexon-solidity-763da962c43d2161d7fdab3d7e9f5faf22b57358.tar.xz
dexon-solidity-763da962c43d2161d7fdab3d7e9f5faf22b57358.tar.zst
dexon-solidity-763da962c43d2161d7fdab3d7e9f5faf22b57358.zip
Merge pull request #600 from ethereum/vimandemacs
Add vim and emacs plugins.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 817e4717..4fd80271 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -28,6 +28,7 @@ Useful links
Available Solidity Integrations
-------------------------------
+
* `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/>`_
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 <https://packagecontrol.io/packages/Ethereum/>`_
- Solidity syntax highlight for SublimeText editor.
+ Solidity syntax highlighting for SublimeText editor.
* `Atom Solidity package <https://github.com/gmtcreators/atom-solidity/>`_
Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node).
* `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_
Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler.
-
+
+* `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_
+ Plugin for the emacs editor providing syntax highlighting and compilation error reporting.
+
+* `VIM Solidity <https://github.com/tomlion/vim-solidity/>`_
+ Plugin for the VIM editor providing syntax highlighting.
Language Documentation
----------------------