diff options
author | Jacob Benjamin Cholewa <Jacob@cholewa.dk> | 2016-08-16 19:12:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 19:12:19 +0800 |
commit | c9a9a4a79708961781c3dfbe299e6b5d1e509f8f (patch) | |
tree | 16f864690249c2c94b7b883f0de1b1088961fdb3 | |
parent | e3e4d84f3353eaaaadae7c1c6eac9e890188d0f8 (diff) | |
download | dexon-solidity-c9a9a4a79708961781c3dfbe299e6b5d1e509f8f.tar dexon-solidity-c9a9a4a79708961781c3dfbe299e6b5d1e509f8f.tar.gz dexon-solidity-c9a9a4a79708961781c3dfbe299e6b5d1e509f8f.tar.bz2 dexon-solidity-c9a9a4a79708961781c3dfbe299e6b5d1e509f8f.tar.lz dexon-solidity-c9a9a4a79708961781c3dfbe299e6b5d1e509f8f.tar.xz dexon-solidity-c9a9a4a79708961781c3dfbe299e6b5d1e509f8f.tar.zst dexon-solidity-c9a9a4a79708961781c3dfbe299e6b5d1e509f8f.zip |
Update index.rst
Added a link for Syntastic. A vim plugin that provide compile checking using the solc compiler.
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 5ca5c4a9..4b3ace89 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,6 +56,9 @@ Available Solidity Integrations * `Vim Solidity <https://github.com/tomlion/vim-solidity/>`_ Plugin for the Vim editor providing syntax highlighting. +* `Vim Syntastic <https://github.com/scrooloose/syntastic>`_ + Plugin for the Vim editor providing compile checking. + Discontinued: * `Mix IDE <https://github.com/ethereum/mix/>`_ |