From d3eb0fe78645b6a53d7fedec68448a018b6a1261 Mon Sep 17 00:00:00 2001 From: ColourGrey <57685970+ColourGrey@users.noreply.github.com> Date: Sun, 7 Aug 2022 19:25:34 +0300 Subject: [PATCH] Removed the Zas Editor because it seems to be a fraud (see https://github.com/ZasEditor/Zas-Editor-Issues/issues/65). --- IDEsAndTextEditorPlugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/IDEsAndTextEditorPlugins.md b/IDEsAndTextEditorPlugins.md index 41b1ea24..8f4705a2 100644 --- a/IDEsAndTextEditorPlugins.md +++ b/IDEsAndTextEditorPlugins.md @@ -53,7 +53,6 @@ These editors are less popular, and may have less modern Go support. In particul * [Golang Build](https://github.com/golang/sublime-build) is the official Sublime Text package for Go build system integration. * **[Textadept](http://foicica.com/textadept/)**: Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor. Supports Go syntax highlighting out of the box. * **[TextMate](http://macromates.com/)**: Commercial text editor for macOS. [Source code available](https://github.com/textmate/textmate) under the GPLv3. [Bundle for Go available](https://github.com/syscrusher/golang.tmbundle). - * **[Zas Editor](https://www.zeditor.app/)**: A new, capable, and fast code editor for Go and Rust, focused on both reading and writing code. ## Cloud Based IDEs