Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fef7473

Browse files
committed
Add vim and emacs plugins.
1 parent 3c2056c commit fef7473

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/index.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Useful links
2828

2929
Available Solidity Integrations
3030
-------------------------------
31+
3132
* `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/>`_
3233
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
3334

@@ -41,14 +42,19 @@ Available Solidity Integrations
4142
Qt based IDE for designing, debugging and testing solidity smart contracts.
4243

4344
* `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_
44-
Solidity syntax highlight for SublimeText editor.
45+
Solidity syntax highlighting for SublimeText editor.
4546

4647
* `Atom Solidity package <https://github.com/gmtcreators/atom-solidity/>`_
4748
Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node).
4849

4950
* `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_
5051
Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler.
51-
52+
53+
* `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_
54+
Plugin for the emacs editor providing syntax highlighting and compilation error reporting.
55+
56+
* `VIM Solidity <https://github.com/ethereum/vim-solidity/>`_
57+
Plugin for the VIM editor providing syntax highlighting.
5258

5359
Language Documentation
5460
----------------------

0 commit comments

Comments
 (0)