aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Payne <jacobapayne@gmail.com>2016-05-28 11:39:22 +0800
committerJacob Payne <jacobapayne@gmail.com>2016-05-28 11:44:19 +0800
commit0b56c5d0d886a9924bde69eea3df820f29f7789a (patch)
treed9d0d5edff8a624eb2338572e6757e7a6294f7c3
parent4dc1cb149c7e3677119b052ae0f7dc7a019fa952 (diff)
downloaddexon-solidity-0b56c5d0d886a9924bde69eea3df820f29f7789a.tar
dexon-solidity-0b56c5d0d886a9924bde69eea3df820f29f7789a.tar.gz
dexon-solidity-0b56c5d0d886a9924bde69eea3df820f29f7789a.tar.bz2
dexon-solidity-0b56c5d0d886a9924bde69eea3df820f29f7789a.tar.lz
dexon-solidity-0b56c5d0d886a9924bde69eea3df820f29f7789a.tar.xz
dexon-solidity-0b56c5d0d886a9924bde69eea3df820f29f7789a.tar.zst
dexon-solidity-0b56c5d0d886a9924bde69eea3df820f29f7789a.zip
Added Atom Solidity Linter to Docs
-rw-r--r--docs/index.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4fd80271..ccc01654 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -30,7 +30,7 @@ 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.
+ Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
* `Ethereum Studio <https://live.ether.camp/>`_
Specialized web IDE that also provides shell access to a complete Ethereum environment.
@@ -47,6 +47,9 @@ Available Solidity Integrations
* `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).
+* `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_
+ Plugin for the atom editor that provides solidity linting
+
* `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.