Komodo IDE formatting fix - sorry about that

Nathan Rijksen 2015-02-17 11:53:46 -08:00
parent ec4395baf5
commit 7974c511fe

@ -16,7 +16,7 @@
* **[GoWorks](http://tunnelvisionlabs.com/products/demo/goworks)**: [NetBeans](http://netbeans.org/) based open source Go IDE. * **[GoWorks](http://tunnelvisionlabs.com/products/demo/goworks)**: [NetBeans](http://netbeans.org/) based open source Go IDE.
* **[IntelliJ IDEA](http://www.jetbrains.com/idea/)**: Commercial cross-platform IDE, [free Community Edition available](http://www.jetbrains.com/idea/download/index.html). [Plugin for Go](http://plugins.jetbrains.com/plugin/?idea&id=5047) support available. * **[IntelliJ IDEA](http://www.jetbrains.com/idea/)**: Commercial cross-platform IDE, [free Community Edition available](http://www.jetbrains.com/idea/download/index.html). [Plugin for Go](http://plugins.jetbrains.com/plugin/?idea&id=5047) support available.
* **[jEdit](http://www.jedit.org/)**: Open source cross-platform text editor. [Syntax-highlighting file available](http://code.google.com/p/go-stuff/source/browse/editors/jEdit/go.xml). * **[jEdit](http://www.jedit.org/)**: Open source cross-platform text editor. [Syntax-highlighting file available](http://code.google.com/p/go-stuff/source/browse/editors/jEdit/go.xml).
* **[Komodo IDE](http://komodoide.com/resources/languages/komodo--golang/) Powerful cross-platform IDE, Go-lang support will be built-in as of version 9 (currently available as a pre-release). * **[Komodo IDE](http://komodoide.com/resources/languages/komodo--golang/)** Powerful cross-platform IDE, Go-lang support will be built-in as of version 9 (currently available as a pre-release).
* **[LiteIDE](http://code.google.com/p/golangide/)**: A simple, open source and cross-platform Go IDE * **[LiteIDE](http://code.google.com/p/golangide/)**: A simple, open source and cross-platform Go IDE
* **[Notepad++](http://notepad-plus-plus.org/)**: Free source code editor for Windows. * **[Notepad++](http://notepad-plus-plus.org/)**: Free source code editor for Windows.
* [notepadplus-go](https://github.com/chai2010/notepadplus-go) Syntax highlighting, functions list panel (for code browsing), code completion for keywords & builtins. * [notepadplus-go](https://github.com/chai2010/notepadplus-go) Syntax highlighting, functions list panel (for code browsing), code completion for keywords & builtins.