diff options
author | chriseth <chris@ethereum.org> | 2016-08-16 20:59:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 20:59:46 +0800 |
commit | a80a7a784f5ee7ede08651e82d78e0260ce058ac (patch) | |
tree | 16f864690249c2c94b7b883f0de1b1088961fdb3 /docs/index.rst | |
parent | e3e4d84f3353eaaaadae7c1c6eac9e890188d0f8 (diff) | |
parent | c9a9a4a79708961781c3dfbe299e6b5d1e509f8f (diff) | |
download | dexon-solidity-a80a7a784f5ee7ede08651e82d78e0260ce058ac.tar dexon-solidity-a80a7a784f5ee7ede08651e82d78e0260ce058ac.tar.gz dexon-solidity-a80a7a784f5ee7ede08651e82d78e0260ce058ac.tar.bz2 dexon-solidity-a80a7a784f5ee7ede08651e82d78e0260ce058ac.tar.lz dexon-solidity-a80a7a784f5ee7ede08651e82d78e0260ce058ac.tar.xz dexon-solidity-a80a7a784f5ee7ede08651e82d78e0260ce058ac.tar.zst dexon-solidity-a80a7a784f5ee7ede08651e82d78e0260ce058ac.zip |
Merge pull request #907 from cholewa1992/patch-2
Update index.rst
Diffstat (limited to 'docs/index.rst')
-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/>`_ |