File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Useful links
28
28
29
29
Available Solidity Integrations
30
30
-------------------------------
31
+
31
32
* `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/ >`_
32
33
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
33
34
@@ -41,14 +42,19 @@ Available Solidity Integrations
41
42
Qt based IDE for designing, debugging and testing solidity smart contracts.
42
43
43
44
* `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.
45
46
46
47
* `Atom Solidity package <https://github.com/gmtcreators/atom-solidity/ >`_
47
48
Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node).
48
49
49
50
* `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/ >`_
50
51
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.
52
58
53
59
Language Documentation
54
60
----------------------
You can’t perform that action at this time.
0 commit comments