| Index: src/site/_includes/downloads/_other_editors.markdown
|
| diff --git a/src/site/_includes/downloads/_other_editors.markdown b/src/site/_includes/downloads/_other_editors.markdown
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c09cd34a5d51ded3c3a87bc019c8e5523421f7c6
|
| --- /dev/null
|
| +++ b/src/site/_includes/downloads/_other_editors.markdown
|
| @@ -0,0 +1,24 @@
|
| +<div class="row">
|
| + <div class="col-md-6" markdown="1">
|
| +### IDE Plugins
|
| +
|
| +[](webstorm/)
|
| +[IntelliJ IDEA and WebStorm](webstorm/)
|
| +
|
| +[](eclipse-plugin/)
|
| +[Eclipse](eclipse-plugin/)
|
| + </div>
|
| +
|
| + <div class="col-md-6" markdown="1">
|
| +### Text Editor Plugins
|
| +
|
| +[](https://github.com/dart-lang/dart-sublime-bundle#readme)
|
| +[Sublime Text 3](https://github.com/dart-lang/dart-sublime-bundle#readme)
|
| +
|
| +[](https://github.com/nex3/dart-mode)
|
| +[Emacs](https://github.com/nex3/dart-mode)
|
| +
|
| +[](https://github.com/dart-lang/dart-vim-plugin)
|
| +[Vim](https://github.com/dart-lang/dart-vim-plugin)
|
| + </div>
|
| +</div>
|
|
|