From fef7473e311ed01e507cc604cbcd9bca3a8f8fda Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 26 May 2016 13:37:10 +0200 Subject: Add vim and emacs plugins. --- docs/index.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 817e4717..e3b6f873 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 ---------------------- -- cgit v1.2.3 From ddc633f175c76236569e7ce36ba9e0217bd39619 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 26 May 2016 19:14:25 +0200 Subject: Use original vim-solidity repository --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e3b6f873..4fd80271 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -53,7 +53,7 @@ Available Solidity Integrations * `Emacs Solidity `_ Plugin for the emacs editor providing syntax highlighting and compilation error reporting. -* `VIM Solidity `_ +* `VIM Solidity `_ Plugin for the VIM editor providing syntax highlighting. Language Documentation -- cgit v1.2.3