From 7974c511fe0e01c89f0897e862901e07b942e5b5 Mon Sep 17 00:00:00 2001 From: Nathan Rijksen Date: Tue, 17 Feb 2015 11:53:46 -0800 Subject: [PATCH] Komodo IDE formatting fix - sorry about that --- IDEsAndTextEditorPlugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDEsAndTextEditorPlugins.md b/IDEsAndTextEditorPlugins.md index a40d023a..5334b958 100644 --- a/IDEsAndTextEditorPlugins.md +++ b/IDEsAndTextEditorPlugins.md @@ -16,7 +16,7 @@ * **[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. * **[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 * **[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.